Searched refs:p_state_change (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-timechart.c | 370 static void p_state_change(struct timechart *tchart, int cpu, u64 timestamp, u64 new_freq) in p_state_change() function 601 p_state_change(tchart, cpu_id, sample->time, state); in process_sample_cpu_frequency() 667 p_state_change(tchart, cpu_id, sample->time, value); in process_sample_power_frequency()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-timechart.c | 401 static void p_state_change(struct timechart *tchart, int cpu, u64 timestamp, u64 new_freq) in p_state_change() function 623 p_state_change(tchart, cpu_id, sample->time, state); in process_sample_cpu_frequency() 689 p_state_change(tchart, cpu_id, sample->time, value); in process_sample_power_frequency()
|
Completed in 7 milliseconds