#include <agnix/agnix.h>#include <agnix/console.h>#include <agnix/counters.h>Include dependency graph for counters_sys.c:

Go to the source code of this file.
Functions | |
| int | counters_sys_init (void) |
Variables | |
| int | counter_jiffies_desc |
|
|
Definition at line 20 of file counters_sys.c. References counter_jiffies_desc, and register_counter(). Referenced by counters_init(). 00021 {
00022 counter_jiffies_desc = register_counter(COUNTER_TYPE_64_BIT, "jiffies");
00023
00024 return counter_jiffies_desc;
00025 }
Here is the call graph for this function: ![]() |
|
|
Definition at line 18 of file counters_sys.c. |