FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
dispatch_wrapper.c File Reference
+ Include dependency graph for dispatch_wrapper.c:

Go to the source code of this file.

Functions

static_always_inline u64 perfmon_mmap_read_pmc1 (const struct perf_event_mmap_page *mmap_page)
 
static_always_inline void perfmon_mmap_read_pmcs (u64 *counters, struct perf_event_mmap_page **mmap_pages, u8 n_counters)
 
uword perfmon_dispatch_wrapper_mmap (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static_always_inline void perfmon_metric_read_pmcs (u64 *counters, int *pmc_index, u8 n_counters)
 
static_always_inline int perfmon_metric_index (perfmon_bundle_t *b, u8 i)
 
uword perfmon_dispatch_wrapper_metrics (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 

Function Documentation

◆ perfmon_dispatch_wrapper_metrics()

uword perfmon_dispatch_wrapper_metrics ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 151 of file dispatch_wrapper.c.

+ Here is the call graph for this function:

◆ perfmon_dispatch_wrapper_mmap()

uword perfmon_dispatch_wrapper_mmap ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 87 of file dispatch_wrapper.c.

+ Here is the call graph for this function:

◆ perfmon_metric_index()

static_always_inline int perfmon_metric_index ( perfmon_bundle_t b,
u8  i 
)

Definition at line 145 of file dispatch_wrapper.c.

+ Here is the caller graph for this function:

◆ perfmon_metric_read_pmcs()

static_always_inline void perfmon_metric_read_pmcs ( u64 counters,
int *  pmc_index,
u8  n_counters 
)

Definition at line 121 of file dispatch_wrapper.c.

+ Here is the caller graph for this function:

◆ perfmon_mmap_read_pmc1()

static_always_inline u64 perfmon_mmap_read_pmc1 ( const struct perf_event_mmap_page *  mmap_page)

Definition at line 29 of file dispatch_wrapper.c.

+ Here is the caller graph for this function:

◆ perfmon_mmap_read_pmcs()

static_always_inline void perfmon_mmap_read_pmcs ( u64 counters,
struct perf_event_mmap_page **  mmap_pages,
u8  n_counters 
)

Definition at line 61 of file dispatch_wrapper.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: