Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Drapl.c140 static u64 rapl_timer_ms; variable
559 pmu->timer_interval = ms_to_ktime(rapl_timer_ms); in rapl_cpu_online()
605 rapl_timer_ms = 2; in rapl_check_hw_unit()
607 rapl_timer_ms = (1000 / (2 * 100)); in rapl_check_hw_unit()
608 rapl_timer_ms *= (1ULL << (32 - rapl_hw_unit[0] - 1)); in rapl_check_hw_unit()
618 hweight32(rapl_cntr_mask), rapl_timer_ms); in rapl_advertise()