Home
last modified time | relevance | path

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

/linux-6.12.1/tools/tracing/rtla/src/
Dosnoise_top.c129 update_sum(&cpu_data->sum_runtime, &val); in osnoise_top_handler()
133 update_sum(&cpu_data->sum_noise, &val); in osnoise_top_handler()
139 update_sum(&cpu_data->hw_count, &val); in osnoise_top_handler()
142 update_sum(&cpu_data->nmi_count, &val); in osnoise_top_handler()
145 update_sum(&cpu_data->irq_count, &val); in osnoise_top_handler()
148 update_sum(&cpu_data->softirq_count, &val); in osnoise_top_handler()
151 update_sum(&cpu_data->thread_count, &val); in osnoise_top_handler()
Dtimerlat_top.c142 update_sum(&sum->sum_irq, &cpu_data->sum_irq); in timerlat_top_update_sum()
147 update_sum(&sum->sum_thread, &cpu_data->sum_thread); in timerlat_top_update_sum()
152 update_sum(&sum->sum_user, &cpu_data->sum_user); in timerlat_top_update_sum()
171 update_sum(&cpu_data->sum_irq, &latency); in timerlat_top_update()
177 update_sum(&cpu_data->sum_thread, &latency); in timerlat_top_update()
183 update_sum(&cpu_data->sum_user, &latency); in timerlat_top_update()
Dutils.h44 update_sum(unsigned long long *a, unsigned long long *b) in update_sum() function
Dtimerlat_hist.c191 update_sum(&data->hist[cpu].sum_irq, &latency); in timerlat_hist_update()
197 update_sum(&data->hist[cpu].sum_thread, &latency); in timerlat_hist_update()
203 update_sum(&data->hist[cpu].sum_user, &latency); in timerlat_hist_update()
459 update_sum(&sum.sum_irq, &cpu_data->sum_irq); in timerlat_print_stats_all()
464 update_sum(&sum.sum_thread, &cpu_data->sum_thread); in timerlat_print_stats_all()
469 update_sum(&sum.sum_user, &cpu_data->sum_user); in timerlat_print_stats_all()
Dosnoise_hist.c146 update_sum(&data->hist[cpu].sum_sample, &total_duration); in osnoise_hist_update_multiple()