Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Drapl.c727 static int __init init_rapl_pmus(struct rapl_pmus **rapl_pmus_ptr, int rapl_pmu_scope, in init_rapl_pmus() argument
738 if (rapl_pmu_scope == PERF_PMU_SCOPE_DIE) in init_rapl_pmus()
740 else if (rapl_pmu_scope == PERF_PMU_SCOPE_CORE) in init_rapl_pmus()
742 else if (rapl_pmu_scope != PERF_PMU_SCOPE_PKG) in init_rapl_pmus()
761 rapl_pmus->pmu.scope = rapl_pmu_scope; in init_rapl_pmus()