Home
last modified time | relevance | path

Searched refs:cpus_cstate_start_times (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-timechart.c318 static u64 *cpus_cstate_start_times; variable
359 cpus_cstate_start_times[cpu] = timestamp; in c_state_start()
371 pwr->start_time = cpus_cstate_start_times[cpu]; in c_state_end()
711 pwr->start_time = cpus_cstate_start_times[cpu]; in end_sample_processing()
1989 cpus_cstate_start_times = calloc(MAX_CPUS, sizeof(*cpus_cstate_start_times)); in cmd_timechart()
1990 if (!cpus_cstate_start_times) in cmd_timechart()
2040 zfree(&cpus_cstate_start_times); in cmd_timechart()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-timechart.c308 static u64 cpus_cstate_start_times[MAX_CPUS]; variable
349 cpus_cstate_start_times[cpu] = timestamp; in c_state_start()
361 pwr->start_time = cpus_cstate_start_times[cpu]; in c_state_end()
689 pwr->start_time = cpus_cstate_start_times[cpu]; in end_sample_processing()

Completed in 6 milliseconds