Lines Matching full:spaces

17 /* Used to fill spaces in the output */
18 static const char *spaces = " "; variable
280 24, spaces, in timerlat_aa_nmi_handler()
288 24, spaces, ns_to_usf(duration)); in timerlat_aa_nmi_handler()
332 15, spaces, in timerlat_aa_irq_handler()
383 24, spaces, in timerlat_aa_irq_handler()
421 24, spaces, in timerlat_aa_softirq_handler()
467 15, spaces, in timerlat_aa_thread_handler()
498 14, spaces, function); in timerlat_aa_stack_handler()
585 16, spaces, in timerlat_thread_analysis()
592 printf(" IRQ handler delay: %.*s %16s %9.2f us (%.2f %%)\n", 16, spaces, in timerlat_thread_analysis()
600 printf(" IRQ latency: %.*s %9.2f us\n", 40, spaces, in timerlat_thread_analysis()
612 printf(" %.*s %24s:%-9llu\n", 6, spaces, taa_data->run_thread_comm, in timerlat_thread_analysis()
619 30, spaces, in timerlat_thread_analysis()
629 printf(" Blocking thread: %.*s %9.2f us (%.2f %%)\n", 36, spaces, in timerlat_thread_analysis()
633 printf(" %.*s %24s:%-9llu %.*s %9.2f us\n", 6, spaces, in timerlat_thread_analysis()
635 12, spaces, ns_to_usf(taa_data->thread_blocking_duration)); in timerlat_thread_analysis()
647 printf(" NMI interference %.*s %9.2f us (%.2f %%)\n", 36, spaces, in timerlat_thread_analysis()
661 printf(" IRQ interference %.*s %9.2f us (%.2f %%)\n", 36, spaces, in timerlat_thread_analysis()
672 printf(" Softirq interference %.*s %9.2f us (%.2f %%)\n", 32, spaces, in timerlat_thread_analysis()
688 printf(" Thread interference %.*s %9.2f us (%.2f %%)\n", 33, spaces, in timerlat_thread_analysis()
701 37, spaces, ns_to_usf(total)); in timerlat_thread_analysis()