Skip to content

Commit 9a0fd67

Browse files
xzpeterrostedt
authored andcommitted
tracing: Fix missing tab for hwlat_detector print format
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: 7b2c862 ("tracing: Add NMI tracing in hwlat detector") Signed-off-by: Peter Xu <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent 25aa50e commit 9a0fd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/trace_entries.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ FTRACE_ENTRY(hwlat, hwlat_entry,
356356
__field( unsigned int, seqnum )
357357
),
358358

359-
F_printk("cnt:%u\tts:%010llu.%010lu\tinner:%llu\touter:%llunmi-ts:%llu\tnmi-count:%u\n",
359+
F_printk("cnt:%u\tts:%010llu.%010lu\tinner:%llu\touter:%llu\tnmi-ts:%llu\tnmi-count:%u\n",
360360
__entry->seqnum,
361361
__entry->tv_sec,
362362
__entry->tv_nsec,

0 commit comments

Comments
 (0)