FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Enumerations | |
enum | { STAT_MEM_TOTAL = 0, STAT_MEM_USED, STAT_MEM_FREE, STAT_MEM_USED_MMAP, STAT_MEM_TOTAL_ALLOC, STAT_MEM_FREE_CHUNKS, STAT_MEM_RELEASABLE } |
Functions | |
static void | stat_provider_mem_usage_update_fn (stat_segment_directory_entry_t *e, u32 index) |
static counter_t ** | stat_validate_counter_vector3 (counter_t **counters, u32 max1, u32 max2) |
void | vlib_stats_register_mem_heap (clib_mem_heap_t *heap) |
static void | stat_provider_vector_rate_per_thread_update_fn (stat_segment_directory_entry_t *e, u32 index) |
static void | stat_provider_vector_rate_update_fn (stat_segment_directory_entry_t *e, u32 index) |
void | stat_provider_register_vector_rate (u32 num_workers) |
Variables | |
clib_mem_heap_t ** | memory_heaps_vec |
u32 | mem_vector_index |
bool | initialized = false |
enum { ... } | stat_mem_usage_e |
anonymous enum |
Enumerator | |
---|---|
STAT_MEM_TOTAL | |
STAT_MEM_USED | |
STAT_MEM_FREE | |
STAT_MEM_USED_MMAP | |
STAT_MEM_TOTAL_ALLOC | |
STAT_MEM_FREE_CHUNKS | |
STAT_MEM_RELEASABLE |
Definition at line 31 of file stat_segment_provider.c.
|
static |
Definition at line 46 of file stat_segment_provider.c.
void stat_provider_register_vector_rate | ( | u32 | num_workers | ) |
Definition at line 173 of file stat_segment_provider.c.
|
static |
Definition at line 124 of file stat_segment_provider.c.
|
static |
Definition at line 148 of file stat_segment_provider.c.
|
static |
Definition at line 67 of file stat_segment_provider.c.
void vlib_stats_register_mem_heap | ( | clib_mem_heap_t * | heap | ) |
Definition at line 84 of file stat_segment_provider.c.
Definition at line 29 of file stat_segment_provider.c.
u32 mem_vector_index |
Definition at line 28 of file stat_segment_provider.c.
clib_mem_heap_t** memory_heaps_vec |
Definition at line 27 of file stat_segment_provider.c.
enum { ... } stat_mem_usage_e |