Home
last modified time | relevance | path

Searched refs:hists__col_len (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
A Dhist.h219 u16 hists__col_len(struct hists *hists, enum hist_column col);
A Dhist.c42 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()
A Dsort.c1949 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header()
1964 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width()
1978 len = hists__col_len(he->hists, hse->se->se_width_idx); in __sort__hpp_entry()
/linux/tools/perf/
A Dbuiltin-c2c.c430 int width = hists__col_len(hists, se->se_width_idx); in symbol_width()
451 return dim->se ? hists__col_len(hists, dim->se->se_width_idx) : in c2c_width()
1690 len = hists__col_len(he->hists, dim->se->se_width_idx); in c2c_se_entry()

Completed in 25 milliseconds