Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/
H A Drapl.c367 int bit, rapl_pmus_scope, ret = 0; in rapl_pmu_event_init() local
390 rapl_pmus_scope = rapl_pmus->pmu.scope; in rapl_pmu_event_init()
392 if (rapl_pmus_scope == PERF_PMU_SCOPE_PKG || rapl_pmus_scope == PERF_PMU_SCOPE_DIE) { in rapl_pmu_event_init()
399 } else if (rapl_pmus_scope == PERF_PMU_SCOPE_CORE) { in rapl_pmu_event_init()
413 rapl_pmu_idx = get_rapl_pmu_idx(event->cpu, rapl_pmus_scope); in rapl_pmu_event_init()