diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-10-13 15:06:41 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-10-13 15:06:41 -0400 |
commit | f807f1b91f9e4e2e85858d41350b519c17c02ce1 (patch) | |
tree | 276871204e7dd4374d2c478515caa74ef4e3bd32 | |
parent | 6b9cf3dfa7ac1fbb059e0d49590ceb748086e7fc (diff) |
add space after latency format
The event output and the latency info are together with no spaces.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | parse-events.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parse-events.c b/parse-events.c index 50ed6d9..8c4fe39 100644 --- a/parse-events.c +++ b/parse-events.c | |||
@@ -2875,6 +2875,7 @@ void print_event(int cpu, void *data, int size, unsigned long long nsecs) | |||
2875 | printf("%8.8s-%-5d %3d", | 2875 | printf("%8.8s-%-5d %3d", |
2876 | comm, pid, cpu); | 2876 | comm, pid, cpu); |
2877 | print_lat_fmt(data, size); | 2877 | print_lat_fmt(data, size); |
2878 | printf(" "); | ||
2878 | } else | 2879 | } else |
2879 | printf("%16s-%-5d [%03d] %5lu.%06lu: %s: ", | 2880 | printf("%16s-%-5d [%03d] %5lu.%06lu: %s: ", |
2880 | comm, pid, cpu, | 2881 | comm, pid, cpu, |