Home
last modified time | relevance | path

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

/Linux-v6.1/tools/tracing/rtla/src/
Dtimerlat_top.c48 unsigned long long sum_thread; member
120 update_sum(&cpu_data->sum_thread, &latency); in timerlat_top_update()
220 (cpu_data->sum_thread / cpu_data->thread_count) / divisor); in timerlat_top_print()
Dtimerlat_hist.c57 unsigned long long sum_thread; member
167 update_sum(&data->hist[cpu].sum_thread, &latency); in timerlat_hist_update()
318 data->hist[cpu].sum_thread / data->hist[cpu].thread_count); in timerlat_print_summary()