aboutsummaryrefslogtreecommitdiffstats
path: root/src/stat_item.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-15stat_item: tolerate NULL pointer argument in osmo_stat_item_group_freePhilipp Maier1-0/+3
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-09-30refactor stat_item: get rid of FIFO and "skipped" errorNeels Hofmeyr1-140/+157
2021-09-20stat_item: cosmetic: s/desc/group_desc in osmo_stat_item_group_alloc()Neels Hofmeyr1-9/+9
2021-09-14add osmo_stat_item_get_group_by_name_idxname()Neels Hofmeyr1-0/+20
2021-06-05stat,rate_ctr: Allow setting group name and use it at report timePau Espin Pedrol1-0/+10
2021-06-01stat,rate_ctr: Introduce new API to get counter at given indexPau Espin Pedrol1-0/+10
2021-04-07stats: log error when missing stats values (v2)Oliver Smith1-0/+4
2021-04-07stat_item: make value ids item specificOliver Smith1-19/+17
2021-04-06stat_item: add comment with struct overviewOliver Smith1-0/+17
2021-04-06stat_item: make next_id argument name consistentOliver Smith1-20/+20
2021-03-19Revert "stats: log error when missing stats values"Oliver Smith1-5/+0
2021-03-17stats: log error when missing stats valuesOliver Smith1-0/+5
2020-07-17stat_item: Add function to reset stat items and groupsDaniel Willmann1-0/+29
2019-05-07add osmo_stat_item_inc/osmo_stat_item_dec to set it relativeAlexander Couzens1-0/+24
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-1/+3
2017-10-16[doc] stat_item: Complete doxygen documentation for APIHarald Welte1-9/+76
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-7/+5
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-7/+7
2015-12-08stats: Add OSMO prefix to STAT_ITEM_NOVALUE_IDJacob Erlbeck1-3/+3
2015-11-20stat_item.c: Fix compiler warningsHarald Welte1-2/+2
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck1-31/+31
2015-10-28stats: Add stat_item_for_each functionsJacob Erlbeck1-0/+30
2015-10-28stats: Use a global index for stat item valuesJacob Erlbeck1-24/+47
2015-10-28stats: Add stat_item for value monitoringJacob Erlbeck1-0/+215