Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_uncore_snb.c78 if (hwc->idx < UNCORE_PMC_IDX_FIXED) in snb_uncore_msr_enable_event()
314 idx = UNCORE_PMC_IDX_FIXED; in snb_uncore_imc_event_init()
318 idx = UNCORE_PMC_IDX_FIXED + 1; in snb_uncore_imc_event_init()
630 if (hwc->idx < UNCORE_PMC_IDX_FIXED) in nhm_uncore_msr_enable_event()
Dperf_event_intel_uncore.h13 #define UNCORE_PMC_IDX_FIXED UNCORE_PMC_IDX_MAX_GENERIC macro
14 #define UNCORE_PMC_IDX_MAX (UNCORE_PMC_IDX_FIXED + 1)
Dperf_event_intel_uncore.c20 EVENT_CONSTRAINT(~0ULL, 1 << UNCORE_PMC_IDX_FIXED, ~0ULL);
217 if (hwc->idx == UNCORE_PMC_IDX_FIXED) { in uncore_assign_hw_event()
232 if (event->hw.idx >= UNCORE_PMC_IDX_FIXED) in uncore_perf_event_update()
Dperf_event_intel_uncore_nhmex.c243 if (hwc->idx >= UNCORE_PMC_IDX_FIXED) in nhmex_uncore_msr_enable_event()