Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dds.c1262 reserved = max_pebs_events + x86_pmu_max_num_counters_fixed(cpuc->pmu); in pebs_update_threshold()
2293 size = INTEL_PMC_IDX_FIXED + x86_pmu_max_num_counters_fixed(NULL); in intel_pmu_drain_pebs_nhm()
/linux/arch/x86/events/
H A Dperf_event.h1248 static inline int x86_pmu_max_num_counters_fixed(struct pmu *pmu) in x86_pmu_max_num_counters_fixed() function