Home
last modified time | relevance | path

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

/linux-6.12.1/tools/tracing/rtla/src/
Dtimerlat_top.c73 unsigned long long sum_user; member
152 update_sum(&sum->sum_user, &cpu_data->sum_user); in timerlat_top_update_sum()
183 update_sum(&cpu_data->sum_user, &latency); in timerlat_top_update()
317 (cpu_data->sum_user / cpu_data->user_count) / divisor); in timerlat_top_print()
388 (summary->sum_user / summary->user_count) / divisor); in timerlat_top_print_sum()
Dtimerlat_hist.c78 unsigned long long sum_user; member
203 update_sum(&data->hist[cpu].sum_user, &latency); in timerlat_hist_update()
385 data->hist[cpu].sum_user / data->hist[cpu].user_count); in timerlat_print_summary()
469 update_sum(&sum.sum_user, &cpu_data->sum_user); in timerlat_print_stats_all()
534 sum.sum_user / sum.user_count); in timerlat_print_stats_all()