Searched refs:cmdnames (Results 1 – 3 of 3) sorted by relevance
/external/linux-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 | 7 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len) in add_cmdname() 19 static void clean_cmdnames(struct cmdnames *cmds) in clean_cmdnames() 37 static void uniq(struct cmdnames *cmds) in uniq() 51 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) in exclude_cmds() 73 static void pretty_print_string_list(struct cmdnames *cmds, int longest) in pretty_print_string_list() 122 static void list_commands_in_dir(struct cmdnames *cmds, in list_commands_in_dir() 163 struct cmdnames *main_cmds, in load_command_list() 164 struct cmdnames *other_cmds) in load_command_list() 198 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands() 199 struct cmdnames *other_cmds) in list_commands() [all …]
|
/external/linux-tools-perf/ |
D | builtin-help.c | 276 static struct cmdnames main_cmds, other_cmds;
|