Home
last modified time | relevance | path

Searched refs:pebs_status (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/events/intel/
H A Dds.c2226 u64 pebs_status; in get_next_pebs_record_by_bit() local
2250 pebs_status = status & cpuc->pebs_enabled; in get_next_pebs_record_by_bit()
2251 pebs_status &= PEBS_COUNTER_MASK; in get_next_pebs_record_by_bit()
2252 if (pebs_status == (1 << bit)) in get_next_pebs_record_by_bit()
2522 u64 pebs_status; in intel_pmu_drain_pebs_nhm() local
2524 pebs_status = p->status & cpuc->pebs_enabled; in intel_pmu_drain_pebs_nhm()
2525 pebs_status &= mask; in intel_pmu_drain_pebs_nhm()
2543 if (!pebs_status && cpuc->pebs_enabled && in intel_pmu_drain_pebs_nhm()
2545 pebs_status = p->status = cpuc->pebs_enabled; in intel_pmu_drain_pebs_nhm()
2568 if (pebs_status != (1ULL << bit)) { in intel_pmu_drain_pebs_nhm()
[all …]