Home
last modified time | relevance | path

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

/Linux-v6.1/tools/tracing/rtla/src/
Dtimerlat_top.c47 unsigned long long min_thread; member
89 data->cpu_data[cpu].min_thread = ~0; in timerlat_alloc_top()
119 update_min(&cpu_data->min_thread, &latency); in timerlat_top_update()
218 trace_seq_printf(s, "%9llu ", cpu_data->min_thread / divisor); in timerlat_top_print()
Dtimerlat_hist.c56 unsigned long long min_thread; member
127 data->hist[cpu].min_thread = ~0; in timerlat_alloc_histogram()
166 update_min(&data->hist[cpu].min_thread, &latency); in timerlat_hist_update()
293 data->hist[cpu].min_thread); in timerlat_print_summary()