Searched refs:ui_browser (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/tools/perf/util/ui/ |
D | browser.h | 15 struct ui_browser { struct 21 unsigned int (*refresh)(struct ui_browser *self); argument 22 void (*write)(struct ui_browser *self, void *entry, int row); argument 23 void (*seek)(struct ui_browser *self, off_t offset, int whence); argument 27 void ui_browser__set_color(struct ui_browser *self, int color); argument 28 void ui_browser__set_percent_color(struct ui_browser *self, 30 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row); 31 void ui_browser__refresh_dimensions(struct ui_browser *self); 32 void ui_browser__reset_index(struct ui_browser *self); 34 void ui_browser__gotorc(struct ui_browser *self, int y, int x); [all …]
|
D | browser.c | 25 void ui_browser__set_color(struct ui_browser *self __used, int color) in ui_browser__set_color() 30 void ui_browser__set_percent_color(struct ui_browser *self, in ui_browser__set_percent_color() 37 void ui_browser__gotorc(struct ui_browser *self, int y, int x) in ui_browser__gotorc() 42 void ui_browser__list_head_seek(struct ui_browser *self, off_t offset, int whence) in ui_browser__list_head_seek() 72 void ui_browser__rb_tree_seek(struct ui_browser *self, off_t offset, int whence) in ui_browser__rb_tree_seek() 102 unsigned int ui_browser__rb_tree_refresh(struct ui_browser *self) in ui_browser__rb_tree_refresh() 123 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row) in ui_browser__is_current_entry() 128 void ui_browser__refresh_dimensions(struct ui_browser *self) in ui_browser__refresh_dimensions() 139 void ui_browser__reset_index(struct ui_browser *self) in ui_browser__reset_index() 145 void ui_browser__add_exit_key(struct ui_browser *self, int key) in ui_browser__add_exit_key() [all …]
|
/linux-2.6.39/tools/perf/util/ui/browsers/ |
D | map.c | 48 struct ui_browser b; 53 static void map_browser__write(struct ui_browser *self, void *nd, int row) in map_browser__write()
|
D | top.c | 21 struct ui_browser b; 30 static void perf_top_browser__write(struct ui_browser *browser, void *entry, int row) in perf_top_browser__write()
|
D | annotate.c | 21 struct ui_browser b; 38 static void annotate_browser__write(struct ui_browser *self, void *entry, int row) in annotate_browser__write()
|
D | hists.c | 23 struct ui_browser b; 588 static unsigned int hist_browser__refresh(struct ui_browser *self) in hist_browser__refresh() 637 static void ui_browser__hists_seek(struct ui_browser *self, in ui_browser__hists_seek() 1002 struct ui_browser b; 1006 static void perf_evsel_menu__write(struct ui_browser *browser, in perf_evsel_menu__write()
|