Lines Matching full:spaces

19 /* Used to fill spaces in the output */
20 static const char *spaces = " "; variable
282 24, spaces, in timerlat_aa_nmi_handler()
290 24, spaces, ns_to_usf(duration)); in timerlat_aa_nmi_handler()
334 15, spaces, in timerlat_aa_irq_handler()
385 24, spaces, in timerlat_aa_irq_handler()
423 24, spaces, in timerlat_aa_softirq_handler()
469 15, spaces, in timerlat_aa_thread_handler()
500 14, spaces, function); in timerlat_aa_stack_handler()
587 16, spaces, in timerlat_thread_analysis()
594 printf(" IRQ handler delay: %.*s %16s %9.2f us (%.2f %%)\n", 16, spaces, in timerlat_thread_analysis()
602 printf(" IRQ latency: %.*s %9.2f us\n", 40, spaces, in timerlat_thread_analysis()
614 printf(" %.*s %24s:%-9llu\n", 6, spaces, taa_data->run_thread_comm, in timerlat_thread_analysis()
621 30, spaces, in timerlat_thread_analysis()
631 printf(" Blocking thread: %.*s %9.2f us (%.2f %%)\n", 36, spaces, in timerlat_thread_analysis()
635 printf(" %.*s %24s:%-9llu %.*s %9.2f us\n", 6, spaces, in timerlat_thread_analysis()
637 12, spaces, ns_to_usf(taa_data->thread_blocking_duration)); in timerlat_thread_analysis()
649 printf(" NMI interference %.*s %9.2f us (%.2f %%)\n", 36, spaces, in timerlat_thread_analysis()
663 printf(" IRQ interference %.*s %9.2f us (%.2f %%)\n", 36, spaces, in timerlat_thread_analysis()
674 printf(" Softirq interference %.*s %9.2f us (%.2f %%)\n", 32, spaces, in timerlat_thread_analysis()
690 printf(" Thread interference %.*s %9.2f us (%.2f %%)\n", 33, spaces, in timerlat_thread_analysis()
703 37, spaces, ns_to_usf(total)); in timerlat_thread_analysis()