Searched refs:crystal_hz (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 538 unsigned int crystal_hz; variable 3545 value_converted = pct(value_raw / crystal_hz, interval_float); in format_counters() 3611 value_converted = pct(value_raw / crystal_hz, interval_float); in format_counters() 3694 …outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), pct(p->die_c6 / crystal_hz, interval_flo… in format_counters() 3767 value_converted = pct(value_raw / crystal_hz, interval_float); in format_counters() 9253 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid() 9254 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid() 9258 …"CPUID(0x15): eax_crystal: %d ebx_tsc: %d ecx_crystal_hz: %d\n", eax_crystal, ebx_tsc, crystal_hz); in process_cpuid() 9260 if (crystal_hz == 0) in process_cpuid() 9261 crystal_hz = platform->crystal_freq; in process_cpuid() [all …]
|