Searched refs:other_cmds (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/lib/subcmd/
H A Dhelp.h25 struct cmdnames *other_cmds);
34 struct cmdnames *other_cmds);
H A Dhelp.c218 struct cmdnames *other_cmds)
237 list_commands_in_dir(other_cmds, path, prefix);
245 qsort(other_cmds->names, other_cmds->cnt,
246 sizeof(*other_cmds->names), cmdname_compare);
247 uniq(other_cmds);
250 exclude_cmds(other_cmds, main_cmds);
254 struct cmdnames *other_cmds)
261 for (i = 0; i < other_cmds->cnt; i++)
262 if (longest < other_cmds
216 load_command_list(const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds) argument
253 list_commands(const char *title, struct cmdnames *main_cmds, struct cmdnames *other_cmds) argument
[all...]
/linux-master/tools/perf/util/
H A Dhelp-unknown-cmd.c58 struct cmdnames main_cmds, other_cmds; local
61 memset(&other_cmds, 0, sizeof(main_cmds));
65 load_command_list("perf-", &main_cmds, &other_cmds);
67 if (add_cmd_list(&main_cmds, &other_cmds) < 0) {
95 clean_cmdnames(&other_cmds);
119 clean_cmdnames(&other_cmds);
/linux-master/tools/perf/
H A Dbuiltin-help.c300 static struct cmdnames main_cmds, other_cmds; variable in typeref:struct:
460 load_command_list("perf-", &main_cmds, &other_cmds);
471 list_commands("perf commands", &main_cmds, &other_cmds);

Completed in 184 milliseconds