Lines Matching defs:browser

35 static inline struct annotation *browser__annotation(struct ui_browser *browser)  in browser__annotation()
41 static bool disasm_line__filter(struct ui_browser *browser, void *entry) in disasm_line__filter()
48 static int ui_browser__jumps_percent_color(struct ui_browser *browser, int nr, bool current) in ui_browser__jumps_percent_color()
61 static int ui_browser__set_jumps_percent_color(void *browser, int nr, bool current) in ui_browser__set_jumps_percent_color()
67 static int annotate_browser__set_color(void *browser, int color) in annotate_browser__set_color()
72 static void annotate_browser__write_graph(void *browser, int graph) in annotate_browser__write_graph()
77 static void annotate_browser__set_percent_color(void *browser, double percent, bool current) in annotate_browser__set_percent_color()
82 static void annotate_browser__printf(void *browser, const char *fmt, ...) in annotate_browser__printf()
91 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write()
151 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump()
221 static unsigned int annotate_browser__refresh(struct ui_browser *browser) in annotate_browser__refresh()
249 static void disasm_rb_tree__insert(struct annotate_browser *browser, in disasm_rb_tree__insert()
270 static void annotate_browser__set_top(struct annotate_browser *browser, in annotate_browser__set_top()
294 static void annotate_browser__set_rb_top(struct annotate_browser *browser, in annotate_browser__set_rb_top()
307 static void annotate_browser__calc_percent(struct annotate_browser *browser, in annotate_browser__calc_percent()
352 struct annotate_browser *browser, in annotate_browser__find_next_asm_line()
374 static bool annotate_browser__toggle_source(struct annotate_browser *browser) in annotate_browser__toggle_source()
417 static void annotate_browser__show_full_location(struct ui_browser *browser) in annotate_browser__show_full_location()
434 static void ui_browser__init_asm_mode(struct ui_browser *browser) in ui_browser__init_asm_mode()
458 static bool annotate_browser__callq(struct annotate_browser *browser, in annotate_browser__callq()
493 struct disasm_line *annotate_browser__find_offset(struct annotate_browser *browser, in annotate_browser__find_offset()
510 static bool annotate_browser__jump(struct annotate_browser *browser, in annotate_browser__jump()
539 struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser, in annotate_browser__find_string()
559 static bool __annotate_browser__search(struct annotate_browser *browser) in __annotate_browser__search()
576 struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser, in annotate_browser__find_string_reverse()
596 static bool __annotate_browser__search_reverse(struct annotate_browser *browser) in __annotate_browser__search_reverse()
612 static bool annotate_browser__search_window(struct annotate_browser *browser, in annotate_browser__search_window()
624 static bool annotate_browser__search(struct annotate_browser *browser, int delay_secs) in annotate_browser__search()
632 static bool annotate_browser__continue_search(struct annotate_browser *browser, in annotate_browser__continue_search()
641 static bool annotate_browser__search_reverse(struct annotate_browser *browser, in annotate_browser__search_reverse()
651 bool annotate_browser__continue_search_reverse(struct annotate_browser *browser, in annotate_browser__continue_search_reverse()
660 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show()
711 static int annotate_browser__run(struct annotate_browser *browser, in annotate_browser__run()
958 struct annotate_browser browser = { in symbol__tui_annotate() local