perf tools: Introduce new sort type "socket" for the processor socket
[deliverable/linux.git] / tools / perf / util / hist.c
index d2b94c4c8fec3f8a996a1f4dd55137badea3a85b..ba72a297676c1af81cbd524be1599996e12246cb 100644 (file)
@@ -145,6 +145,7 @@ void hists__calc_col_len(struct hists *hists, struct hist_entry *h)
        }
 
        hists__new_col_len(hists, HISTC_CPU, 3);
+       hists__new_col_len(hists, HISTC_SOCKET, 6);
        hists__new_col_len(hists, HISTC_MEM_LOCKED, 6);
        hists__new_col_len(hists, HISTC_MEM_TLB, 22);
        hists__new_col_len(hists, HISTC_MEM_SNOOP, 12);
This page took 0.028042 seconds and 5 git commands to generate.