Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/subcmd/
H A Dhelp.h33 void list_commands(const char *title, struct cmdnames *main_cmds,
H A Dhelp.c253 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands() function
/openbmc/linux/tools/perf/
H A Dbuiltin-help.c471 list_commands("perf commands", &main_cmds, &other_cmds); in cmd_help()