|  | FD.io VPP
    v17.01.1-3-gc6833f8
    Vector Packet Processing | 
 Include dependency graph for counter.c:
 Include dependency graph for counter.c:Go to the source code of this file.
| Functions | |
| void | vlib_clear_simple_counters (vlib_simple_counter_main_t *cm) | 
| Clear a collection of simple counters.  More... | |
| void | vlib_clear_combined_counters (vlib_combined_counter_main_t *cm) | 
| Clear a collection of combined counters.  More... | |
| void | vlib_validate_simple_counter (vlib_simple_counter_main_t *cm, u32 index) | 
| validate a simple counter  More... | |
| void | vlib_validate_combined_counter (vlib_combined_counter_main_t *cm, u32 index) | 
| validate a combined counter  More... | |
| void | serialize_vlib_simple_counter_main (serialize_main_t *m, va_list *va) | 
| void | unserialize_vlib_simple_counter_main (serialize_main_t *m, va_list *va) | 
| void | serialize_vlib_combined_counter_main (serialize_main_t *m, va_list *va) | 
| void | unserialize_vlib_combined_counter_main (serialize_main_t *m, va_list *va) | 
| void serialize_vlib_combined_counter_main | ( | serialize_main_t * | m, | 
| va_list * | va | ||
| ) | 
| void serialize_vlib_simple_counter_main | ( | serialize_main_t * | m, | 
| va_list * | va | ||
| ) | 
| void unserialize_vlib_combined_counter_main | ( | serialize_main_t * | m, | 
| va_list * | va | ||
| ) | 
| void unserialize_vlib_simple_counter_main | ( | serialize_main_t * | m, | 
| va_list * | va | ||
| ) | 
| void vlib_clear_combined_counters | ( | vlib_combined_counter_main_t * | cm | ) | 
Clear a collection of combined counters.
| cm | - (vlib_combined_counter_main_t *) collection to clear | 
Definition at line 67 of file counter.c.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void vlib_clear_simple_counters | ( | vlib_simple_counter_main_t * | cm | ) | 
Clear a collection of simple counters.
| cm | - (vlib_simple_counter_main_t *) collection to clear | 
Definition at line 43 of file counter.c.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void vlib_validate_combined_counter | ( | vlib_combined_counter_main_t * | cm, | 
| u32 | index | ||
| ) | 
validate a combined counter
| cm | - (vlib_combined_counter_main_t *) pointer to the counter collection | 
| index | - (u32) index of the counter to validate | 
Definition at line 110 of file counter.c.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void vlib_validate_simple_counter | ( | vlib_simple_counter_main_t * | cm, | 
| u32 | index | ||
| ) | 
validate a simple counter
| cm | - (vlib_simple_counter_main_t *) pointer to the counter collection | 
| index | - (u32) index of the counter to validate | 
Definition at line 98 of file counter.c.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: