Home
last modified time | relevance | path

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

/openbmc/linux/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()