Home
last modified time | relevance | path

Searched defs:main_cmds (Results 1 – 4 of 4) sorted by relevance

/linux/tools/lib/subcmd/
H A Dhelp.c224 struct cmdnames *main_cmds, in load_command_list()
260 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands()
/linux/tools/perf/util/
H A Dhelp-unknown-cmd.c58 struct cmdnames main_cmds, other_cmds; help_unknown_cmd() local
[all...]
/linux/tools/perf/
H A Dperf.c555 struct cmdnames main_cmds = {}; in main() local
H A Dbuiltin-help.c299 static struct cmdnames main_cmds, other_cmds; variable