Home
last modified time | relevance | path

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

/tools/perf/ui/
Dbrowser.h17 u16 y, x, width, height, rows, columns, horiz_scroll; member
Dbrowser.c428 if (browser->horiz_scroll < browser->columns - 1) in ui_browser__run()
429 ++browser->horiz_scroll; in ui_browser__run()
434 if (browser->horiz_scroll != 0) in ui_browser__run()
435 --browser->horiz_scroll; in ui_browser__run()
/tools/perf/ui/browsers/
Dhists.c1210 column++ < browser->b.horiz_scroll) in hist_browser__show_entry()
1328 column++ < browser->b.horiz_scroll) in hist_browser__show_hierarchy_entry()
1369 if (column >= browser->b.horiz_scroll) { in hist_browser__show_hierarchy_entry()
1470 column++ < browser->b.horiz_scroll) in hist_browser__show_no_entry()
1491 if (column >= browser->b.horiz_scroll) { in hist_browser__show_no_entry()
1534 if (perf_hpp__should_skip(fmt, hists) || column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_headers()
1575 if (column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_hierarchy_headers()