Searched defs:cmdnames (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.h4 struct cmdnames { struct
20 struct cmdnames *main_cmds,
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);

Completed in 795 milliseconds