Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Drapl.c77 NR_RAPL_DOMAINS = PERF_RAPL_MAX, enumerator
80 static const char *const rapl_domain_names[NR_RAPL_DOMAINS] __initconst = {
136 static int rapl_hw_unit[NR_RAPL_DOMAINS] __read_mostly;
163 if (cfg > NR_RAPL_DOMAINS) { in rapl_scale()
349 if (!cfg || cfg >= NR_RAPL_DOMAINS + 1) in rapl_pmu_event_init()
352 cfg = array_index_nospec((long)cfg, NR_RAPL_DOMAINS + 1); in rapl_pmu_event_init()
586 for (i = 0; i < NR_RAPL_DOMAINS; i++) in rapl_check_hw_unit()
620 for (i = 0; i < NR_RAPL_DOMAINS; i++) { in rapl_advertise()