Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/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
/external/vboot_reference/futility/
Dfutility.c212 static void list_commands(void) in list_commands() function
254 list_commands(); in do_help()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-help.c443 list_commands("perf commands", &main_cmds, &other_cmds); in cmd_help()