Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Ddebug.h64 int perf_debug_option(const char *str);
Ddebug.c186 int perf_debug_option(const char *str) in perf_debug_option() function
/kernel/linux/linux-5.10/tools/perf/
Dperf.c275 if (perf_debug_option((*argv)[1])) in handle_options()