Home
last modified time | relevance | path

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

/tools/perf/util/
Drecord.c115 bool perf_can_record_cpu_wide(void) in perf_can_record_cpu_wide() function
Devlist.h166 bool perf_can_record_cpu_wide(void);
/tools/perf/arch/x86/util/
Dintel-pt.c713 if (!cpu_wide && perf_can_record_cpu_wide()) { in intel_pt_recording_options()