FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
elog_samples.c File Reference
+ Include dependency graph for elog_samples.c:

Go to the source code of this file.

Functions

static void elog_four_int_sample (u32 *data)
 
static void elog_four_int_track_sample (u32 *data)
 
static void elog_enum_sample (u8 which)
 
static void elog_one_datum_sample (u32 data)
 
static clib_error_ttest_elog_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

static vlib_cli_command_t test_elog_command
 (constructor) VLIB_CLI_COMMAND (test_elog_command) More...
 

Function Documentation

static void elog_enum_sample ( u8  which)
inlinestatic

Definition at line 58 of file elog_samples.c.

+ Here is the caller graph for this function:

static void elog_four_int_sample ( u32 data)
inlinestatic

Definition at line 20 of file elog_samples.c.

+ Here is the caller graph for this function:

static void elog_four_int_track_sample ( u32 data)
inlinestatic

Definition at line 38 of file elog_samples.c.

+ Here is the caller graph for this function:

static void elog_one_datum_sample ( u32  data)
inlinestatic

Definition at line 75 of file elog_samples.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* test_elog_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 85 of file elog_samples.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_cli_command_t test_elog_command
static
Initial value:
= {
.path = "test elog sample",
.short_help = "test elog sample",
.function = test_elog_command_fn,
}
static clib_error_t * test_elog_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: elog_samples.c:85

(constructor) VLIB_CLI_COMMAND (test_elog_command)

Definition at line 109 of file elog_samples.c.