Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c1144 u64 pebs_status; in get_next_pebs_record_by_bit() local
1168 pebs_status = p->status & cpuc->pebs_enabled; in get_next_pebs_record_by_bit()
1169 pebs_status &= (1ULL << MAX_PEBS_EVENTS) - 1; in get_next_pebs_record_by_bit()
1170 if (pebs_status == (1 << bit)) in get_next_pebs_record_by_bit()
1268 u64 pebs_status; in intel_pmu_drain_pebs_nhm() local
1279 pebs_status = p->status & cpuc->pebs_enabled; in intel_pmu_drain_pebs_nhm()
1280 pebs_status &= (1ULL << x86_pmu.max_pebs_events) - 1; in intel_pmu_drain_pebs_nhm()
1282 bit = find_first_bit((unsigned long *)&pebs_status, in intel_pmu_drain_pebs_nhm()
1306 for_each_set_bit(i, (unsigned long *)&pebs_status, in intel_pmu_drain_pebs_nhm()