40 #ifndef included_vlib_trace_h 41 #define included_vlib_trace_h 91 #define FILTER_FLAG_NONE 0 92 #define FILTER_FLAG_INCLUDE 1 93 #define FILTER_FLAG_EXCLUDE 2 94 #define FILTER_FLAG_POST_MORTEM 3 121 u32 filter,
u8 verbose);
vlib_trace_node_t * nodes
Fixed length block allocator.
void trace_update_capture_options(u32 add, u32 node_index, u32 filter, u8 verbose)
vlib_trace_buffer_callback_t * trace_buffer_callback
vlib_trace_header_t ** trace_buffer_pool
void() vlib_trace_buffer_callback_t(struct vlib_main_t *, struct vlib_trace_main_t *)
format_function_t format_vlib_trace
vlib_add_trace_callback_t * add_trace_callback
void trace_apply_filter(struct vlib_main_t *vm)
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)
int trace_time_cmp(void *a1, void *a2)
void clear_trace_buffer(void)
VLIB buffer representation.
int vlib_enable_disable_pkt_trace_filter(int enable)
Enable / disable packet trace filter.
void vlib_trace_stop_and_clear(void)
void trace_filter_set(u32 node_index, u32 flag, u32 count)