HomeSort by relevance Sort by last modified time
    Searched refs:main_cmds (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
help.c 163 struct cmdnames *main_cmds,
170 list_commands_in_dir(main_cmds, exec_path, prefix);
171 qsort(main_cmds->names, main_cmds->cnt,
172 sizeof(*main_cmds->names), cmdname_compare);
173 uniq(main_cmds);
195 exclude_cmds(other_cmds, main_cmds);
198 void list_commands(const char *title, struct cmdnames *main_cmds,
203 for (i = 0; i < main_cmds->cnt; i++)
204 if (longest < main_cmds->names[i]->len
279 struct cmdnames main_cmds, other_cmds; local
    [all...]
help.h 20 struct cmdnames *main_cmds,
26 void list_commands(const char *title, struct cmdnames *main_cmds,
  /external/linux-tools-perf/
builtin-help.c 276 static struct cmdnames main_cmds, other_cmds; variable in typeref:struct:cmdnames
296 return is_in_cmdlist(&main_cmds, s) ||
418 load_command_list("perf-", &main_cmds, &other_cmds);
427 list_commands("perf commands", &main_cmds, &other_cmds);

Completed in 38 milliseconds