Searched refs:hists__col_len (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 212 u16 hists__col_len(struct hists *hists, enum hist_column col);
|
H A 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()
|
H A D | sort.c | 1793 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header() 1808 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width() 1822 len = hists__col_len(he->hists, hse->se->se_width_idx); in __sort__hpp_entry()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 228 u16 hists__col_len(struct hists *hists, enum hist_column col);
|
H A D | hist.c | 43 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len() function 55 if (len > hists__col_len(hists, col)) { in hists__new_col_len() 74 if (hists__col_len(hists, dso) < unresolved_col_width && in hists__set_unres_dso_col_len()
|
H A D | sort.c | 2278 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header() 2293 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width() 2307 len = hists__col_len(he->hists, hse->se->se_width_idx); in __sort__hpp_entry()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 424 int width = hists__col_len(hists, se->se_width_idx); in symbol_width() 445 return dim->se ? hists__col_len(hists, dim->se->se_width_idx) : in c2c_width() 1677 len = hists__col_len(he->hists, dim->se->se_width_idx); in c2c_se_entry()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 452 int width = hists__col_len(hists, se->se_width_idx); in symbol_width() 473 return dim->se ? hists__col_len(hists, dim->se->se_width_idx) : in c2c_width() 1925 len = hists__col_len(he->hists, dim->se->se_width_idx); in c2c_se_entry()
|
Completed in 33 milliseconds