Searched refs:pebs_enabled (Results 1 – 3 of 3) sorted by relevance
1081 if (!(cpuc->pebs_enabled & ~PEBS_VIA_PT_MASK)) in intel_pmu_pebs_via_pt_disable()1082 cpuc->pebs_enabled &= ~PEBS_VIA_PT_MASK; in intel_pmu_pebs_via_pt_disable()1095 cpuc->pebs_enabled |= PEBS_PMI_AFTER_EACH_RECORD; in intel_pmu_pebs_via_pt_enable()1097 cpuc->pebs_enabled |= PEBS_OUTPUT_PT; in intel_pmu_pebs_via_pt_enable()1110 cpuc->pebs_enabled |= 1ULL << hwc->idx; in intel_pmu_pebs_enable()1113 cpuc->pebs_enabled |= 1ULL << (hwc->idx + 32); in intel_pmu_pebs_enable()1115 cpuc->pebs_enabled |= 1ULL << 63; in intel_pmu_pebs_enable()1167 cpuc->pebs_enabled &= ~(1ULL << hwc->idx); in intel_pmu_pebs_disable()1171 cpuc->pebs_enabled &= ~(1ULL << (hwc->idx + 32)); in intel_pmu_pebs_disable()1173 cpuc->pebs_enabled &= ~(1ULL << 63); in intel_pmu_pebs_disable()[all …]
2369 status &= ~cpuc->pebs_enabled; in handle_pmi_common()2371 status &= ~(cpuc->pebs_enabled & PEBS_COUNTER_MASK); in handle_pmi_common()3344 arr[0].guest &= ~cpuc->pebs_enabled; in intel_guest_get_msrs()3346 arr[0].guest &= ~(cpuc->pebs_enabled & PEBS_COUNTER_MASK); in intel_guest_get_msrs()3359 arr[1].host = cpuc->pebs_enabled; in intel_guest_get_msrs()
217 u64 pebs_enabled; member