Searched refs:other_cmds (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | help.c | 159 struct cmdnames *other_cmds) in load_command_list() argument 178 list_commands_in_dir(other_cmds, path, prefix); in load_command_list() 186 qsort(other_cmds->names, other_cmds->cnt, in load_command_list() 187 sizeof(*other_cmds->names), cmdname_compare); in load_command_list() 188 uniq(other_cmds); in load_command_list() 190 exclude_cmds(other_cmds, main_cmds); in load_command_list() 194 struct cmdnames *other_cmds) in list_commands() argument 201 for (i = 0; i < other_cmds->cnt; i++) in list_commands() 202 if (longest < other_cmds->names[i]->len) in list_commands() 203 longest = other_cmds->names[i]->len; in list_commands() [all …]
|
D | help.h | 21 struct cmdnames *other_cmds); 27 struct cmdnames *other_cmds);
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-help.c | 266 static struct cmdnames main_cmds, other_cmds; variable 287 is_in_cmdlist(&other_cmds, s); in is_perf_command() 434 load_command_list("perf-", &main_cmds, &other_cmds); in cmd_help() 443 list_commands("perf commands", &main_cmds, &other_cmds); in cmd_help()
|