perf hists: Enlarge pid sort entry size
[deliverable/linux.git] / tools / perf / util / hist.c
index d2647b1d82c0d7aab532504ec8f46006877c2319..d9826cce68013e1c7302239885cfd9e83bd82320 100644 (file)
@@ -79,7 +79,7 @@ void hists__calc_col_len(struct hists *hists, struct hist_entry *h)
 
        len = thread__comm_len(h->thread);
        if (hists__new_col_len(hists, HISTC_COMM, len))
-               hists__set_col_len(hists, HISTC_THREAD, len + 6);
+               hists__set_col_len(hists, HISTC_THREAD, len + 8);
 
        if (h->ms.map) {
                len = dso__name_len(h->ms.map->dso);
This page took 0.024476 seconds and 5 git commands to generate.