Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c804 return (cpuc->pebs_enabled & ((1ULL << MAX_PEBS_EVENTS) - 1)); in pebs_is_enabled()
1169 pebs_status &= (1ULL << MAX_PEBS_EVENTS) - 1; in get_next_pebs_record_by_bit()
1251 short counts[MAX_PEBS_EVENTS] = {}; in intel_pmu_drain_pebs_nhm()
1252 short error[MAX_PEBS_EVENTS] = {}; in intel_pmu_drain_pebs_nhm()
1273 MAX_PEBS_EVENTS) in intel_pmu_drain_pebs_nhm()
Dperf_event.h91 #define MAX_PEBS_EVENTS 8 macro
119 u64 pebs_event_reset[MAX_PEBS_EVENTS];
Dperf_event_intel.c3273 x86_pmu.max_pebs_events = min_t(unsigned, MAX_PEBS_EVENTS, x86_pmu.num_counters); in intel_pmu_init()