Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Ddebug.h81 int perf_debug_option(const char *str);
Ddebug.c239 int perf_debug_option(const char *str) in perf_debug_option() function
/linux-6.12.1/tools/perf/
Dperf.c302 if (perf_debug_option((*argv)[1])) in handle_options()