Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dintel_ds.h12 #define MAX_PEBS_EVENTS_MASK GENMASK_ULL(MAX_PEBS_EVENTS - 1, 0) macro
/linux-6.15/arch/x86/events/
H A Dperf_event.h1744 return MAX_PEBS_EVENTS_MASK & cntr_mask; in intel_pmu_pebs_mask()