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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dhelp.h25 int is_in_cmdlist(struct cmdnames *c, const char *s);
H A Dhelp.c224 int is_in_cmdlist(struct cmdnames *c, const char *s) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-help.c296 return is_in_cmdlist(&main_cmds, s) ||
297 is_in_cmdlist(&other_cmds, s);

Completed in 36 milliseconds