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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dhelp.h21 struct cmdnames *other_cmds);
27 struct cmdnames *other_cmds);
H A Dhelp.c158 struct cmdnames *other_cmds)
177 list_commands_in_dir(other_cmds, path, prefix);
185 qsort(other_cmds->names, other_cmds->cnt,
186 sizeof(*other_cmds->names), cmdname_compare);
187 uniq(other_cmds);
189 exclude_cmds(other_cmds, main_cmds);
193 struct cmdnames *other_cmds)
200 for (i = 0; i < other_cmds->cnt; i++)
201 if (longest < other_cmds
156 load_command_list(const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds) argument
192 list_commands(const char *title, struct cmdnames *main_cmds, struct cmdnames *other_cmds) argument
273 struct cmdnames main_cmds, other_cmds; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 35 milliseconds