Searched refs:max_thread (Results 1 – 2 of 2) sorted by relevance
/linux/tools/tracing/rtla/src/ |
H A D | timerlat_top.c | 36 unsigned long long max_thread; member 115 update_max(&sum->max_thread, &cpu_data->max_thread); in timerlat_top_update_sum() 149 update_max(&cpu_data->max_thread, &latency); in timerlat_top_update() 237 data->cpu_data[i].max_thread = value_thread[i]; in timerlat_top_bpf_pull_data() 338 trace_seq_printf(s, "%9llu", cpu_data->max_thread); in timerlat_top_print() 405 trace_seq_printf(s, "%9llu", summary->max_thread); in timerlat_top_print_sum()
|
H A D | timerlat_hist.c | 37 unsigned long long max_thread; member 160 update_max(&data->hist[cpu].max_thread, &latency); in timerlat_hist_update() 251 data->hist[i].max_thread = value_thread[i]; in timerlat_hist_bpf_pull_data() 459 data->hist[cpu].max_thread, in timerlat_print_summary() 507 update_max(&sum.max_thread, &cpu_data->max_thread); in timerlat_print_stats_all() 604 sum.max_thread, in timerlat_print_stats_all()
|