Searched refs:cpus_cstate_state (Results 1 – 1 of 1) sorted by relevance
319 static int *cpus_cstate_state; variable360 cpus_cstate_state[cpu] = state; in c_state_start()370 pwr->state = cpus_cstate_state[cpu]; in c_state_end()710 pwr->state = cpus_cstate_state[cpu]; in end_sample_processing()1991 cpus_cstate_state = calloc(MAX_CPUS, sizeof(*cpus_cstate_state)); in cmd_timechart()1992 if (!cpus_cstate_state) { in cmd_timechart()2040 zfree(&cpus_cstate_state); in cmd_timechart()