Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
Dbrowser.c44 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc() function
151 ui_browser__gotorc(browser, row, 0); in ui_browser__rb_tree_refresh()
294 ui_browser__gotorc(browser, row++, col); in ui_browser__scrollbar_set()
465 ui_browser__gotorc(browser, row, 0); in ui_browser__list_head_refresh()
590 ui_browser__gotorc(browser, row, 0); in ui_browser__argv_refresh()
607 ui_browser__gotorc(browser, start, column); in __ui_browser__vline()
630 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up()
632 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up()
645 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
648 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
[all …]
Dbrowser.h40 void ui_browser__gotorc(struct ui_browser *self, int y, int x);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
Dhists.c483 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_callchain_node_rb_tree()
542 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_callchain_node()
755 ui_browser__gotorc(&browser->b, row, 0); in hist_browser__show_entry()