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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.h21 struct cmdnames *other_cmds);
27 struct cmdnames *other_cmds);
H A Dhelp.c159 struct cmdnames *other_cmds)
178 list_commands_in_dir(other_cmds, path, prefix);
186 qsort(other_cmds->names, other_cmds->cnt,
187 sizeof(*other_cmds->names), cmdname_compare);
188 uniq(other_cmds);
190 exclude_cmds(other_cmds, main_cmds);
194 struct cmdnames *other_cmds)
201 for (i = 0; i < other_cmds->cnt; i++)
202 if (longest < other_cmds
157 load_command_list(const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds) argument
193 list_commands(const char *title, struct cmdnames *main_cmds, struct cmdnames *other_cmds) argument
274 struct cmdnames main_cmds, other_cmds; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-help.c266 static struct cmdnames main_cmds, other_cmds; variable in typeref:struct:
287 is_in_cmdlist(&other_cmds, s);
434 load_command_list("perf-", &main_cmds, &other_cmds);
443 list_commands("perf commands", &main_cmds, &other_cmds);

Completed in 278 milliseconds