OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_in_cmdlist
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
help.h
25
int
is_in_cmdlist
(struct cmdnames *c, const char *s);
help.c
225
int
is_in_cmdlist
(struct cmdnames *c, const char *s)
function
/external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-help.c
286
return
is_in_cmdlist
(&main_cmds, s) ||
287
is_in_cmdlist
(&other_cmds, s);
Completed in 72 milliseconds