Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dhelp.c206 struct cmdnames *other_cmds) in load_command_list()
225 list_commands_in_dir(other_cmds, path, prefix); in load_command_list()
233 qsort(other_cmds->names, other_cmds->cnt, in load_command_list()
234 sizeof(*other_cmds->names), cmdname_compare); in load_command_list()
235 uniq(other_cmds); in load_command_list()
238 exclude_cmds(other_cmds, main_cmds); in load_command_list()
242 struct cmdnames *other_cmds) in list_commands()
249 for (i = 0; i < other_cmds->cnt; i++) in list_commands()
250 if (longest < other_cmds in list_commands()
204 load_command_list(const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds) load_command_list() argument
241 list_commands(const char *title, struct cmdnames *main_cmds, struct cmdnames *other_cmds) list_commands() argument
[all...]
H A Dhelp.h25 struct cmdnames *other_cmds);
34 struct cmdnames *other_cmds);
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dhelp.c218 struct cmdnames *other_cmds) in load_command_list()
237 list_commands_in_dir(other_cmds, path, prefix); in load_command_list()
245 qsort(other_cmds->names, other_cmds->cnt, in load_command_list()
246 sizeof(*other_cmds->names), cmdname_compare); in load_command_list()
247 uniq(other_cmds); in load_command_list()
250 exclude_cmds(other_cmds, main_cmds); in load_command_list()
254 struct cmdnames *other_cmds) in list_commands()
261 for (i = 0; i < other_cmds->cnt; i++) in list_commands()
262 if (longest < other_cmds in list_commands()
216 load_command_list(const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds) load_command_list() argument
253 list_commands(const char *title, struct cmdnames *main_cmds, struct cmdnames *other_cmds) list_commands() argument
[all...]
H A Dhelp.h25 struct cmdnames *other_cmds);
34 struct cmdnames *other_cmds);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhelp-unknown-cmd.c58 struct cmdnames main_cmds, other_cmds; in help_unknown_cmd() local
61 memset(&other_cmds, 0, sizeof(main_cmds)); in help_unknown_cmd()
65 load_command_list("perf-", &main_cmds, &other_cmds); in help_unknown_cmd()
67 if (add_cmd_list(&main_cmds, &other_cmds) < 0) { in help_unknown_cmd()
95 clean_cmdnames(&other_cmds); in help_unknown_cmd()
119 clean_cmdnames(&other_cmds); in help_unknown_cmd()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhelp-unknown-cmd.c58 struct cmdnames main_cmds, other_cmds; in help_unknown_cmd() local
61 memset(&other_cmds, 0, sizeof(main_cmds)); in help_unknown_cmd()
65 load_command_list("perf-", &main_cmds, &other_cmds); in help_unknown_cmd()
67 if (add_cmd_list(&main_cmds, &other_cmds) < 0) { in help_unknown_cmd()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-help.c298 static struct cmdnames main_cmds, other_cmds; variable
457 load_command_list("perf-", &main_cmds, &other_cmds); in cmd_help()
468 list_commands("perf commands", &main_cmds, &other_cmds); in cmd_help()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-help.c300 static struct cmdnames main_cmds, other_cmds; variable
460 load_command_list("perf-", &main_cmds, &other_cmds); in cmd_help()
471 list_commands("perf commands", &main_cmds, &other_cmds); in cmd_help()

Completed in 4 milliseconds