Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/ui/
H A Dbrowser.c446 if (browser->horiz_scroll < browser->columns - 1) in ui_browser__run()
447 ++browser->horiz_scroll; in ui_browser__run()
452 if (browser->horiz_scroll != 0) in ui_browser__run()
453 --browser->horiz_scroll; in ui_browser__run()
H A Dbrowser.h20 u16 y, x, width, height, rows, columns, horiz_scroll; member
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c1345 column++ < browser->b.horiz_scroll) in hist_browser__show_entry()
1465 column++ < browser->b.horiz_scroll) in hist_browser__show_hierarchy_entry()
1506 if (column >= browser->b.horiz_scroll) { in hist_browser__show_hierarchy_entry()
1607 column++ < browser->b.horiz_scroll) in hist_browser__show_no_entry()
1628 if (column >= browser->b.horiz_scroll) { in hist_browser__show_no_entry()
1671 if (perf_hpp__should_skip(fmt, hists) || column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_headers()
1712 if (column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_hierarchy_headers()