Searched refs:ui_browser__gotorc (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/ui/ |
| A D | browser.c | 179 ui_browser__gotorc(browser, row, 0); in ui_browser__rb_tree_refresh() 513 ui_browser__gotorc(browser, row, 0); in ui_browser__list_head_refresh() 642 ui_browser__gotorc(browser, row, 0); in ui_browser__argv_refresh() 659 ui_browser__gotorc(browser, start, column); in __ui_browser__vline() 682 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up() 684 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up() 697 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 700 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 722 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down() 737 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down() [all …]
|
| A D | browser.h | 45 void ui_browser__gotorc(struct ui_browser *browser, int y, int x);
|
| /linux/tools/perf/ui/browsers/ |
| A D | annotate-data.c | 317 ui_browser__gotorc(uib, row, 0); in browser__refresh()
|
| A D | hists.c | 808 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_callchain_entry() 1327 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_entry() 1436 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_hierarchy_entry() 1585 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_no_entry()
|
Completed in 17 milliseconds