Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/
H A Drapl.c85 NR_RAPL_PKG_DOMAINS = PERF_RAPL_PKG_EVENTS_MAX, enumerator
92 static const char *const rapl_pkg_domain_names[NR_RAPL_PKG_DOMAINS] __initconst = {
162 static int rapl_pkg_hw_unit[NR_RAPL_PKG_DOMAINS] __read_mostly;
393 cfg = array_index_nospec((long)cfg, NR_RAPL_PKG_DOMAINS + 1); in rapl_pmu_event_init()
394 if (!cfg || cfg >= NR_RAPL_PKG_DOMAINS + 1) in rapl_pmu_event_init()
401 if (!cfg || cfg >= NR_RAPL_PKG_DOMAINS + 1) in rapl_pmu_event_init()
616 for (i = 0; i < NR_RAPL_PKG_DOMAINS; i++) in rapl_check_hw_unit()
665 for (i = 0; i < NR_RAPL_PKG_DOMAINS; i++) { in rapl_advertise()