Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Drapl.c139 static u64 rapl_timer_ms; variable
582 pmu->timer_interval = ms_to_ktime(rapl_timer_ms); in rapl_cpu_online()
638 rapl_timer_ms = 2; in rapl_check_hw_unit()
640 rapl_timer_ms = (1000 / (2 * 100)); in rapl_check_hw_unit()
641 rapl_timer_ms *= (1ULL << (32 - rapl_hw_unit[0] - 1)); in rapl_check_hw_unit()
651 hweight32(rapl_cntr_mask), rapl_timer_ms); in rapl_advertise()