diff options
Diffstat (limited to 'tools/perf/util/event.c')
-rw-r--r-- | tools/perf/util/event.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/event.c b/tools/perf/util/event.c index 233d7ad9bd7f..414b89d1bde9 100644 --- a/tools/perf/util/event.c +++ b/tools/perf/util/event.c | |||
@@ -186,8 +186,7 @@ int event__process_comm(event_t *self) | |||
186 | { | 186 | { |
187 | struct thread *thread = threads__findnew(self->comm.pid); | 187 | struct thread *thread = threads__findnew(self->comm.pid); |
188 | 188 | ||
189 | dump_printf("PERF_RECORD_COMM: %s:%d\n", | 189 | dump_printf(": %s:%d\n", self->comm.comm, self->comm.pid); |
190 | self->comm.comm, self->comm.pid); | ||
191 | 190 | ||
192 | if (thread == NULL || thread__set_comm(thread, self->comm.comm)) { | 191 | if (thread == NULL || thread__set_comm(thread, self->comm.comm)) { |
193 | dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); | 192 | dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); |