Home
last modified time | relevance | path

Searched refs:hists__set_col_len (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/util/
Dhist.c25 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()
Dhist.h91 void hists__set_col_len(struct hists *self, enum hist_column col, u16 len);