Searched refs:tchart (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/ |
| H A D | builtin-timechart.c | 418 if (new_freq < tchart->min_freq || tchart->min_freq == 0) in p_state_change() 422 tchart->turbo_frequency = tchart->max_freq; in p_state_change() 583 if (!tchart->first_time || tchart->first_time > sample->time) in process_sample_event() 721 pwr = p_state_end(tchart, cpu, tchart->last_time); in end_sample_processing() 1484 open_svg(filename, 0, count, tchart->first_time, tchart->last_time); in write_svg_file() 1491 open_svg(filename, tchart->numcpus, count, tchart->first_time, tchart->last_time); in write_svg_file() 1498 svg_cpu_box(i, tchart->max_freq, tchart->turbo_frequency); in write_svg_file() 1625 tchart, in __cmd_timechart() 1643 sort_pids(tchart); in __cmd_timechart() 2009 if (tchart.power_only && tchart.tasks_only) { in cmd_timechart() [all …]
|