Go to the source code of this file.
static int significant_error_enable_disable |
( |
gmon_main_t * |
gm, |
|
|
u32 |
index, |
|
|
int |
enable |
|
) |
| |
|
static |
Initial value:= {
.name = "gmon-process",
}
static uword gmon_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
(constructor) VLIB_REGISTER_NODE (gmon_process_node)
Definition at line 150 of file gmon.c.
Initial value:= {
.path = "set significant error",
.short_help = "set significant error <counter-index-nnn> [disable]",
}
static clib_error_t * set_significant_error_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_significant_error_command)
Definition at line 293 of file gmon.c.