Searched refs:cmdnames (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | help.h | 4 struct cmdnames { struct 20 struct cmdnames *main_cmds, argument 21 struct cmdnames *other_cmds); 22 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len); 24 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes); 25 int is_in_cmdlist(struct cmdnames *c, const char *s); 26 void list_commands(const char *title, struct cmdnames *main_cmds, 27 struct cmdnames *other_cmds);
|
D | help.c | 8 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len) in add_cmdname() 20 static void clean_cmdnames(struct cmdnames *cmds) in clean_cmdnames() 38 static void uniq(struct cmdnames *cmds) in uniq() 52 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) in exclude_cmds() 74 static void pretty_print_string_list(struct cmdnames *cmds, int longest) in pretty_print_string_list() 117 static void list_commands_in_dir(struct cmdnames *cmds, in list_commands_in_dir() 158 struct cmdnames *main_cmds, in load_command_list() 159 struct cmdnames *other_cmds) in load_command_list() 193 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands() 194 struct cmdnames *other_cmds) in list_commands() [all …]
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-help.c | 266 static struct cmdnames main_cmds, other_cmds;
|