Searched refs:ui_browser (Results 1 – 7 of 7) sorted by relevance
/external/linux-tools-perf/src/tools/perf/ui/ |
D | browser.h | 16 struct ui_browser { struct 24 unsigned int (*refresh)(struct ui_browser *self); argument 25 void (*write)(struct ui_browser *self, void *entry, int row); argument 26 void (*seek)(struct ui_browser *self, off_t offset, int whence); argument 27 bool (*filter)(struct ui_browser *self, void *entry); argument 33 int ui_browser__set_color(struct ui_browser *browser, int color); argument 34 void ui_browser__set_percent_color(struct ui_browser *self, 36 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row); 37 void ui_browser__refresh_dimensions(struct ui_browser *self); 38 void ui_browser__reset_index(struct ui_browser *self); [all …]
|
D | browser.c | 17 static int ui_browser__percent_color(struct ui_browser *browser, in ui_browser__percent_color() 29 int ui_browser__set_color(struct ui_browser *browser, int color) in ui_browser__set_color() 37 void ui_browser__set_percent_color(struct ui_browser *browser, in ui_browser__set_percent_color() 44 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc() 50 ui_browser__list_head_filter_entries(struct ui_browser *browser, in ui_browser__list_head_filter_entries() 63 ui_browser__list_head_filter_prev_entries(struct ui_browser *browser, in ui_browser__list_head_filter_prev_entries() 75 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__list_head_seek() 110 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__rb_tree_seek() 140 unsigned int ui_browser__rb_tree_refresh(struct ui_browser *browser) in ui_browser__rb_tree_refresh() 161 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry() [all …]
|
/external/linux-tools-perf/src/tools/perf/ui/tui/ |
D | util.c | 16 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write() 27 static int popup_menu__run(struct ui_browser *menu) in popup_menu__run() 61 struct ui_browser menu = { in ui__popup_menu()
|
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
D | map.c | 16 struct ui_browser b; 21 static void map_browser__write(struct ui_browser *self, void *nd, int row) in map_browser__write()
|
D | scripts.c | 26 struct ui_browser b; 75 static void script_browser__write(struct ui_browser *browser, in script_browser__write()
|
D | hists.c | 22 struct ui_browser b; 304 static void ui_browser__warn_lost_events(struct ui_browser *browser) in ui_browser__warn_lost_events() 585 struct ui_browser *b; 794 static void ui_browser__hists_init_top(struct ui_browser *browser) in ui_browser__hists_init_top() 804 static unsigned int hist_browser__refresh(struct ui_browser *browser) in hist_browser__refresh() 870 static void ui_browser__hists_seek(struct ui_browser *browser, in ui_browser__hists_seek() 1747 struct ui_browser b; 1754 static void perf_evsel_menu__write(struct ui_browser *browser, in perf_evsel_menu__write() 1892 static bool filter_group_entries(struct ui_browser *self __maybe_unused, in filter_group_entries()
|
D | annotate.c | 37 struct ui_browser b; 62 static bool disasm_line__filter(struct ui_browser *browser __maybe_unused, in disasm_line__filter() 92 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write() 210 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump() 249 static unsigned int annotate_browser__refresh(struct ui_browser *browser) in annotate_browser__refresh()
|