Searched refs:ui_browser__gotorc (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/perf/ui/ |
D | browser.c | 53 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc() function 180 ui_browser__gotorc(browser, row, 0); in ui_browser__rb_tree_refresh() 325 ui_browser__gotorc(browser, row++, col); in ui_browser__scrollbar_set() 510 ui_browser__gotorc(browser, row, 0); in ui_browser__list_head_refresh() 635 ui_browser__gotorc(browser, row, 0); in ui_browser__argv_refresh() 652 ui_browser__gotorc(browser, start, column); in __ui_browser__vline() 675 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up() 677 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up() 690 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 693 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() [all …]
|
D | browser.h | 43 void ui_browser__gotorc(struct ui_browser *browser, int y, int x);
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | hists.c | 740 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_callchain_entry() 1257 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_entry() 1366 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_hierarchy_entry() 1515 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_no_entry() 1703 ui_browser__gotorc(&browser->b, 0, 0); in hists_browser__hierarchy_headers()
|