Searched refs:max_thread (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | timerlat_top.c | 35 unsigned long long max_thread; member 119 update_max(&sum->max_thread, &cpu_data->max_thread); in timerlat_top_update_sum() 153 update_max(&cpu_data->max_thread, &latency); in timerlat_top_update() 239 data->cpu_data[i].max_thread = value_thread[i]; in timerlat_top_bpf_pull_data() 340 trace_seq_printf(s, "%9llu", cpu_data->max_thread); in timerlat_top_print() 407 trace_seq_printf(s, "%9llu", summary->max_thread); in timerlat_top_print_sum()
|
| H A D | timerlat_hist.c | 36 unsigned long long max_thread; member 163 update_max(&data->hist[cpu].max_thread, &latency); in timerlat_hist_update() 254 data->hist[i].max_thread = value_thread[i]; in timerlat_hist_bpf_pull_data() 452 data->hist[cpu].max_thread, in timerlat_print_summary() 498 update_max(&sum.max_thread, &cpu_data->max_thread); in timerlat_print_stats_all() 595 sum.max_thread, in timerlat_print_stats_all()
|