Searched refs:ui_browser__gotorc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | browser.c | 52 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc() function 179 ui_browser__gotorc(browser, row, 0); in ui_browser__rb_tree_refresh() 324 ui_browser__gotorc(browser, row++, col); in ui_browser__scrollbar_set() 511 ui_browser__gotorc(browser, row, 0); in ui_browser__list_head_refresh() 640 ui_browser__gotorc(browser, row, 0); in ui_browser__argv_refresh() 657 ui_browser__gotorc(browser, start, column); in __ui_browser__vline() 680 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up() 682 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up() 695 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 698 ui_browser__gotorc(browse in __ui_browser__line_arrow_up() [all...] |
H A D | browser.h | 45 void ui_browser__gotorc(struct ui_browser *browser, int y, int x);
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | browser.c | 52 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc() function 179 ui_browser__gotorc(browser, row, 0); in ui_browser__rb_tree_refresh() 324 ui_browser__gotorc(browser, row++, col); in ui_browser__scrollbar_set() 511 ui_browser__gotorc(browser, row, 0); in ui_browser__list_head_refresh() 640 ui_browser__gotorc(browser, row, 0); in ui_browser__argv_refresh() 657 ui_browser__gotorc(browser, start, column); in __ui_browser__vline() 680 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up() 682 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up() 695 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 698 ui_browser__gotorc(browse in __ui_browser__line_arrow_up() [all...] |
H A D | browser.h | 45 void ui_browser__gotorc(struct ui_browser *browser, int y, int x);
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 806 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_callchain_entry() 1325 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_entry() 1434 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_hierarchy_entry() 1583 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_no_entry()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 807 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_callchain_entry() 1326 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_entry() 1435 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_hierarchy_entry() 1584 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_no_entry()
|
Completed in 12 milliseconds