Lines Matching refs:annotate_browser
24 struct annotate_browser { struct
91 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__write()
121 static int is_fused(struct annotate_browser *ab, struct disasm_line *cursor) in is_fused()
151 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__draw_current_jump()
248 static void disasm_rb_tree__insert(struct annotate_browser *browser, in disasm_rb_tree__insert()
269 static void annotate_browser__set_top(struct annotate_browser *browser, in annotate_browser__set_top()
292 static void annotate_browser__set_rb_top(struct annotate_browser *browser, in annotate_browser__set_rb_top()
304 static void annotate_browser__calc_percent(struct annotate_browser *browser, in annotate_browser__calc_percent()
349 struct annotate_browser *browser, in annotate_browser__find_new_asm_line()
366 struct annotate_browser *browser, in annotate_browser__find_next_asm_line()
411 static bool annotate_browser__toggle_source(struct annotate_browser *browser, in annotate_browser__toggle_source()
493 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__show_full_location()
532 static bool annotate_browser__callq(struct annotate_browser *browser, in annotate_browser__callq()
567 struct disasm_line *annotate_browser__find_offset(struct annotate_browser *browser, in annotate_browser__find_offset()
584 static bool annotate_browser__jump(struct annotate_browser *browser, in annotate_browser__jump()
613 struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser, in annotate_browser__find_string()
633 static bool __annotate_browser__search(struct annotate_browser *browser) in __annotate_browser__search()
650 struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser, in annotate_browser__find_string_reverse()
670 static bool __annotate_browser__search_reverse(struct annotate_browser *browser) in __annotate_browser__search_reverse()
686 static bool annotate_browser__search_window(struct annotate_browser *browser, in annotate_browser__search_window()
698 static bool annotate_browser__search(struct annotate_browser *browser, int delay_secs) in annotate_browser__search()
706 static bool annotate_browser__continue_search(struct annotate_browser *browser, in annotate_browser__continue_search()
715 static bool annotate_browser__search_reverse(struct annotate_browser *browser, in annotate_browser__search_reverse()
725 bool annotate_browser__continue_search_reverse(struct annotate_browser *browser, in annotate_browser__continue_search_reverse()
796 static int annotate_browser__run(struct annotate_browser *browser, in annotate_browser__run()
1057 struct annotate_browser browser = { in symbol__tui_annotate()