Home
last modified time | relevance | path

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

/Linux-v6.1/tools/tracing/rtla/src/
Dtimerlat_top.c43 unsigned long long sum_irq; member
114 update_sum(&cpu_data->sum_irq, &latency); in timerlat_top_update()
207 trace_seq_printf(s, "%9llu ", (cpu_data->sum_irq / cpu_data->irq_count) / divisor); in timerlat_top_print()
Dtimerlat_hist.c53 unsigned long long sum_irq; member
161 update_sum(&data->hist[cpu].sum_irq, &latency); in timerlat_hist_update()
310 data->hist[cpu].sum_irq / data->hist[cpu].irq_count); in timerlat_print_summary()