Searched refs:pebs_status (Results 1 – 1 of 1) sorted by relevance
1621 u64 pebs_status; in get_next_pebs_record_by_bit() local1645 pebs_status = status & cpuc->pebs_enabled; in get_next_pebs_record_by_bit()1646 pebs_status &= PEBS_COUNTER_MASK; in get_next_pebs_record_by_bit()1647 if (pebs_status == (1 << bit)) in get_next_pebs_record_by_bit()1874 u64 pebs_status; in intel_pmu_drain_pebs_nhm() local1876 pebs_status = p->status & cpuc->pebs_enabled; in intel_pmu_drain_pebs_nhm()1877 pebs_status &= mask; in intel_pmu_drain_pebs_nhm()1881 for_each_set_bit(bit, (unsigned long *)&pebs_status, size) in intel_pmu_drain_pebs_nhm()1895 if (!pebs_status && cpuc->pebs_enabled && in intel_pmu_drain_pebs_nhm()1897 pebs_status = cpuc->pebs_enabled; in intel_pmu_drain_pebs_nhm()[all …]