Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py66 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname
72 last_sec_cpu = [0] * MAX_CPUS variable
431 global sample_num, last_sec_cpu, last_usec_cpu, start_time
471 if last_sec_cpu[cpu_int] == 0 :
472 last_sec_cpu[cpu_int] = time_pre_dec
475 …duration_us = (int(time_pre_dec) - int(last_sec_cpu[cpu_int])) * 1000000 + (int(time_post_dec) - i…
477 last_sec_cpu[cpu_int] = time_pre_dec