Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-help.c304 static int is_perf_command(const char *s) in is_perf_command() function
474 if (alias && !is_perf_command(argv[0])) { in cmd_help()