Searched refs:max_thread (Results 1 – 2 of 2) sorted by relevance
/linux/tools/tracing/rtla/src/ |
H A D | timerlat_top.c | 70 unsigned long long max_thread; member 149 update_max(&sum->max_thread, &cpu_data->max_thread); in timerlat_top_update_sum() 179 update_max(&cpu_data->max_thread, &latency); in timerlat_top_update() 302 trace_seq_printf(s, "%9llu", cpu_data->max_thread / divisor); in timerlat_top_print() 373 trace_seq_printf(s, "%9llu", summary->max_thread / divisor); in timerlat_top_print_sum()
|
H A D | timerlat_hist.c | 76 unsigned long long max_thread; member 199 update_max(&data->hist[cpu].max_thread, &latency); in timerlat_hist_update() 415 data->hist[cpu].max_thread, in timerlat_print_summary() 463 update_max(&sum.max_thread, &cpu_data->max_thread); in timerlat_print_stats_all() 560 sum.max_thread, in timerlat_print_stats_all()
|