Home
last modified time | relevance | path

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

/Linux-v6.6/tools/tracing/rtla/src/
Dtimerlat_aa.c72 unsigned long long thread_nmi_sum; member
159 taa_data->thread_nmi_sum = 0; in timerlat_aa_irq_latency()
282 taa_data->thread_nmi_sum += duration; in timerlat_aa_nmi_handler()
631 if (taa_data->thread_nmi_sum) in timerlat_thread_analysis()
633 ns_to_usf(taa_data->thread_nmi_sum), in timerlat_thread_analysis()
634 ns_to_per(total, taa_data->thread_nmi_sum)); in timerlat_thread_analysis()