hists__set_col_len   53 tools/perf/util/hist.c 		hists__set_col_len(hists, col, len);
hists__set_col_len   64 tools/perf/util/hist.c 		hists__set_col_len(hists, col, 0);
hists__set_col_len   74 tools/perf/util/hist.c 		hists__set_col_len(hists, dso, unresolved_col_width);
hists__set_col_len  101 tools/perf/util/hist.c 		hists__set_col_len(hists, HISTC_THREAD, len + 8);
hists__set_col_len  212 tools/perf/util/hist.h void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len);