Searched refs:tsc_ghz (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 326 …aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, tsc_ghz): argument 336 …t(tsc), freq_ghz, int(io_boost), load, duration_ms, sample_num, elapsed_time, tsc_ghz, common_comm) 481 tsc_ghz = Decimal(0) 483 tsc_ghz = Decimal(tsc)/duration_ms/Decimal(1000000) 484 … aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, tsc_ghz)
|