diff options
author | Steven Rostedt (Red Hat) <[email protected]> | 2013-11-01 17:53:57 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2013-11-04 14:35:35 -0300 |
commit | 0883d9d730fc294c3d90ebd190b94e5782ead316 (patch) | |
tree | a944b5b2e20589df88d9efcb4cc001b65f3e4139 /net/lapb/lapb_iface.c | |
parent | b30f75eba27a9ab0704cbc501e9be3b025ce56fe (diff) |
tools lib traceevent: Have bprintk output the same as the kernel does
The trace_bprintk() in the kernel looks like:
ring_buffer_producer_thread: Missed: 0
ring_buffer_producer_thread: Hit: 62174350
ring_buffer_producer_thread: Entries per millisec: 6296
ring_buffer_producer_thread: 158 ns per entry
ring_buffer_producer_thread: Sleeping for 10 secs
ring_buffer_producer_thread: Starting ring buffer hammer
ring_buffer_producer_thread: End ring buffer hammer
But the current output looks like this:
ring_buffer_producer_thread : Time: 9407018 (usecs)
ring_buffer_producer_thread : Overruns: 43285485
ring_buffer_producer_thread : Read: 4405365 (by events)
ring_buffer_producer_thread : Entries: 0
ring_buffer_producer_thread : Total: 47690850
ring_buffer_producer_thread : Missed: 0
ring_buffer_producer_thread : Hit: 47690850
Remove the space between the function and the colon.
Signed-off-by: Steven Rostedt <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions