Home
last modified time | relevance | path

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

/linux-6.14.4/tools/lib/subcmd/
Dhelp.c217 struct cmdnames *main_cmds, in load_command_list()
253 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands()
/linux-6.14.4/tools/perf/util/
Dhelp-unknown-cmd.c55 const char *help_unknown_cmd(const char *cmd, struct cmdnames *main_cmds) in help_unknown_cmd()
/linux-6.14.4/tools/perf/
Dperf.c562 struct cmdnames main_cmds = {}; in main() local
Dbuiltin-help.c300 static struct cmdnames main_cmds, other_cmds; variable