Home
last modified time | relevance | path

Searched refs:hists__calc_col_len (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dhist.c86 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() function
274 hists__calc_col_len(hists, n); in hists__output_recalc_col_len()
1912 hists__calc_col_len(hists, he); in hists__hierarchy_output_resort()
2035 hists__calc_col_len(hists, n); in output_resort()
2192 hists__calc_col_len(hists, h); in hists__remove_entry_filter()
H A Dhist.h415 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
/linux-6.15/tools/perf/
H A Dbuiltin-c2c.c2188 hists__calc_col_len(&c2c_hists->hists, &c2c_he->he); in calc_width()