aboutsummaryrefslogtreecommitdiffstats
path: root/src/stats.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-3/+3
2017-10-16[doc] Add Doxygen API documentation for stats.c and stats_statsd.cHarald Welte1-0/+102
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-0/+1
2017-05-15stats: Disable stats*.c on embedded targetsHarald Welte1-0/+14
2017-05-15use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte1-1/+2
2017-05-09timer: add osmo_timer_setup()Pablo Neira Ayuso1-1/+1
2016-11-11statsd: Fix compiler warning (int32_t vs. int64_t)Harald Welte1-2/+2
2016-05-20Fix build for OSXArran Cudbard-Bell1-1/+13
2015-11-26stats: Reorder functions in stats.cJacob Erlbeck1-59/+61
2015-11-26stats: Move statsd related code into a separate fileJacob Erlbeck1-139/+9
2015-11-09stats: Fix not reported stat item valuesJacob Erlbeck1-1/+3
2015-11-09stats: Fix handling of multiple resportersJacob Erlbeck1-2/+2
2015-11-09stats: Send all values on reporter updateJacob Erlbeck1-8/+25
2015-11-09stats: Fix name prefix handlingJacob Erlbeck1-11/+23
2015-08-21stats: Fix build on FreeBSDHolger Hans Peter Freyther1-1/+2
2015-11-02stats: Do not assign the wrong addresssHolger Hans Peter Freyther1-1/+1
2015-11-02stats: Remove warnings about never read variablesHolger Hans Peter Freyther1-8/+5
2015-11-02log: Add new DLSTATS log levelJacob Erlbeck1-4/+1
2015-11-02stats: Limit reporting by class idJacob Erlbeck1-0/+29
2015-11-02stats: Report group indices as unsigned intJacob Erlbeck1-8/+9
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck1-107/+107
2015-10-29stats: Add log reporterJacob Erlbeck1-0/+63
2015-10-29stats: Use function pointers in reporter objectsJacob Erlbeck1-25/+26
2015-10-29stats: Make net config optionalJacob Erlbeck1-0/+14
2015-10-29stats: Support statsd Multi-Metric PacketsJacob Erlbeck1-11/+97
2015-10-29stats: Add support for osmo_countersJacob Erlbeck1-0/+32
2015-10-29stats: Report stat item valuesJacob Erlbeck1-0/+49
2015-10-29stats: Implement timer based reportingJacob Erlbeck1-3/+43
2015-10-29stats: Add the reporting frameworkJacob Erlbeck1-0/+387