Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dhist.h255 unsigned int hists__sort_list_width(struct hists *self);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
Dhist.c261 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width() function
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
Dhist.c482 linesz = hists__sort_list_width(hists) + 3 + 1; in hists__fprintf()
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
Dhists.c40 browser->b.width = 3 + (hists__sort_list_width(browser->hists) + in hist_browser__refresh_dimensions()