Searched refs:base_hz (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 69 double base_hz; variable 1103 outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), base_hz / units * t->aperf / t->mperf); in format_counters() 2182 tsc_tweak = base_hz / tsc_hz; in calculate_tsc_tweak() 3560 base_hz = base_ratio * bclk * 1000000; in probe_nhm_msrs()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 247 double base_hz; variable 1195 sprintf(outp, "%s%.0f", (printed++ ? delim : ""), base_hz / units * t->aperf / t->mperf); in format_counters() 2419 tsc_tweak = base_hz / tsc_hz; in calculate_tsc_tweak() 3772 base_hz = base_ratio * bclk * 1000000; in probe_nhm_msrs()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 2076 static void kvm_get_time_scale(uint64_t scaled_hz, uint64_t base_hz, in kvm_get_time_scale() argument 2084 tps64 = base_hz; in kvm_get_time_scale()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.c | 2391 static void kvm_get_time_scale(uint64_t scaled_hz, uint64_t base_hz, in kvm_get_time_scale() argument 2399 tps64 = base_hz; in kvm_get_time_scale()
|
Completed in 43 milliseconds