Searched refs:MSR_IA32_PEBS_ENABLE (Results 1 – 4 of 4) sorted by relevance
452 wrmsrl(MSR_IA32_PEBS_ENABLE, cpuc->pebs_enabled); in intel_pmu_pebs_disable()462 wrmsrl(MSR_IA32_PEBS_ENABLE, cpuc->pebs_enabled); in intel_pmu_pebs_enable_all()470 wrmsrl(MSR_IA32_PEBS_ENABLE, 0); in intel_pmu_pebs_disable_all()
946 (void)checking_wrmsrl(MSR_IA32_PEBS_ENABLE, (u64)bind->metric_pebs); in p4_pmu_enable_pebs()
1095 rdmsrl(MSR_IA32_PEBS_ENABLE, pebs); in perf_event_print_debug()
66 #define MSR_IA32_PEBS_ENABLE 0x000003f1 macro