Home
last modified time | relevance | path

Searched refs:update_sum (Results 1 – 5 of 5) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dosnoise_top.c98 update_sum(&cpu_data->sum_runtime, &val); in osnoise_top_handler()
102 update_sum(&cpu_data->sum_noise, &val); in osnoise_top_handler()
108 update_sum(&cpu_data->hw_count, &val); in osnoise_top_handler()
111 update_sum(&cpu_data->nmi_count, &val); in osnoise_top_handler()
114 update_sum(&cpu_data->irq_count, &val); in osnoise_top_handler()
117 update_sum(&cpu_data->softirq_count, &val); in osnoise_top_handler()
120 update_sum(&cpu_data->thread_count, &val); in osnoise_top_handler()
H A Dtimerlat_top.c113 update_sum(&sum->sum_irq, &cpu_data->sum_irq); in timerlat_top_update_sum()
118 update_sum(&sum->sum_thread, &cpu_data->sum_thread); in timerlat_top_update_sum()
123 update_sum(&sum->sum_user, &cpu_data->sum_user); in timerlat_top_update_sum()
146 update_sum(&cpu_data->sum_irq, &latency); in timerlat_top_update()
152 update_sum(&cpu_data->sum_thread, &latency); in timerlat_top_update()
158 update_sum(&cpu_data->sum_user, &latency); in timerlat_top_update()
H A Dtimerlat_hist.c156 update_sum(&data->hist[cpu].sum_irq, &latency); in timerlat_hist_update()
162 update_sum(&data->hist[cpu].sum_thread, &latency); in timerlat_hist_update()
168 update_sum(&data->hist[cpu].sum_user, &latency); in timerlat_hist_update()
492 update_sum(&sum.sum_irq, &cpu_data->sum_irq); in timerlat_print_stats_all()
497 update_sum(&sum.sum_thread, &cpu_data->sum_thread); in timerlat_print_stats_all()
502 update_sum(&sum.sum_user, &cpu_data->sum_user); in timerlat_print_stats_all()
H A Dutils.h46 update_sum(unsigned long long *a, unsigned long long *b) in update_sum() function
H A Dosnoise_hist.c120 update_sum(&data->hist[cpu].sum_sample, &total_duration); in osnoise_hist_update_multiple()