Searched refs:this_cpu_has_perf_global_ctrl (Results 1 – 3 of 3) sorted by relevance
211 if (!this_cpu_has_perf_global_ctrl()) in loop()231 if (pmu.is_intel && this_cpu_has_perf_global_ctrl()) { in adjust_events_range()309 if (!this_cpu_has_perf_global_ctrl()) in global_enable()318 if (!this_cpu_has_perf_global_ctrl()) in global_disable()732 if (this_cpu_has_perf_global_ctrl()) { in check_emulated_instr()747 if (this_cpu_has_perf_global_ctrl()) { in check_emulated_instr()908 if (this_cpu_has_perf_global_ctrl()) in set_ref_cycle_expectations()
7519 if (!this_cpu_has_perf_global_ctrl()) { in test_load_host_perf_global_ctrl()7536 if (!this_cpu_has_perf_global_ctrl()) { in test_load_guest_perf_global_ctrl()
103 static inline bool this_cpu_has_perf_global_ctrl(void) in this_cpu_has_perf_global_ctrl() function