Home
last modified time | relevance | path

Searched refs:UNCORE_PMC_IDX_FIXED (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/events/intel/
H A Duncore.h19 #define UNCORE_PMC_IDX_FIXED UNCORE_PMC_IDX_MAX_GENERIC macro
20 #define UNCORE_PMC_IDX_FREERUNNING (UNCORE_PMC_IDX_FIXED + \
249 return idx == UNCORE_PMC_IDX_FIXED; in uncore_pmc_fixed()
H A Duncore_snb.c261 if (hwc->idx < UNCORE_PMC_IDX_FIXED) in snb_uncore_msr_enable_event()
1292 if (hwc->idx < UNCORE_PMC_IDX_FIXED) in nhm_uncore_msr_enable_event()
H A Duncore_nhmex.c249 if (hwc->idx == UNCORE_PMC_IDX_FIXED) in nhmex_uncore_msr_enable_event()
H A Duncore.c33 EVENT_CONSTRAINT(~0ULL, 1 << UNCORE_PMC_IDX_FIXED, ~0ULL);