Home
last modified time | relevance | path

Searched refs:last_sec_cpu (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py65 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname
71 last_sec_cpu = [0] * MAX_CPUS variable
430 global sample_num, last_sec_cpu, last_usec_cpu, start_time
470 if last_sec_cpu[cpu_int] == 0 :
471 last_sec_cpu[cpu_int] = time_pre_dec
474 …duration_us = (int(time_pre_dec) - int(last_sec_cpu[cpu_int])) * 1000000 + (int(time_post_dec) - i…
476 last_sec_cpu[cpu_int] = time_pre_dec