Home
last modified time | relevance | path

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

/linux/tools/perf/ui/stdio/
H A Dhist.c842 linesz = hists__sort_list_width(hists) + 3 + 1; in hists__fprintf()
/linux/tools/perf/ui/
H A Dhist.c763 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width() function
/linux/tools/perf/ui/browsers/
H A Dhists.c133 browser->width = 3 + (hists__sort_list_width(hb->hists) + sizeof("[k]")); in hist_browser__refresh_dimensions()