Home
last modified time | relevance | path

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

/linux-6.6.21/tools/tracing/rtla/src/
Dtimerlat_top.c68 unsigned long long sum_user; member
147 update_sum(&cpu_data->sum_user, &latency); in timerlat_top_update()
281 (cpu_data->sum_user / cpu_data->user_count) / divisor); in timerlat_top_print()
Dtimerlat_hist.c74 unsigned long long sum_user; member
199 update_sum(&data->hist[cpu].sum_user, &latency); in timerlat_hist_update()
369 data->hist[cpu].sum_user / data->hist[cpu].user_count); in timerlat_print_summary()