Home
last modified time | relevance | path

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

/Linux-v6.1/tools/tracing/rtla/src/
Dutils.h33 update_max(unsigned long long *a, unsigned long long *b) in update_max() function
Dosnoise_top.c117 update_max(&cpu_data->max_noise, &val); in osnoise_top_handler()
121 update_max(&cpu_data->max_sample, &val); in osnoise_top_handler()
Dtimerlat_top.c115 update_max(&cpu_data->max_irq, &latency); in timerlat_top_update()
121 update_max(&cpu_data->max_thread, &latency); in timerlat_top_update()
Dtimerlat_hist.c162 update_max(&data->hist[cpu].max_irq, &latency); in timerlat_hist_update()
168 update_max(&data->hist[cpu].max_thread, &latency); in timerlat_hist_update()
Dosnoise_hist.c138 update_max(&data->hist[cpu].max_sample, &duration); in osnoise_hist_update_multiple()