Home
last modified time | relevance | path

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

/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.c75 unsigned long long thread_nmi_sum; member
162 taa_data->thread_nmi_sum = 0; in timerlat_aa_irq_latency()
287 taa_data->thread_nmi_sum += duration; in timerlat_aa_nmi_handler()
648 if (taa_data->thread_nmi_sum) in timerlat_thread_analysis()
650 ns_to_usf(taa_data->thread_nmi_sum), in timerlat_thread_analysis()
651 ns_to_per(total, taa_data->thread_nmi_sum)); in timerlat_thread_analysis()