Home
last modified time | relevance | path

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

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