Lines Matching refs:total
562 int total; in timerlat_thread_analysis() local
570 total = taa_data->tlat_irq_latency; in timerlat_thread_analysis()
573 total = taa_data->tlat_thread_latency; in timerlat_thread_analysis()
595 ns_to_per(total, taa_data->timer_irq_start_delay)); in timerlat_thread_analysis()
621 ns_to_per(total, taa_data->timer_irq_duration)); in timerlat_thread_analysis()
631 ns_to_per(total, taa_data->thread_blocking_duration)); in timerlat_thread_analysis()
649 ns_to_per(total, taa_data->thread_nmi_sum)); in timerlat_thread_analysis()
663 ns_to_per(total, taa_data->thread_irq_sum)); in timerlat_thread_analysis()
674 ns_to_per(total, taa_data->thread_softirq_sum)); in timerlat_thread_analysis()
690 ns_to_per(total, taa_data->thread_thread_sum)); in timerlat_thread_analysis()
701 37, spaces, ns_to_usf(total)); in timerlat_thread_analysis()