Home
last modified time | relevance | path

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

/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat_aa.c73 unsigned long long thread_nmi_sum; member
160 taa_data->thread_nmi_sum = 0; in timerlat_aa_irq_latency()
285 taa_data->thread_nmi_sum += duration; in timerlat_aa_nmi_handler()
646 if (taa_data->thread_nmi_sum) in timerlat_thread_analysis()
648 ns_to_usf(taa_data->thread_nmi_sum), in timerlat_thread_analysis()
649 ns_to_per(total, taa_data->thread_nmi_sum)); in timerlat_thread_analysis()