Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Drecord.c108 bool perf_can_record_cpu_wide(void) in perf_can_record_cpu_wide() function
Devlist.h123 bool perf_can_record_cpu_wide(void);
/linux-4.4.14/tools/perf/arch/x86/util/
Dintel-pt.c631 if (!cpu_wide && perf_can_record_cpu_wide()) { in intel_pt_recording_options()