![]() |
FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Include dependency graph for trace.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | vlib_trace_header_t |
| struct | vlib_trace_node_t |
| struct | vlib_trace_main_t |
Macros | |
| #define | FILTER_FLAG_NONE 0 |
| #define | FILTER_FLAG_INCLUDE 1 |
| #define | FILTER_FLAG_EXCLUDE 2 |
Typedefs | |
| typedef void() | vlib_trace_buffer_callback_t(struct vlib_main_t *, struct vlib_trace_main_t *) |
| typedef void *() | vlib_add_trace_callback_t(struct vlib_main_t *, struct vlib_node_runtime_t *r, struct vlib_buffer_t *b, u32 n_data_bytes) |
Variables | |
| format_function_t | format_vlib_trace |
| typedef void*() vlib_add_trace_callback_t(struct vlib_main_t *, struct vlib_node_runtime_t *r, struct vlib_buffer_t *b, u32 n_data_bytes) |
| typedef void() vlib_trace_buffer_callback_t(struct vlib_main_t *, struct vlib_trace_main_t *) |
| format_function_t format_vlib_trace |