Home
last modified time | relevance | path

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

/linux/arch/x86/events/amd/ !
H A Dcore.c506 for_each_set_bit(idx, c->idxmsk, x86_pmu_max_num_counters(NULL)) { in __amd_get_nb_event_constraints()
1470 for (i = 0; i < x86_pmu_max_num_counters(NULL) - 1; i += 2) in amd_core_pmu_init()
1475 x86_pmu_max_num_counters(NULL) / 2, 0, in amd_core_pmu_init()
/linux/arch/x86/events/ !
H A Dperf_event.h1316 static inline int x86_pmu_max_num_counters(struct pmu *pmu) in x86_pmu_max_num_counters() function
H A Dcore.c1082 int gpmax = x86_pmu_max_num_counters(cpuc->pmu); in x86_schedule_events()
/linux/arch/x86/events/intel/ !
H A Dcore.c5099 *nr = x86_pmu_max_num_counters(cpuc->pmu); in core_guest_get_msrs()