Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dhist.h41 enum hist_column { enum
90 u16 hists__col_len(struct hists *self, enum hist_column col);
91 void hists__set_col_len(struct hists *self, enum hist_column col, u16 len);
92 bool hists__new_col_len(struct hists *self, enum hist_column col, u16 len);
Dhist.c20 u16 hists__col_len(struct hists *self, enum hist_column col) in hists__col_len()
25 void hists__set_col_len(struct hists *self, enum hist_column col, u16 len) in hists__set_col_len()
30 bool hists__new_col_len(struct hists *self, enum hist_column col, u16 len) in hists__new_col_len()
41 enum hist_column col; in hists__reset_col_len()