Home
last modified time | relevance | path

Searched refs:min_thread (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c62 unsigned long long min_thread; member
109 data->cpu_data[cpu].min_thread = ~0; in timerlat_alloc_top()
140 update_min(&cpu_data->min_thread, &latency); in timerlat_top_update()
255 trace_seq_printf(s, "%9llu ", cpu_data->min_thread / divisor); in timerlat_top_print()
H A Dtimerlat_hist.c69 unsigned long long min_thread; member
153 data->hist[cpu].min_thread = ~0; in timerlat_alloc_histogram()
192 update_min(&data->hist[cpu].min_thread, &latency); in timerlat_hist_update()
337 data->hist[cpu].min_thread); in timerlat_print_summary()