|
| int | vl_api_set_elog_trace_api_messages (int enable) |
| |
| int | vl_api_get_elog_trace_api_messages (void) |
| |
| static uword * | vlib_cli_sub_command_match (vlib_cli_command_t *c, unformat_input_t *input) |
| |
| uword | unformat_vlib_cli_sub_input (unformat_input_t *i, va_list *args) |
| |
| static vlib_cli_command_t * | get_sub_command (vlib_cli_main_t *cm, vlib_cli_command_t *parent, u32 si) |
| |
| static uword | unformat_vlib_cli_sub_command (unformat_input_t *i, va_list *args) |
| |
| static int | vlib_cli_cmp_strings (void *a1, void *a2) |
| |
| u8 ** | vlib_cli_get_possible_completions (u8 *str) |
| |
| static u8 * | format_vlib_cli_command_help (u8 *s, va_list *args) |
| |
| static u8 * | format_vlib_cli_path (u8 *s, va_list *args) |
| |
| static vlib_cli_command_t * | all_subs (vlib_cli_main_t *cm, vlib_cli_command_t *subs, u32 command_index) |
| |
| static int | vlib_cli_cmp_rule (void *a1, void *a2) |
| |
| static int | vlib_cli_cmp_command (void *a1, void *a2) |
| |
| static clib_error_t * | vlib_cli_dispatch_sub_commands (vlib_main_t *vm, vlib_cli_main_t *cm, unformat_input_t *input, uword parent_command_index) |
| |
| void | vlib_unix_error_report (vlib_main_t *, clib_error_t *) |
| |
| int | vlib_cli_input (vlib_main_t *vm, unformat_input_t *input, vlib_cli_output_function_t *function, uword function_arg) |
| |
| void | vlib_cli_output (vlib_main_t *vm, char *fmt,...) |
| |
| void * | vl_msg_push_heap (void) |
| |
| void | vl_msg_pop_heap (void *oldheap) |
| |
| void * | vlib_stats_push_heap (void *) |
| |
| static clib_error_t * | show_memory_usage (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| |
| static clib_error_t * | show_cpu (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| |
| static clib_error_t * | enable_disable_memory_trace (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| |
| static clib_error_t * | restart_cmd_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| |
| static uword | vlib_cli_normalize_path (char *input, char **result) |
| |
| static uword | parent_path_len (char *path) |
| |
| static void | add_sub_command (vlib_cli_main_t *cm, uword parent_index, uword child_index) |
| |
| static void | vlib_cli_make_parent (vlib_cli_main_t *cm, uword ci) |
| |
| static uword | vlib_cli_command_is_empty (vlib_cli_command_t *c) |
| |
| clib_error_t * | vlib_cli_register (vlib_main_t *vm, vlib_cli_command_t *c) |
| |
| static clib_error_t * | event_logger_trace_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| |
| static clib_error_t * | suspend_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| |
| static int | sort_cmds_by_path (void *a1, void *a2) |
| |
| static void | cli_recursive_walk (vlib_cli_walk_args_t *aa) |
| |
| static u8 * | format_mp_safe (u8 *s, va_list *args) |
| |
| static clib_error_t * | show_cli_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| |
| static clib_error_t * | vlib_cli_init (vlib_main_t *vm) |
| |
Debug CLI Implementation.
Definition in file cli.c.