Searched refs:hists__calc_col_len (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 79 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()
|
H A D | hist.h | 216 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 80 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len() function 264 hists__calc_col_len(hists, n); in hists__output_recalc_col_len() 1845 hists__calc_col_len(hists, he); in hists__hierarchy_output_resort() 1968 hists__calc_col_len(hists, n); in output_resort() 2125 hists__calc_col_len(hists, h); in hists__remove_entry_filter()
|
H A D | hist.h | 232 void hists__calc_col_len(struct hists *hists, struct hist_entry *he);
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 1935 hists__calc_col_len(&c2c_hists->hists, &c2c_he->he); in calc_width()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 2205 hists__calc_col_len(&c2c_hists->hists, &c2c_he->he); in calc_width()
|
Completed in 19 milliseconds