Home
last modified time | relevance | path

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

/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c58 unsigned long long sum_irq; member
135 update_sum(&cpu_data->sum_irq, &latency); in timerlat_top_update()
247 trace_seq_printf(s, "%9llu ", (cpu_data->sum_irq / cpu_data->irq_count) / divisor); in timerlat_top_print()
H A Dtimerlat_hist.c66 unsigned long long sum_irq; member
187 update_sum(&data->hist[cpu].sum_irq, &latency); in timerlat_hist_update()
365 data->hist[cpu].sum_irq / data->hist[cpu].irq_count); in timerlat_print_summary()