Home
last modified time | relevance | path

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

/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.h37 update_max(unsigned long long *a, unsigned long long *b) in update_max() function
H A 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()
H A 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()
H A Dtimerlat_hist.c188 update_max(&data->hist[cpu].max_irq, &latency); in timerlat_hist_update()
194 update_max(&data->hist[cpu].max_thread, &latency); in timerlat_hist_update()
200 update_max(&data->hist[cpu].max_user, &latency); in timerlat_hist_update()
H A Dosnoise_hist.c146 update_max(&data->hist[cpu].max_sample, &duration); in osnoise_hist_update_multiple()