Searched refs:tsc_ghz (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 328 …aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, tsc_ghz): argument 338 …t(tsc), freq_ghz, int(io_boost), load, duration_ms, sample_num, elapsed_time, tsc_ghz, common_comm) 483 tsc_ghz = Decimal(0) 485 tsc_ghz = Decimal(tsc)/duration_ms/Decimal(1000000) 486 … aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, tsc_ghz)
|