Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.h88 #define MAX_PEBS_EVENTS 8 macro
104 u64 pebs_event_reset[MAX_PEBS_EVENTS];
Dperf_event_intel.c3029 x86_pmu.max_pebs_events = min_t(unsigned, MAX_PEBS_EVENTS, x86_pmu.num_counters); in intel_pmu_init()