Searched refs:hists__new_col_len (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dhist.c53 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) function
97 hists__new_col_len(hists, HISTC_SYMBOL, symlen);
100 hists__new_col_len(hists, HISTC_SYMBOL, symlen);
105 if (hists__new_col_len(hists, HISTC_COMM, len))
110 hists__new_col_len(hists, HISTC_DSO, len);
114 hists__new_col_len(hists, HISTC_PARENT, h->parent->namelen);
121 hists__new_col_len(hists, HISTC_SYMBOL_FROM, symlen);
124 hists__new_col_len(hists, HISTC_DSO_FROM, symlen);
127 hists__new_col_len(hists, HISTC_SYMBOL_FROM, symlen);
128 hists__new_col_len(hist
[all...]
H A Dhist.h233 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len);
H A Dsort.c2461 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name));

Completed in 121 milliseconds