Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_rapl.c131 static int rapl_cntr_mask; variable
365 if (!(rapl_cntr_mask & (1 << bit))) in rapl_pmu_event_init()
724 rapl_cntr_mask = RAPL_IDX_CLN; in rapl_pmu_init()
729 rapl_cntr_mask = RAPL_IDX_SRV; in rapl_pmu_init()
735 rapl_cntr_mask = RAPL_IDX_HSW; in rapl_pmu_init()
740 rapl_cntr_mask = RAPL_IDX_SRV; in rapl_pmu_init()
745 rapl_cntr_mask = RAPL_IDX_KNL; in rapl_pmu_init()
783 hweight32(rapl_cntr_mask), in rapl_pmu_init()
786 if (rapl_cntr_mask & (1 << i)) { in rapl_pmu_init()