Home
last modified time | relevance | path

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

/linux-6.12.1/tools/tracing/rtla/src/
Dtimerlat_top.c69 unsigned long long max_thread; member
148 update_max(&sum->max_thread, &cpu_data->max_thread); in timerlat_top_update_sum()
178 update_max(&cpu_data->max_thread, &latency); in timerlat_top_update()
301 trace_seq_printf(s, "%9llu", cpu_data->max_thread / divisor); in timerlat_top_print()
372 trace_seq_printf(s, "%9llu", summary->max_thread / divisor); in timerlat_top_print_sum()
Dtimerlat_hist.c75 unsigned long long max_thread; member
198 update_max(&data->hist[cpu].max_thread, &latency); in timerlat_hist_update()
413 data->hist[cpu].max_thread); in timerlat_print_summary()
465 update_max(&sum.max_thread, &cpu_data->max_thread); in timerlat_print_stats_all()
547 sum.max_thread); in timerlat_print_stats_all()