Home
last modified time | relevance | path

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

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