Home
last modified time | relevance | path

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

/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.c597 ns_to_per(total, taa_data->timer_irq_start_delay)); in timerlat_thread_analysis()
623 ns_to_per(total, taa_data->timer_irq_duration)); in timerlat_thread_analysis()
633 ns_to_per(total, taa_data->thread_blocking_duration)); in timerlat_thread_analysis()
651 ns_to_per(total, taa_data->thread_nmi_sum)); in timerlat_thread_analysis()
665 ns_to_per(total, taa_data->thread_irq_sum)); in timerlat_thread_analysis()
676 ns_to_per(total, taa_data->thread_softirq_sum)); in timerlat_thread_analysis()
692 ns_to_per(total, taa_data->thread_thread_sum)); in timerlat_thread_analysis()
H A Dutils.h70 #define ns_to_per(total, part) ((part * 100) / (double)total) macro