Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c332 double base_hz; variable
2718 sprintf(outp, "%s%.0f", (printed++ ? delim : ""), base_hz / units * t->aperf / t->mperf); in format_counters()
6242 base_hz = base_ratio * bclk * 1000000; in probe_bclk()
6246 tsc_tweak = base_hz / tsc_hz; in probe_bclk()
8114 base_hz = base_mhz * 1000000; in process_cpuid()
8118 tsc_tweak = base_hz / tsc_hz; in process_cpuid()
/linux/arch/x86/kvm/
H A Dx86.c2384 static void kvm_get_time_scale(uint64_t scaled_hz, uint64_t base_hz, in kvm_get_time_scale() argument
2392 tps64 = base_hz; in kvm_get_time_scale()