Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c79 double base_hz; variable
954 outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), base_hz / units * t->aperf / t->mperf); in format_counters()
1975 tsc_tweak = base_hz / tsc_hz; in calculate_tsc_tweak()
3179 base_hz = base_ratio * bclk * 1000000; in probe_nhm_msrs()
/Linux-v4.19/arch/x86/kvm/
Dx86.c1377 static void kvm_get_time_scale(uint64_t scaled_hz, uint64_t base_hz, in kvm_get_time_scale() argument
1385 tps64 = base_hz; in kvm_get_time_scale()
1405 __func__, base_hz, scaled_hz, shift, *pmultiplier); in kvm_get_time_scale()