FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
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_main_t |
Macros | |
#define | STAT_SEGMENT_SOCKET_FILE "/run/vpp/stats.sock" |
#define | foreach_stat_segment_counter_name |
#define | STAT_SEGMENT_DEFAULT_SIZE (32<<20) |
Functions | |
static uint64_t | stat_segment_offset (void *start, void *data) |
static void * | stat_segment_pointer (void *start, uint64_t offset) |
Variables | |
stat_segment_main_t | stat_segment_main |
#define foreach_stat_segment_counter_name |
Definition at line 49 of file stat_segment.h.
#define STAT_SEGMENT_DEFAULT_SIZE (32<<20) |
Definition at line 73 of file stat_segment.h.
#define STAT_SEGMENT_SOCKET_FILE "/run/vpp/stats.sock" |
Definition at line 24 of file stat_segment.h.
Enumerator | |
---|---|
STAT_DIR_TYPE_ILLEGAL | |
STAT_DIR_TYPE_SCALAR_INDEX | |
STAT_DIR_TYPE_COUNTER_VECTOR_SIMPLE | |
STAT_DIR_TYPE_COUNTER_VECTOR_COMBINED | |
STAT_DIR_TYPE_ERROR_INDEX |
Definition at line 26 of file stat_segment.h.
Definition at line 35 of file stat_segment.h.
|
inlinestatic |
|
inlinestatic |
stat_segment_main_t stat_segment_main |
Definition at line 25 of file stat_segment.c.