Home
last modified time | relevance | path

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

/Linux-v6.6/tools/tracing/rtla/src/
Dutils.h35 update_max(unsigned long long *a, unsigned long long *b) in update_max() function
Dtimerlat_top.c136 update_max(&cpu_data->max_irq, &latency); in timerlat_top_update()
142 update_max(&cpu_data->max_thread, &latency); in timerlat_top_update()
148 update_max(&cpu_data->max_user, &latency); in timerlat_top_update()
Dosnoise_top.c129 update_max(&cpu_data->max_noise, &val); in osnoise_top_handler()
133 update_max(&cpu_data->max_sample, &val); in osnoise_top_handler()
Dtimerlat_hist.c189 update_max(&data->hist[cpu].max_irq, &latency); in timerlat_hist_update()
195 update_max(&data->hist[cpu].max_thread, &latency); in timerlat_hist_update()
201 update_max(&data->hist[cpu].max_user, &latency); in timerlat_hist_update()
Dosnoise_hist.c147 update_max(&data->hist[cpu].max_sample, &duration); in osnoise_hist_update_multiple()