Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/
H A Drapl.c139 static u64 rapl_timer_ms; variable
579 pmu->timer_interval = ms_to_ktime(rapl_timer_ms); in rapl_cpu_online()
639 rapl_timer_ms = 2; in rapl_check_hw_unit()
641 rapl_timer_ms = (1000 / (2 * 100)); in rapl_check_hw_unit()
642 rapl_timer_ms *= (1ULL << (32 - rapl_hw_unit[0] - 1)); in rapl_check_hw_unit()
652 hweight32(rapl_cntr_mask), rapl_timer_ms); in rapl_advertise()