hists__new_col_len   92 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_SYMBOL, symlen);
hists__new_col_len   95 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_SYMBOL, symlen);
hists__new_col_len  100 tools/perf/util/hist.c 	if (hists__new_col_len(hists, HISTC_COMM, len))
hists__new_col_len  105 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_DSO, len);
hists__new_col_len  109 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_PARENT, h->parent->namelen);
hists__new_col_len  116 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_SYMBOL_FROM, symlen);
hists__new_col_len  119 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_DSO_FROM, symlen);
hists__new_col_len  122 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_SYMBOL_FROM, symlen);
hists__new_col_len  130 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_SYMBOL_TO, symlen);
hists__new_col_len  133 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_DSO_TO, symlen);
hists__new_col_len  136 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_SYMBOL_TO, symlen);
hists__new_col_len  141 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_SRCLINE_FROM,
hists__new_col_len  144 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_SRCLINE_TO,
hists__new_col_len  152 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_MEM_DADDR_SYMBOL,
hists__new_col_len  154 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_MEM_DCACHELINE,
hists__new_col_len  158 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_MEM_DADDR_SYMBOL,
hists__new_col_len  160 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_MEM_DCACHELINE,
hists__new_col_len  167 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_MEM_IADDR_SYMBOL,
hists__new_col_len  171 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_MEM_IADDR_SYMBOL,
hists__new_col_len  177 tools/perf/util/hist.c 			hists__new_col_len(hists, HISTC_MEM_DADDR_DSO,
hists__new_col_len  184 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_MEM_PHYS_DADDR,
hists__new_col_len  189 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_MEM_DADDR_SYMBOL, symlen);
hists__new_col_len  190 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_MEM_IADDR_SYMBOL, symlen);
hists__new_col_len  194 tools/perf/util/hist.c 	hists__new_col_len(hists, HISTC_CGROUP_ID, 20);
hists__new_col_len  195 tools/perf/util/hist.c 	hists__new_col_len(hists, HISTC_CPU, 3);
hists__new_col_len  196 tools/perf/util/hist.c 	hists__new_col_len(hists, HISTC_SOCKET, 6);
hists__new_col_len  197 tools/perf/util/hist.c 	hists__new_col_len(hists, HISTC_MEM_LOCKED, 6);
hists__new_col_len  198 tools/perf/util/hist.c 	hists__new_col_len(hists, HISTC_MEM_TLB, 22);
hists__new_col_len  199 tools/perf/util/hist.c 	hists__new_col_len(hists, HISTC_MEM_SNOOP, 12);
hists__new_col_len  200 tools/perf/util/hist.c 	hists__new_col_len(hists, HISTC_MEM_LVL, 21 + 3);
hists__new_col_len  201 tools/perf/util/hist.c 	hists__new_col_len(hists, HISTC_LOCAL_WEIGHT, 12);
hists__new_col_len  202 tools/perf/util/hist.c 	hists__new_col_len(hists, HISTC_GLOBAL_WEIGHT, 12);
hists__new_col_len  204 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_TIME, 16);
hists__new_col_len  206 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_TIME, 12);
hists__new_col_len  210 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_SRCLINE, len);
hists__new_col_len  214 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_SRCFILE, strlen(h->srcfile));
hists__new_col_len  217 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_TRANSACTION,
hists__new_col_len  221 tools/perf/util/hist.c 		hists__new_col_len(hists, HISTC_TRACE, strlen(h->trace_output));
hists__new_col_len  213 tools/perf/util/hist.h bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len);
hists__new_col_len 1752 tools/perf/util/sort.c 	hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name));