diff --git a/[refs] b/[refs] index e82fe3da30cf..60ffe03872f3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 76ce93d0b61fa8c61b9cd917d9f7190b40fb29b6 +refs/heads/master: 903cce6eb9117550755de9bf92f3b48367b7dfe0 diff --git a/trunk/tools/perf/util/hist.c b/trunk/tools/perf/util/hist.c index e7263d49bcf0..62ec9b0e4b9a 100644 --- a/trunk/tools/perf/util/hist.c +++ b/trunk/tools/perf/util/hist.c @@ -876,6 +876,9 @@ unsigned int hists__sort_list_width(struct hists *self) if (!se->elide) ret += 2 + hists__col_len(self, se->se_width_idx); + if (verbose) /* Addr + origin */ + ret += 3 + BITS_PER_LONG / 4; + return ret; }