Searched refs:MAX_PEBS_EVENTS (Results 1 – 3 of 3) sorted by relevance
804 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()
91 #define MAX_PEBS_EVENTS 8 macro119 u64 pebs_event_reset[MAX_PEBS_EVENTS];
3273 x86_pmu.max_pebs_events = min_t(unsigned, MAX_PEBS_EVENTS, x86_pmu.num_counters); in intel_pmu_init()