Merge tag 'regulator-fix-can-change-voltage' of git://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / tools / perf / ui / hist.c
index 3baeaa6..af07ffb 100644 (file)
@@ -635,7 +635,7 @@ unsigned int hists__sort_list_width(struct hists *hists)
                ret += fmt->width(fmt, &dummy_hpp, hists_to_evsel(hists));
        }
 
-       if (verbose && sort__has_sym) /* Addr + origin */
+       if (verbose && hists__has(hists, sym)) /* Addr + origin */
                ret += 3 + BITS_PER_LONG / 4;
 
        return ret;