Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dhist.c79 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() function
250 hists__calc_col_len(hists, n); in hists__output_recalc_col_len()
1803 hists__calc_col_len(hists, he); in hists__hierarchy_output_resort()
1926 hists__calc_col_len(hists, n); in output_resort()
2083 hists__calc_col_len(hists, h); in hists__remove_entry_filter()
Dhist.h216 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-c2c.c1935 hists__calc_col_len(&c2c_hists->hists, &c2c_he->he); in calc_width()