Lines Matching refs:annotate_browser
28 struct annotate_browser { struct
116 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__write()
155 static int is_fused(struct annotate_browser *ab, struct disasm_line *cursor) in is_fused()
185 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__draw_current_jump()
282 static void disasm_rb_tree__insert(struct annotate_browser *browser, in disasm_rb_tree__insert()
303 static void annotate_browser__set_top(struct annotate_browser *browser, in annotate_browser__set_top()
326 static void annotate_browser__set_rb_top(struct annotate_browser *browser, in annotate_browser__set_rb_top()
338 static void annotate_browser__calc_percent(struct annotate_browser *browser, in annotate_browser__calc_percent()
383 struct annotate_browser *browser, in annotate_browser__find_new_asm_line()
400 struct annotate_browser *browser, in annotate_browser__find_next_asm_line()
445 static bool annotate_browser__toggle_source(struct annotate_browser *browser, in annotate_browser__toggle_source()
527 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__show_full_location()
558 static void annotate_browser__show_function_title(struct annotate_browser *browser) in annotate_browser__show_function_title()
581 static bool annotate_browser__callq(struct annotate_browser *browser, in annotate_browser__callq()
620 struct disasm_line *annotate_browser__find_offset(struct annotate_browser *browser, in annotate_browser__find_offset()
637 static bool annotate_browser__jump(struct annotate_browser *browser, in annotate_browser__jump()
666 struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser, in annotate_browser__find_string()
686 static bool __annotate_browser__search(struct annotate_browser *browser) in __annotate_browser__search()
703 struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser, in annotate_browser__find_string_reverse()
723 static bool __annotate_browser__search_reverse(struct annotate_browser *browser) in __annotate_browser__search_reverse()
739 static bool annotate_browser__search_window(struct annotate_browser *browser, in annotate_browser__search_window()
751 static bool annotate_browser__search(struct annotate_browser *browser, int delay_secs) in annotate_browser__search()
759 static bool annotate_browser__continue_search(struct annotate_browser *browser, in annotate_browser__continue_search()
768 static bool annotate_browser__search_reverse(struct annotate_browser *browser, in annotate_browser__search_reverse()
778 bool annotate_browser__continue_search_reverse(struct annotate_browser *browser, in annotate_browser__continue_search_reverse()
787 static int annotate_browser__show(struct annotate_browser *browser, char *title, const char *help) in annotate_browser__show()
841 static void annotate_browser__debuginfo_warning(struct annotate_browser *browser) in annotate_browser__debuginfo_warning()
855 static s64 annotate_browser__curr_hot_offset(struct annotate_browser *browser) in annotate_browser__curr_hot_offset()
865 static void annotate_browser__symbol_annotate_error(struct annotate_browser *browser, int err) in annotate_browser__symbol_annotate_error()
877 static int annotate_browser__run(struct annotate_browser *browser, in annotate_browser__run()
1164 struct annotate_browser browser = { in __hist_entry__tui_annotate()