Go to the source code of this file.
|
static void | set_perfmon_json_path () |
|
static u32 | get_cpuid (void) |
|
static clib_error_t * | perfmon_init (vlib_main_t *vm) |
|
| VLIB_PLUGIN_REGISTER () |
|
static uword | atox (u8 *s) |
|
static uword | unformat_processor_event (unformat_input_t *input, va_list *args) |
|
static clib_error_t * | set_pmc_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static int | capture_name_sort (void *a1, void *a2) |
|
static u8 * | format_capture (u8 *s, va_list *args) |
|
static u8 * | format_generic_events (u8 *s, va_list *args) |
|
static int | sort_nvps_by_name (void *a1, void *a2) |
|
static u8 * | format_processor_events (u8 *s, va_list *args) |
|
static clib_error_t * | show_pmc_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | clear_pmc_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
◆ atox()
◆ capture_name_sort()
static int capture_name_sort |
( |
void * |
a1, |
|
|
void * |
a2 |
|
) |
| |
|
static |
◆ clear_pmc_command_fn()
◆ format_capture()
static u8* format_capture |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_generic_events()
static u8* format_generic_events |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_processor_events()
static u8* format_processor_events |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ get_cpuid()
static u32 get_cpuid |
( |
void |
| ) |
|
|
inlinestatic |
◆ perfmon_init()
◆ set_perfmon_json_path()
static void set_perfmon_json_path |
( |
| ) |
|
|
static |
◆ set_pmc_command_fn()
◆ show_pmc_command_fn()
◆ sort_nvps_by_name()
static int sort_nvps_by_name |
( |
void * |
a1, |
|
|
void * |
a2 |
|
) |
| |
|
static |
◆ unformat_processor_event()
◆ VLIB_PLUGIN_REGISTER()
◆ clear_pmc_command
Initial value:=
{
.path = "clear pmc",
.short_help = "clear the performance monitor counters",
}
static clib_error_t * clear_pmc_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (clear_pmc_command)
Definition at line 671 of file perfmon.c.
◆ fms_table
◆ perfmon_json_path
char* perfmon_json_path = "/usr/share/vpp/plugins/perfmon" |
|
static |
◆ perfmon_main
◆ set_pmc_command
Initial value:=
{
.path = "set pmc",
.short_help = "set pmc c1 [..., use \"show pmc events\"]",
.is_mp_safe = 1,
}
static clib_error_t * set_pmc_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_pmc_command)
Definition at line 390 of file perfmon.c.
◆ show_pmc_command
Initial value:=
{
.path = "show pmc",
.short_help = "show pmc [verbose]",
.is_mp_safe = 1,
}
static clib_error_t * show_pmc_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_pmc_command)
Definition at line 633 of file perfmon.c.