diff --git a/[refs] b/[refs] index f8e94591240e..f16c9ff0a095 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 433555221b6c8bff4fee2d5ab84e7aea6b1f068e +refs/heads/master: fb29a338b585ebcce793b8e4a6c62440c4574fa7 diff --git a/trunk/tools/perf/util/sort.c b/trunk/tools/perf/util/sort.c index 3c2836eeafb5..8b6d70bd749b 100644 --- a/trunk/tools/perf/util/sort.c +++ b/trunk/tools/perf/util/sort.c @@ -60,7 +60,7 @@ sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) { - return repsep_snprintf(bf, size, "%*s:%5d", width, + return repsep_snprintf(bf, size, "%*s:%5d", width - 6, self->thread->comm ?: "", self->thread->pid); }