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

/linux-4.1.27/tools/perf/util/
H A Dhelp.h21 struct cmdnames *other_cmds);
27 struct cmdnames *other_cmds);
H A Dhelp.c159 struct cmdnames *other_cmds) load_command_list()
178 list_commands_in_dir(other_cmds, path, prefix); load_command_list()
186 qsort(other_cmds->names, other_cmds->cnt, load_command_list()
187 sizeof(*other_cmds->names), cmdname_compare); load_command_list()
188 uniq(other_cmds); load_command_list()
190 exclude_cmds(other_cmds, main_cmds); load_command_list()
194 struct cmdnames *other_cmds) list_commands()
201 for (i = 0; i < other_cmds->cnt; i++) list_commands()
202 if (longest < other_cmds->names[i]->len) list_commands()
203 longest = other_cmds->names[i]->len; list_commands()
215 if (other_cmds->cnt) { list_commands()
220 pretty_print_string_list(other_cmds, longest); list_commands()
273 struct cmdnames main_cmds, other_cmds; help_unknown_cmd() local
276 memset(&other_cmds, 0, sizeof(main_cmds)); help_unknown_cmd()
281 load_command_list("perf-", &main_cmds, &other_cmds); help_unknown_cmd()
284 add_cmd_list(&main_cmds, &other_cmds); help_unknown_cmd()
157 load_command_list(const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds) load_command_list() argument
193 list_commands(const char *title, struct cmdnames *main_cmds, struct cmdnames *other_cmds) list_commands() argument
/linux-4.1.27/tools/perf/
H A Dbuiltin-help.c279 static struct cmdnames main_cmds, other_cmds; variable in typeref:struct:
300 is_in_cmdlist(&other_cmds, s); is_perf_command()
458 load_command_list("perf-", &main_cmds, &other_cmds); cmd_help()
467 list_commands("perf commands", &main_cmds, &other_cmds); cmd_help()

Completed in 126 milliseconds