Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dperf_event.h1330 static inline int x86_pmu_num_counters_fixed(struct pmu *pmu) in x86_pmu_num_counters_fixed() function
/linux/arch/x86/events/intel/
H A Dcore.c8618 if ((x86_pmu_num_counters(&pmu->pmu) > 8) || (x86_pmu_num_counters_fixed(&pmu->pmu) > 4)) { in intel_pmu_init()