Home
last modified time | relevance | path

Searched refs:clean_cmdnames (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/tests/
H A Dsubcmd-help.c19 clean_cmdnames(&cmds); in test__load_cmdnames()
42 clean_cmdnames(&cmds); in test__uniq_cmdnames()
93 clean_cmdnames(&cmds1); in test__exclude_cmdnames()
94 clean_cmdnames(&cmds2); in test__exclude_cmdnames()
/linux/tools/perf/util/
H A Dhelp-unknown-cmd.c97 clean_cmdnames(&other_cmds); in help_unknown_cmd()
120 clean_cmdnames(&other_cmds); in help_unknown_cmd()
/linux/tools/lib/subcmd/
H A Dhelp.h27 void clean_cmdnames(struct cmdnames *cmds);
H A Dhelp.c31 void clean_cmdnames(struct cmdnames *cmds) in clean_cmdnames() function
/linux/tools/perf/
H A Dperf.c567 clean_cmdnames(&main_cmds); in main()