Home
last modified time | relevance | path

Searched refs:x86_pmu_max_num_counters (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/events/amd/
H A Dcore.c508 for_each_set_bit(idx, c->idxmsk, x86_pmu_max_num_counters(NULL)) { in __amd_get_nb_event_constraints()
1476 for (i = 0; i < x86_pmu_max_num_counters(NULL) - 1; i += 2) in amd_core_pmu_init()
1481 x86_pmu_max_num_counters(NULL) / 2, 0, in amd_core_pmu_init()
/linux/arch/x86/events/
H A Dperf_event.h1325 static inline int x86_pmu_max_num_counters(struct pmu *pmu) in x86_pmu_max_num_counters() function
/linux/arch/x86/events/intel/
H A Dcore.c5392 *nr = x86_pmu_max_num_counters(cpuc->pmu); in core_guest_get_msrs()