Searched refs:max_thread (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_hist.c75 unsigned long long max_thread; member in struct:timerlat_hist_cpu
198 update_max(&data->hist[cpu].max_thread, &latency);
413 data->hist[cpu].max_thread);
465 update_max(&sum.max_thread, &cpu_data->max_thread);
547 sum.max_thread);
H A Dtimerlat_top.c69 unsigned long long max_thread; member in struct:timerlat_top_cpu
148 update_max(&sum->max_thread, &cpu_data->max_thread);
178 update_max(&cpu_data->max_thread, &latency);
301 trace_seq_printf(s, "%9llu", cpu_data->max_thread / divisor);
372 trace_seq_printf(s, "%9llu", summary->max_thread / divisor);

Completed in 120 milliseconds