Home
last modified time | relevance | path

Searched refs:exclude_cmds (Results 1 – 3 of 3) sorted by relevance

/linux/tools/lib/subcmd/
H A Dhelp.h31 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
H A Dhelp.c73 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) in exclude_cmds() function
255 exclude_cmds(other_cmds, main_cmds); in load_command_list()
/linux/tools/perf/tests/
H A Dsubcmd-help.c71 exclude_cmds(&cmds1, &cmds2); in test__exclude_cmdnames()