Home
last modified time | relevance | path

Searched refs:list_commands (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dhelp.h26 void list_commands(const char *title, struct cmdnames *main_cmds,
Dhelp.c193 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands() function
/linux-4.4.14/tools/perf/
Dbuiltin-help.c467 list_commands("perf commands", &main_cmds, &other_cmds); in cmd_help()