Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/ui/stdio/
Dhist.c304 left_margin = hists__col_len(hists, se->se_width_idx); in hist_entry__callchain_fprintf()
431 width = hists__col_len(hists, se->se_width_idx); in hists__fprintf()
466 width = hists__col_len(hists, se->se_width_idx); in hists__fprintf()
/external/linux-tools-perf/src/tools/perf/ui/
Dhist.c252 hists__col_len(hists, se->se_width_idx)); in hist_entry__sort_snprintf()
279 ret += 2 + hists__col_len(hists, se->se_width_idx); in hists__sort_list_width()
/external/linux-tools-perf/src/tools/perf/util/
Dhist.h128 u16 hists__col_len(struct hists *self, enum hist_column col);
Dhist.c31 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len() function
43 if (len > hists__col_len(hists, col)) { in hists__new_col_len()
62 if (hists__col_len(hists, dso) < unresolved_col_width && in hists__set_unres_dso_col_len()
/external/linux-tools-perf/src/tools/perf/ui/gtk/
Dhists.c310 hists__col_len(hists, se->se_width_idx)); in perf_gtk__show_hists()