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

  /external/linux-tools-perf/util/
help.h 21 struct cmdnames *other_cmds);
27 struct cmdnames *other_cmds);
help.c 164 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->names[i]->len
279 struct cmdnames main_cmds, other_cmds; local
    [all...]
  /external/linux-tools-perf/
builtin-help.c 276 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 47 milliseconds