Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/ui/
Dbrowser.c444 if (browser->horiz_scroll < browser->columns - 1) in ui_browser__run()
445 ++browser->horiz_scroll; in ui_browser__run()
450 if (browser->horiz_scroll != 0) in ui_browser__run()
451 --browser->horiz_scroll; in ui_browser__run()
Dbrowser.h20 u16 y, x, width, height, rows, columns, horiz_scroll; member
/Linux-v5.10/tools/perf/ui/browsers/
Dhists.c1346 column++ < browser->b.horiz_scroll) in hist_browser__show_entry()
1466 column++ < browser->b.horiz_scroll) in hist_browser__show_hierarchy_entry()
1507 if (column >= browser->b.horiz_scroll) { in hist_browser__show_hierarchy_entry()
1608 column++ < browser->b.horiz_scroll) in hist_browser__show_no_entry()
1629 if (column >= browser->b.horiz_scroll) { in hist_browser__show_no_entry()
1672 if (perf_hpp__should_skip(fmt, hists) || column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_headers()
1713 if (column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_hierarchy_headers()