Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.c76 unsigned long long thread_thread_sum; member
163 taa_data->thread_thread_sum = 0; in timerlat_aa_irq_latency()
463 taa_data->thread_thread_sum += duration; in timerlat_aa_thread_handler()
687 if (taa_data->thread_thread_sum) { in timerlat_thread_analysis()
689 ns_to_usf(taa_data->thread_thread_sum), in timerlat_thread_analysis()
690 ns_to_per(total, taa_data->thread_thread_sum)); in timerlat_thread_analysis()