Home
last modified time | relevance | path

Searched refs:max_thread (Results 1 – 2 of 2) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c35 unsigned long long max_thread; member
116 update_max(&sum->max_thread, &cpu_data->max_thread); in timerlat_top_update_sum()
150 update_max(&cpu_data->max_thread, &latency); in timerlat_top_update()
232 data->cpu_data[i].max_thread = value_thread[i]; in timerlat_top_bpf_pull_data()
332 trace_seq_printf(s, "%9llu", cpu_data->max_thread); in timerlat_top_print()
399 trace_seq_printf(s, "%9llu", summary->max_thread); in timerlat_top_print_sum()
H A Dtimerlat_hist.c37 unsigned long long max_thread;
162 update_max(&data->hist[cpu].max_thread, &latency); in timerlat_hist_update()
250 data->hist[i].max_thread = value_thread[i]; in timerlat_hist_bpf_pull_data()
446 data->hist[cpu].max_thread, in timerlat_print_summary()
492 update_max(&sum.max_thread, &cpu_data->max_thread); in timerlat_print_stats_all()
589 sum.max_thread, in timerlat_print_stats_all()
36 unsigned long long max_thread; global() member