Lines Matching refs:pebs_status
1309 u64 pebs_status; in get_next_pebs_record_by_bit() local
1333 pebs_status = p->status & cpuc->pebs_enabled; in get_next_pebs_record_by_bit()
1334 pebs_status &= PEBS_COUNTER_MASK; in get_next_pebs_record_by_bit()
1335 if (pebs_status == (1 << bit)) in get_next_pebs_record_by_bit()
1534 u64 pebs_status; in intel_pmu_drain_pebs_nhm() local
1536 pebs_status = p->status & cpuc->pebs_enabled; in intel_pmu_drain_pebs_nhm()
1537 pebs_status &= mask; in intel_pmu_drain_pebs_nhm()
1541 for_each_set_bit(bit, (unsigned long *)&pebs_status, in intel_pmu_drain_pebs_nhm()
1556 if (!pebs_status && cpuc->pebs_enabled && in intel_pmu_drain_pebs_nhm()
1558 pebs_status = cpuc->pebs_enabled; in intel_pmu_drain_pebs_nhm()
1560 bit = find_first_bit((unsigned long *)&pebs_status, in intel_pmu_drain_pebs_nhm()
1581 for_each_set_bit(i, (unsigned long *)&pebs_status, in intel_pmu_drain_pebs_nhm()