summaryrefslogtreecommitdiff
path: root/kern/evcnt.c
AgeCommit message (Collapse)Author
2017-03-15kern/syscnt: replace the evcnt moduleRichard Braun
The syscnt module supports more generic counters, in addition to atomic access from any context on any architecture.
2017-02-04Clean up compilationRichard Braun
Instead of mixing standard headers and internal redefinitions of standard types, completely rely on the compiler for what is guaranteed for a free standing environment. This results in the removal of kern/stddef.h and kern/stdint.h. The kern/types.h header is reintroduced for the different (and saner) purpose of defining types not specified in standard C, namely ssize_t for now.
2016-12-09Force brackets around one-line conditional statementsRichard Braun
This change was done using astyle, with a few manual editing here and there.
2014-06-10kern/evcnt: enlarge name columnRichard Braun
2014-05-22kern/evcnt: adjust info columns widthsRichard Braun
2014-05-21kern/evcnt: apply filter when reporting countersRichard Braun
2014-05-13kern/evcnt: remove evcnt_info argumentRichard Braun
2014-05-13kern/evcnt: tune name width on screenRichard Braun
2014-05-13kern/evcnt: minor changeRichard Braun
Remove blank line.
2014-05-12kern/evcnt: new moduleRichard Braun