Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_rapl.c133 static int rapl_cntr_mask; variable
368 if (!(rapl_cntr_mask & (1 << bit))) in rapl_pmu_event_init()
715 rapl_cntr_mask = RAPL_IDX_CLN; in rapl_pmu_init()
720 rapl_cntr_mask = RAPL_IDX_SRV; in rapl_pmu_init()
726 rapl_cntr_mask = RAPL_IDX_HSW; in rapl_pmu_init()
731 rapl_cntr_mask = RAPL_IDX_SRV; in rapl_pmu_init()
770 hweight32(rapl_cntr_mask), in rapl_pmu_init()
773 if (rapl_cntr_mask & (1 << i)) { in rapl_pmu_init()