Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/
H A Drapl.c726 static int __init init_rapl_pmus(struct rapl_pmus **rapl_pmus_ptr, int rapl_pmu_scope, in init_rapl_pmus() argument
737 if (rapl_pmu_scope == PERF_PMU_SCOPE_DIE) in init_rapl_pmus()
739 else if (rapl_pmu_scope == PERF_PMU_SCOPE_CORE) in init_rapl_pmus()
741 else if (rapl_pmu_scope != PERF_PMU_SCOPE_PKG) in init_rapl_pmus()
760 rapl_pmus->pmu.scope = rapl_pmu_scope; in init_rapl_pmus()