Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhelp-unknown-cmd.c94 clean_cmdnames(&main_cmds); in help_unknown_cmd()
95 clean_cmdnames(&other_cmds); in help_unknown_cmd()
118 clean_cmdnames(&main_cmds); in help_unknown_cmd()
119 clean_cmdnames(&other_cmds); in help_unknown_cmd()
/openbmc/linux/tools/lib/subcmd/
H A Dhelp.h27 void clean_cmdnames(struct cmdnames *cmds);
H A Dhelp.c30 void clean_cmdnames(struct cmdnames *cmds) in clean_cmdnames() function