Go to the source code of this file.
|
uword | unformat_perfmon_bundle_name (unformat_input_t *input, va_list *args) |
|
uword | unformat_perfmon_source_name (unformat_input_t *input, va_list *args) |
|
u8 * | format_perfmon_bundle (u8 *s, va_list *args) |
|
static int | bundle_name_sort_cmp (void *a1, void *a2) |
|
static clib_error_t * | show_perfmon_bundle_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
u8 * | format_perfmon_source (u8 *s, va_list *args) |
|
static clib_error_t * | show_perfmon_source_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | show_perfmon_active_bundle_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | show_perfmon_stats_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | perfmon_reset_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | perfmon_start_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | perfmon_stop_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
◆ bundle_name_sort_cmp()
static int bundle_name_sort_cmp |
( |
void * |
a1, |
|
|
void * |
a2 |
|
) |
| |
|
static |
Definition at line 95 of file cli.c.
◆ format_perfmon_bundle()
u8* format_perfmon_bundle |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
Definition at line 61 of file cli.c.
◆ format_perfmon_source()
u8* format_perfmon_source |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ perfmon_reset_command_fn()
◆ perfmon_start_command_fn()
◆ perfmon_stop_command_fn()
◆ show_perfmon_active_bundle_command_fn()
◆ show_perfmon_bundle_command_fn()
◆ show_perfmon_source_command_fn()
◆ show_perfmon_stats_command_fn()
◆ unformat_perfmon_bundle_name()
Definition at line 21 of file cli.c.
◆ unformat_perfmon_source_name()
Definition at line 41 of file cli.c.
◆ perfmon_reset_command
Initial value:= {
.path = "perfmon reset",
.short_help = "perfmon reset",
.is_mp_safe = 1,
}
(constructor) VLIB_CLI_COMMAND (perfmon_reset_command)
Definition at line 382 of file cli.c.
◆ perfmon_start_command
Initial value:= {
.path = "perfmon start",
.short_help = "perfmon start bundle [<bundle-name>]",
.is_mp_safe = 1,
}
(constructor) VLIB_CLI_COMMAND (perfmon_start_command)
Definition at line 419 of file cli.c.
◆ perfmon_stop_command
Initial value:= {
.path = "perfmon stop",
.short_help = "perfmon stop",
.is_mp_safe = 1,
}
(constructor) VLIB_CLI_COMMAND (perfmon_stop_command)
Definition at line 433 of file cli.c.
◆ show_perfmon_active_bundle_command
Initial value:= {
.path = "show perfmon active-bundle",
.short_help = "show perfmon active-bundle",
.is_mp_safe = 1,
}
(constructor) VLIB_CLI_COMMAND (show_perfmon_active_bundle_command)
Definition at line 269 of file cli.c.
◆ show_perfmon_bundle_command
Initial value:= {
.path = "show perfmon bundle",
.short_help = "show perfmon bundle [<bundle-name>] [verbose]",
.is_mp_safe = 1,
}
(constructor) VLIB_CLI_COMMAND (show_perfmon_bundle_command)
Definition at line 150 of file cli.c.
◆ show_perfmon_source_command
Initial value:= {
.path = "show perfmon source",
.short_help = "show perfmon source [<source-name>] [verbose]",
.is_mp_safe = 1,
}
(constructor) VLIB_CLI_COMMAND (show_perfmon_source_command)
Definition at line 251 of file cli.c.
◆ show_perfmon_stats_command
Initial value:= {
.path = "show perfmon statistics",
.short_help = "show perfmon statistics [raw]",
.is_mp_safe = 1,
}
(constructor) VLIB_CLI_COMMAND (show_perfmon_stats_command)
Definition at line 367 of file cli.c.