Searched refs:ui_browser (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/ui/ |
| A D | browser.h | 17 struct ui_browser { struct 27 void (*refresh_dimensions)(struct ui_browser *browser); argument 28 unsigned int (*refresh)(struct ui_browser *browser); argument 31 bool (*filter)(struct ui_browser *browser, void *entry); argument 37 int ui_browser__set_color(struct ui_browser *browser, int color); argument 38 void ui_browser__set_percent_color(struct ui_browser *browser, 41 void ui_browser__refresh_dimensions(struct ui_browser *browser); 42 void ui_browser__reset_index(struct ui_browser *browser); 59 void ui_browser__hide(struct ui_browser *browser); 60 int ui_browser__refresh(struct ui_browser *browser); [all …]
|
| A D | browser.c | 20 static int ui_browser__percent_color(struct ui_browser *browser, in ui_browser__percent_color() 32 int ui_browser__set_color(struct ui_browser *browser, int color) in ui_browser__set_color() 40 void ui_browser__set_percent_color(struct ui_browser *browser, in ui_browser__set_percent_color() 52 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc() 78 ui_browser__list_head_filter_entries(struct ui_browser *browser, in ui_browser__list_head_filter_entries() 194 void ui_browser__refresh_dimensions(struct ui_browser *browser) in ui_browser__refresh_dimensions() 203 void ui_browser__handle_resize(struct ui_browser *browser) in ui_browser__handle_resize() 256 void ui_browser__reset_index(struct ui_browser *browser) in ui_browser__reset_index() 303 void ui_browser__hide(struct ui_browser *browser) in ui_browser__hide() 334 static int __ui_browser__refresh(struct ui_browser *browser) in __ui_browser__refresh() [all …]
|
| /linux/tools/perf/ui/browsers/ |
| A D | header.c | 12 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write() 32 static int list_menu__run(struct ui_browser *menu) in list_menu__run() 84 struct ui_browser menu = { in ui__list_menu()
|
| A D | annotate-data.c | 33 struct ui_browser b; 39 static struct annotated_data_browser *get_browser(struct ui_browser *uib) in get_browser() 214 static struct browser_entry *browser__prev_entry(struct ui_browser *uib, in browser__prev_entry() 237 static struct browser_entry *browser__next_entry(struct ui_browser *uib, in browser__next_entry() 263 static void browser__seek(struct ui_browser *uib, off_t offset, int whence) in browser__seek() 304 static unsigned int browser__refresh(struct ui_browser *uib) in browser__refresh() 334 static int browser__show(struct ui_browser *uib) in browser__show() 366 static void browser__write_overhead(struct ui_browser *uib, in browser__write_overhead() 387 static void browser__write(struct ui_browser *uib, void *entry, int row) in browser__write()
|
| A D | annotate.c | 25 struct ui_browser b; 34 static inline struct annotation *browser__annotation(struct ui_browser *browser) in browser__annotation() 40 static bool disasm_line__filter(struct ui_browser *browser __maybe_unused, void *entry) in disasm_line__filter() 46 static int ui_browser__jumps_percent_color(struct ui_browser *browser, int nr, bool current) in ui_browser__jumps_percent_color() 89 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write() 149 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump() 220 static unsigned int annotate_browser__refresh(struct ui_browser *browser) in annotate_browser__refresh() 414 static void annotate_browser__show_full_location(struct ui_browser *browser) in annotate_browser__show_full_location() 431 static void ui_browser__init_asm_mode(struct ui_browser *browser) in ui_browser__init_asm_mode() 657 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show()
|
| A D | map.c | 20 struct ui_browser b; 25 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write()
|
| A D | hists.h | 10 struct ui_browser b;
|
| A D | hists.c | 82 struct ui_browser *browser = &hb->b; in hist_browser__set_title_space() 106 struct ui_browser *browser = &hb->b; in hist_browser__update_rows() 128 static void hist_browser__refresh_dimensions(struct ui_browser *browser) in hist_browser__refresh_dimensions() 657 static void ui_browser__warn_lost_events(struct ui_browser *browser) in ui_browser__warn_lost_events() 1204 struct ui_browser *b; 1805 static void ui_browser__hists_init_top(struct ui_browser *browser) in ui_browser__hists_init_top() 1815 static unsigned int hist_browser__refresh(struct ui_browser *browser) in hist_browser__refresh() 1906 static void ui_browser__hists_seek(struct ui_browser *browser, in ui_browser__hists_seek() 3427 struct ui_browser b; 3434 static void perf_evsel_menu__write(struct ui_browser *browser, in perf_evsel_menu__write() [all …]
|
| /linux/tools/perf/ui/tui/ |
| A D | util.c | 15 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write() 26 static int popup_menu__run(struct ui_browser *menu, int *keyp) in popup_menu__run() 65 struct ui_browser menu = { in ui__popup_menu()
|
Completed in 25 milliseconds