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

/external/linux-tools-perf/util/
H A Dhelp.h21 struct cmdnames *other_cmds);
27 struct cmdnames *other_cmds);
H A Dhelp.c164 struct cmdnames *other_cmds)
183 list_commands_in_dir(other_cmds, path, prefix);
191 qsort(other_cmds->names, other_cmds->cnt,
192 sizeof(*other_cmds->names), cmdname_compare);
193 uniq(other_cmds);
195 exclude_cmds(other_cmds, main_cmds);
199 struct cmdnames *other_cmds)
206 for (i = 0; i < other_cmds->cnt; i++)
207 if (longest < other_cmds
162 load_command_list(const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds) argument
198 list_commands(const char *title, struct cmdnames *main_cmds, struct cmdnames *other_cmds) argument
279 struct cmdnames main_cmds, other_cmds; local
[all...]
/external/linux-tools-perf/
H A Dbuiltin-help.c276 static struct cmdnames main_cmds, other_cmds; variable in typeref:struct:
297 is_in_cmdlist(&other_cmds, s);
418 load_command_list("perf-", &main_cmds, &other_cmds);
427 list_commands("perf commands", &main_cmds, &other_cmds);

Completed in 96 milliseconds