Searched refs:cpu_int (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/power/x86/intel_pstate_tracer/ | 
| D | intel_pstate_tracer.py | 329 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts…  argument334     if cpu_mask[cpu_int] == 0:
 339 …, %u, %u, %u, %u, %u, %u, %.4f, %u, %.2f, %.3f, %u, %.3f, %.3f, %s\n" % (cpu_int, int(time_pre_dec…
 446             cpu_int = int(cpu)
 447             cpu = str(cpu_int)
 471             if last_sec_cpu[cpu_int] == 0 :
 472                 last_sec_cpu[cpu_int] = time_pre_dec
 473                 last_usec_cpu[cpu_int] = time_post_dec
 475 … = (int(time_pre_dec) - int(last_sec_cpu[cpu_int])) * 1000000 + (int(time_post_dec) - int(last_use…
 477                 last_sec_cpu[cpu_int] = time_pre_dec
 [all …]
 
 |