Searched refs:other_cmds (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/util/ |
D | help.c | 164 struct cmdnames *other_cmds) in load_command_list() argument 183 list_commands_in_dir(other_cmds, path, prefix); in load_command_list() 191 qsort(other_cmds->names, other_cmds->cnt, in load_command_list() 192 sizeof(*other_cmds->names), cmdname_compare); in load_command_list() 193 uniq(other_cmds); in load_command_list() 195 exclude_cmds(other_cmds, main_cmds); in load_command_list() 199 struct cmdnames *other_cmds) in list_commands() argument 206 for (i = 0; i < other_cmds->cnt; i++) in list_commands() 207 if (longest < other_cmds->names[i]->len) in list_commands() 208 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/ |
D | builtin-help.c | 276 static struct cmdnames main_cmds, other_cmds; variable 297 is_in_cmdlist(&other_cmds, s); in is_perf_command() 418 load_command_list("perf-", &main_cmds, &other_cmds); in cmd_help() 427 list_commands("perf commands", &main_cmds, &other_cmds); in cmd_help()
|