Home
last modified time | relevance | path

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

/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c63 unsigned long long sum_thread; member
141 update_sum(&cpu_data->sum_thread, &latency); in timerlat_top_update()
257 (cpu_data->sum_thread / cpu_data->thread_count) / divisor); in timerlat_top_print()
H A Dtimerlat_hist.c70 unsigned long long sum_thread; member
193 update_sum(&data->hist[cpu].sum_thread, &latency); in timerlat_hist_update()
373 data->hist[cpu].sum_thread / data->hist[cpu].thread_count); in timerlat_print_summary()