Home
last modified time | relevance | path

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

/linux-6.15/tools/tracing/rtla/src/
H A Dosnoise_top.c94 update_sum(&cpu_data->sum_runtime, &val); in osnoise_top_handler()
98 update_sum(&cpu_data->sum_noise, &val); in osnoise_top_handler()
104 update_sum(&cpu_data->hw_count, &val); in osnoise_top_handler()
107 update_sum(&cpu_data->nmi_count, &val); in osnoise_top_handler()
110 update_sum(&cpu_data->irq_count, &val); in osnoise_top_handler()
113 update_sum(&cpu_data->softirq_count, &val); in osnoise_top_handler()
116 update_sum(&cpu_data->thread_count, &val); in osnoise_top_handler()
H A Dtimerlat_top.c109 update_sum(&sum->sum_irq, &cpu_data->sum_irq); in timerlat_top_update_sum()
114 update_sum(&sum->sum_thread, &cpu_data->sum_thread); in timerlat_top_update_sum()
119 update_sum(&sum->sum_user, &cpu_data->sum_user); in timerlat_top_update_sum()
142 update_sum(&cpu_data->sum_irq, &latency); in timerlat_top_update()
148 update_sum(&cpu_data->sum_thread, &latency); in timerlat_top_update()
154 update_sum(&cpu_data->sum_user, &latency); in timerlat_top_update()
H A Dutils.h44 update_sum(unsigned long long *a, unsigned long long *b) in update_sum() function
H A Dtimerlat_hist.c153 update_sum(&data->hist[cpu].sum_irq, &latency); in timerlat_hist_update()
159 update_sum(&data->hist[cpu].sum_thread, &latency); in timerlat_hist_update()
165 update_sum(&data->hist[cpu].sum_user, &latency); in timerlat_hist_update()
501 update_sum(&sum.sum_irq, &cpu_data->sum_irq); in timerlat_print_stats_all()
506 update_sum(&sum.sum_thread, &cpu_data->sum_thread); in timerlat_print_stats_all()
511 update_sum(&sum.sum_user, &cpu_data->sum_user); in timerlat_print_stats_all()
H A Dosnoise_hist.c115 update_sum(&data->hist[cpu].sum_sample, &total_duration); in osnoise_hist_update_multiple()