Searched refs:is_in_cmdlist (Results 1 – 3 of 3) sorted by relevance
25 int is_in_cmdlist(struct cmdnames *c, const char *s);
225 int is_in_cmdlist(struct cmdnames *c, const char *s) in is_in_cmdlist() function
286 return is_in_cmdlist(&main_cmds, s) || in is_perf_command()287 is_in_cmdlist(&other_cmds, s); in is_perf_command()