Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-timechart.c271 static u64 cpus_pstate_start_times[MAX_CPUS]; variable
380 pwr->start_time = cpus_pstate_start_times[cpu]; in p_state_change()
392 cpus_pstate_start_times[cpu] = timestamp; in p_state_change()
598 pwr->start_time = cpus_pstate_start_times[cpu]; in end_sample_processing()