![]() |
FD.io VPP
v19.04.1-1-ge4a0f9f
Vector Packet Processing
|
Include dependency graph for stat_segment.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | stat_segment_directory_entry_t |
| struct | stat_segment_shared_header_t |
| struct | stat_segment_gauges_pool_t |
| struct | stat_segment_main_t |
Macros | |
| #define | foreach_stat_segment_counter_name |
| #define | STAT_SEGMENT_DEFAULT_SIZE (32<<20) |
Typedefs | |
| typedef void(* | stat_segment_update_fn) (stat_segment_directory_entry_t *e, u32 i) |
Functions | |
| static uint64_t | stat_segment_offset (void *start, void *data) |
| static void * | stat_segment_pointer (void *start, uint64_t offset) |
| clib_error_t * | stat_segment_register_gauge (u8 *names, stat_segment_update_fn update_fn, u32 index) |
Variables | |
| stat_segment_main_t | stat_segment_main |
| #define foreach_stat_segment_counter_name |
Definition at line 40 of file stat_segment.h.
| #define STAT_SEGMENT_DEFAULT_SIZE (32<<20) |
Definition at line 66 of file stat_segment.h.
| typedef void(* stat_segment_update_fn) (stat_segment_directory_entry_t *e, u32 i) |
Definition at line 92 of file stat_segment.h.
Definition at line 24 of file stat_segment.h.
|
inlinestatic |
|
inlinestatic |
| clib_error_t* stat_segment_register_gauge | ( | u8 * | names, |
| stat_segment_update_fn | update_fn, | ||
| u32 | index | ||
| ) |
Definition at line 661 of file stat_segment.c.
Here is the call graph for this function:
Here is the caller graph for this function:| stat_segment_main_t stat_segment_main |
Definition at line 25 of file stat_segment.c.