tracing: Fix missing tab for hwlat_detector print format
authorPeter Xu <[email protected]>
Thu, 15 Mar 2018 06:06:39 +0000 (14:06 +0800)
committerSteven Rostedt (VMware) <[email protected]>
Wed, 25 Apr 2018 14:28:46 +0000 (10:28 -0400)
It's been missing for a while but no one is touching that up.  Fix it.

Link: http://lkml.kernel.org/r/[email protected]
CC: Ingo Molnar <[email protected]>
Cc:[email protected]
Fixes: 7b2c86250122d ("tracing: Add NMI tracing in hwlat detector")
Signed-off-by: Peter Xu <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
kernel/trace/trace_entries.h

index e954ae3d82c0f78e2ac5646e84563c6237e23bce..e3a658bac10feef4e42740f9c5b556687162bd32 100644 (file)
@@ -356,7 +356,7 @@ FTRACE_ENTRY(hwlat, hwlat_entry,
                __field(        unsigned int,           seqnum          )
        ),
 
-       F_printk("cnt:%u\tts:%010llu.%010lu\tinner:%llu\touter:%llunmi-ts:%llu\tnmi-count:%u\n",
+       F_printk("cnt:%u\tts:%010llu.%010lu\tinner:%llu\touter:%llu\tnmi-ts:%llu\tnmi-count:%u\n",
                 __entry->seqnum,
                 __entry->tv_sec,
                 __entry->tv_nsec,