Searched refs:horiz_scroll (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | browser.c | 444 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()
|
H A D | browser.h | 20 u16 y, x, width, height, rows, columns, horiz_scroll; member
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | browser.c | 444 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()
|
H A D | browser.h | 20 u16 y, x, width, height, rows, columns, horiz_scroll; member
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 1336 column++ < browser->b.horiz_scroll) in hist_browser__show_entry() 1456 column++ < browser->b.horiz_scroll) in hist_browser__show_hierarchy_entry() 1497 if (column >= browser->b.horiz_scroll) { in hist_browser__show_hierarchy_entry() 1598 column++ < browser->b.horiz_scroll) in hist_browser__show_no_entry() 1619 if (column >= browser->b.horiz_scroll) { in hist_browser__show_no_entry() 1662 if (perf_hpp__should_skip(fmt, hists) || column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_headers() 1703 if (column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_hierarchy_headers()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 1337 column++ < browser->b.horiz_scroll) in hist_browser__show_entry() 1457 column++ < browser->b.horiz_scroll) in hist_browser__show_hierarchy_entry() 1498 if (column >= browser->b.horiz_scroll) { in hist_browser__show_hierarchy_entry() 1599 column++ < browser->b.horiz_scroll) in hist_browser__show_no_entry() 1620 if (column >= browser->b.horiz_scroll) { in hist_browser__show_no_entry() 1663 if (perf_hpp__should_skip(fmt, hists) || column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_headers() 1704 if (column++ < browser->b.horiz_scroll) in hists_browser__scnprintf_hierarchy_headers()
|
Completed in 12 milliseconds