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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.c158 struct cmdnames *main_cmds,
165 list_commands_in_dir(main_cmds, exec_path, prefix);
166 qsort(main_cmds->names, main_cmds->cnt,
167 sizeof(*main_cmds->names), cmdname_compare);
168 uniq(main_cmds);
190 exclude_cmds(other_cmds, main_cmds);
193 void list_commands(const char *title, struct cmdnames *main_cmds, argument
198 for (i = 0; i < main_cmds->cnt; i++)
199 if (longest < main_cmds
157 load_command_list(const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds) argument
274 struct cmdnames main_cmds, other_cmds; local
[all...]
H A Dhelp.h20 struct cmdnames *main_cmds,
26 void list_commands(const char *title, struct cmdnames *main_cmds,
/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:cmdnames
286 return is_in_cmdlist(&main_cmds, s) ||
434 load_command_list("perf-", &main_cmds, &other_cmds);
443 list_commands("perf commands", &main_cmds, &other_cmds);

Completed in 107 milliseconds