Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c1111 u64 pebs_status; in get_next_pebs_record_by_bit() local
1128 pebs_status = p->status & cpuc->pebs_enabled; in get_next_pebs_record_by_bit()
1129 pebs_status &= (1ULL << MAX_PEBS_EVENTS) - 1; in get_next_pebs_record_by_bit()
1130 if (pebs_status == (1 << bit)) in get_next_pebs_record_by_bit()
1228 u64 pebs_status; in intel_pmu_drain_pebs_nhm() local
1239 pebs_status = p->status & cpuc->pebs_enabled; in intel_pmu_drain_pebs_nhm()
1240 pebs_status &= (1ULL << x86_pmu.max_pebs_events) - 1; in intel_pmu_drain_pebs_nhm()
1242 bit = find_first_bit((unsigned long *)&pebs_status, in intel_pmu_drain_pebs_nhm()
1266 for_each_set_bit(i, (unsigned long *)&pebs_status, in intel_pmu_drain_pebs_nhm()