Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-timechart.c320 static u64 *cpus_pstate_start_times; variable
389 pwr->start_time = cpus_pstate_start_times[cpu]; in p_state_end()
413 cpus_pstate_start_times[cpu] = timestamp; in p_state_change()
1997 cpus_pstate_start_times = calloc(MAX_CPUS, sizeof(*cpus_pstate_start_times)); in cmd_timechart()
1998 if (!cpus_pstate_start_times) { in cmd_timechart()
2042 zfree(&cpus_pstate_start_times); in cmd_timechart()