Searched refs:hists__col_len (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/tools/perf/util/ |
D | hist.h | 224 u16 hists__col_len(struct hists *hists, enum hist_column col);
|
D | hist.c | 42 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len() function 54 if (len > hists__col_len(hists, col)) { in hists__new_col_len() 73 if (hists__col_len(hists, dso) < unresolved_col_width && in hists__set_unres_dso_col_len()
|
D | sort.c | 2127 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header() 2142 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width() 2156 len = hists__col_len(he->hists, hse->se->se_width_idx); in __sort__hpp_entry()
|
/Linux-v6.1/tools/perf/ |
D | builtin-c2c.c | 447 int width = hists__col_len(hists, se->se_width_idx); in symbol_width() 468 return dim->se ? hists__col_len(hists, dim->se->se_width_idx) : in c2c_width() 1919 len = hists__col_len(he->hists, dim->se->se_width_idx); in c2c_se_entry()
|