Searched refs:tsc_ghz (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 326 …, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, tsc_ghz, cpu_mask): argument 336 …t(tsc), freq_ghz, int(io_boost), load, duration_ms, sample_num, elapsed_time, tsc_ghz, common_comm) 477 tsc_ghz = Decimal(0) 479 tsc_ghz = Decimal(tsc)/duration_ms/Decimal(1000000) 480 …c, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, tsc_ghz, cpu_mask)
|