Searched refs:pebs_enabled (Results 1 – 3 of 3) sorted by relevance
1084 if (!(cpuc->pebs_enabled & ~PEBS_VIA_PT_MASK)) in intel_pmu_pebs_via_pt_disable()1085 cpuc->pebs_enabled &= ~PEBS_VIA_PT_MASK; in intel_pmu_pebs_via_pt_disable()1098 cpuc->pebs_enabled |= PEBS_PMI_AFTER_EACH_RECORD; in intel_pmu_pebs_via_pt_enable()1100 cpuc->pebs_enabled |= PEBS_OUTPUT_PT; in intel_pmu_pebs_via_pt_enable()1113 cpuc->pebs_enabled |= 1ULL << hwc->idx; in intel_pmu_pebs_enable()1116 cpuc->pebs_enabled |= 1ULL << (hwc->idx + 32); in intel_pmu_pebs_enable()1118 cpuc->pebs_enabled |= 1ULL << 63; in intel_pmu_pebs_enable()1170 cpuc->pebs_enabled &= ~(1ULL << hwc->idx); in intel_pmu_pebs_disable()1174 cpuc->pebs_enabled &= ~(1ULL << (hwc->idx + 32)); in intel_pmu_pebs_disable()1176 cpuc->pebs_enabled &= ~(1ULL << 63); in intel_pmu_pebs_disable()[all …]
2372 status &= ~cpuc->pebs_enabled; in handle_pmi_common()2374 status &= ~(cpuc->pebs_enabled & PEBS_COUNTER_MASK); in handle_pmi_common()3350 arr[0].guest &= ~cpuc->pebs_enabled; in intel_guest_get_msrs()3352 arr[0].guest &= ~(cpuc->pebs_enabled & PEBS_COUNTER_MASK); in intel_guest_get_msrs()3365 arr[1].host = cpuc->pebs_enabled; in intel_guest_get_msrs()
218 u64 pebs_enabled; member