aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/stat_item.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-30refactor stat_item: get rid of FIFO and "skipped" errorNeels Hofmeyr1-37/+19
2021-09-20stat_item: cosmetic: s/desc/group_desc in osmo_stat_item_group_alloc()Neels Hofmeyr1-1/+1
2021-09-14add osmo_stat_item_get_group_by_name_idxname()Neels Hofmeyr1-0/+1
2021-08-20stats: send real last value if no new values comeOliver Smith1-0/+4
2021-06-05stat,rate_ctr: Allow setting group name and use it at report timePau Espin Pedrol1-0/+3
2021-06-01stat,rate_ctr: Introduce new API to get counter at given indexPau Espin Pedrol1-1/+1
2021-04-07stat_item: make value ids item specificOliver Smith1-4/+8
2021-04-06stat_item: make next_id argument name consistentOliver Smith1-3/+3
2020-07-17stat_item: Add function to reset stat items and groupsDaniel Willmann1-0/+4
2019-05-07add osmo_stat_item_inc/osmo_stat_item_dec to set it relativeAlexander Couzens1-0/+2
2017-10-16[doc] stat_item: Complete doxygen documentation for APIHarald Welte1-33/+13
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-3/+1
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-25/+25
2015-12-08stats: Add OSMO prefix to STAT_ITEM_NOVALUE_IDJacob Erlbeck1-1/+1
2015-12-08stat: Explicitly support stat_items without unitJacob Erlbeck1-0/+1
2015-11-04gprs-ns/stats: When the NSVCI is updated, update the stats counterHolger Hans Peter Freyther1-0/+6
2015-11-02stats: Limit reporting by class idJacob Erlbeck1-0/+2
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck1-34/+34
2015-10-28stats: Add stat_item_for_each functionsJacob Erlbeck1-0/+14
2015-10-28stats: Use a global index for stat item valuesJacob Erlbeck1-9/+19
2015-10-28stats: Add stat_item for value monitoringJacob Erlbeck1-0/+104