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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.h25 int is_in_cmdlist(struct cmdnames *c, const char *s);
H A Dhelp.c225 int is_in_cmdlist(struct cmdnames *c, const char *s) function
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-help.c286 return is_in_cmdlist(&main_cmds, s) ||
287 is_in_cmdlist(&other_cmds, s);

Completed in 257 milliseconds