Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/intel/
Drapl.c160 static u64 rapl_timer_ms; variable
604 pmu->timer_interval = ms_to_ktime(rapl_timer_ms); in rapl_cpu_online()
650 rapl_timer_ms = 2; in rapl_check_hw_unit()
652 rapl_timer_ms = (1000 / (2 * 100)); in rapl_check_hw_unit()
653 rapl_timer_ms *= (1ULL << (32 - rapl_hw_unit[0] - 1)); in rapl_check_hw_unit()
663 hweight32(rapl_cntr_mask), rapl_timer_ms); in rapl_advertise()