Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.c595 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()
H A Dutils.h89 #define ns_to_per(total, part) ((part * 100) / (double)total) macro