Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-timechart.c321 static u64 *cpus_pstate_state; variable
388 pwr->state = cpus_pstate_state[cpu]; in p_state_end()
412 cpus_pstate_state[cpu] = new_freq; in p_state_change()
2002 cpus_pstate_state = calloc(MAX_CPUS, sizeof(*cpus_pstate_state)); in cmd_timechart()
2003 if (!cpus_pstate_state) { in cmd_timechart()
2043 zfree(&cpus_pstate_state); in cmd_timechart()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-timechart.c311 static u64 cpus_pstate_state[MAX_CPUS]; variable
381 pwr->state = cpus_pstate_state[cpu]; in p_state_change()
393 cpus_pstate_state[cpu] = new_freq; in p_state_change()
703 pwr->state = cpus_pstate_state[cpu]; in end_sample_processing()

Completed in 6 milliseconds