Searched refs:ns_to_per (Results 1 – 2 of 2) sorted by relevance
581 ns_to_per(total, taa_data->timer_irq_start_delay)); in timerlat_thread_analysis()606 ns_to_per(total, taa_data->timer_irq_duration)); in timerlat_thread_analysis()616 ns_to_per(total, taa_data->thread_blocking_duration)); in timerlat_thread_analysis()634 ns_to_per(total, taa_data->thread_nmi_sum)); in timerlat_thread_analysis()648 ns_to_per(total, taa_data->thread_irq_sum)); in timerlat_thread_analysis()659 ns_to_per(total, taa_data->thread_softirq_sum)); in timerlat_thread_analysis()675 ns_to_per(total, taa_data->thread_thread_sum)); in timerlat_thread_analysis()
68 #define ns_to_per(total, part) ((part * 100) / (double)total) macro