Searched refs:hists__set_col_len (Results 1 – 2 of 2) sorted by relevance
/external/linux-tools-perf/util/ |
D | hist.c | 25 void hists__set_col_len(struct hists *self, enum hist_column col, u16 len) in hists__set_col_len() function 33 hists__set_col_len(self, col, len); in hists__new_col_len() 44 hists__set_col_len(self, col, 0); in hists__reset_col_len() 59 hists__set_col_len(self, HISTC_DSO, in hists__calc_col_len() 65 hists__set_col_len(self, HISTC_THREAD, len + 6); in hists__calc_col_len() 805 hists__set_col_len(self, se->se_width_idx, in hists__fprintf()
|
D | hist.h | 91 void hists__set_col_len(struct hists *self, enum hist_column col, u16 len);
|