![]() |
FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Debug CLI Implementation. More...
Go to the source code of this file.
Data Structures | |
struct | vlib_cli_walk_args_t |
Variables | |
static void * | current_traced_heap |
static vlib_cli_command_t | vlib_cli_show_command |
(constructor) VLIB_CLI_COMMAND (vlib_cli_show_command) More... | |
static vlib_cli_command_t | vlib_cli_clear_command |
(constructor) VLIB_CLI_COMMAND (vlib_cli_clear_command) More... | |
static vlib_cli_command_t | vlib_cli_set_command |
(constructor) VLIB_CLI_COMMAND (vlib_cli_set_command) More... | |
static vlib_cli_command_t | vlib_cli_test_command |
(constructor) VLIB_CLI_COMMAND (vlib_cli_test_command) More... | |
static vlib_cli_command_t | show_memory_usage_command |
(constructor) VLIB_CLI_COMMAND (show_memory_usage_command) More... | |
static vlib_cli_command_t | show_cpu_command |
(constructor) VLIB_CLI_COMMAND (show_cpu_command) More... | |
static vlib_cli_command_t | enable_disable_memory_trace_command |
(constructor) VLIB_CLI_COMMAND (enable_disable_memory_trace_command) More... | |
static vlib_cli_command_t | restart_cmd |
(constructor) VLIB_CLI_COMMAND (restart_cmd) More... | |
static vlib_cli_command_t | elog_trace_command |
(constructor) VLIB_CLI_COMMAND (elog_trace_command) More... | |
static vlib_cli_command_t | suspend_command |
(constructor) VLIB_CLI_COMMAND (suspend_command) More... | |
static vlib_cli_command_t | show_cli_command |
(constructor) VLIB_CLI_COMMAND (show_cli_command) More... | |
Debug CLI Implementation.
Definition in file cli.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
uword unformat_vlib_cli_sub_input | ( | unformat_input_t * | i, |
va_list * | args | ||
) |
int vl_api_get_elog_trace_api_messages | ( | void | ) |
Definition at line 1202 of file api_shared.c.
int vl_api_set_elog_trace_api_messages | ( | int | enable | ) |
Definition at line 1191 of file api_shared.c.
void vl_msg_pop_heap | ( | void * | oldheap | ) |
void* vl_msg_push_heap | ( | void | ) |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
|
static |
int vlib_cli_input | ( | vlib_main_t * | vm, |
unformat_input_t * | input, | ||
vlib_cli_output_function_t * | function, | ||
uword | function_arg | ||
) |
|
static |
|
static |
void vlib_cli_output | ( | vlib_main_t * | vm, |
char * | fmt, | ||
... | |||
) |
clib_error_t* vlib_cli_register | ( | vlib_main_t * | vm, |
vlib_cli_command_t * | c | ||
) |
|
static |
void* vlib_stats_push_heap | ( | void * | notused | ) |
void vlib_unix_error_report | ( | vlib_main_t * | vm, |
clib_error_t * | error | ||
) |
|
static |
(constructor) VLIB_CLI_COMMAND (elog_trace_command)
|
static |
(constructor) VLIB_CLI_COMMAND (enable_disable_memory_trace_command)
|
static |
(constructor) VLIB_CLI_COMMAND (restart_cmd)
|
static |
(constructor) VLIB_CLI_COMMAND (show_cli_command)
|
static |
(constructor) VLIB_CLI_COMMAND (show_cpu_command)
|
static |
(constructor) VLIB_CLI_COMMAND (show_memory_usage_command)
|
static |
(constructor) VLIB_CLI_COMMAND (suspend_command)
|
static |
|
static |
|
static |
|
static |