Lines Matching defs:annotate_browser
24 struct annotate_browser {
91 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b);
121 static int is_fused(struct annotate_browser *ab, struct disasm_line *cursor)
151 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b);
248 static void disasm_rb_tree__insert(struct annotate_browser *browser,
269 static void annotate_browser__set_top(struct annotate_browser *browser,
292 static void annotate_browser__set_rb_top(struct annotate_browser *browser,
304 static void annotate_browser__calc_percent(struct annotate_browser *browser,
349 struct annotate_browser *browser,
371 static bool annotate_browser__toggle_source(struct annotate_browser *browser)
416 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b);
455 static bool annotate_browser__callq(struct annotate_browser *browser,
490 struct disasm_line *annotate_browser__find_offset(struct annotate_browser *browser,
507 static bool annotate_browser__jump(struct annotate_browser *browser,
536 struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser,
556 static bool __annotate_browser__search(struct annotate_browser *browser)
573 struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser,
593 static bool __annotate_browser__search_reverse(struct annotate_browser *browser)
609 static bool annotate_browser__search_window(struct annotate_browser *browser,
621 static bool annotate_browser__search(struct annotate_browser *browser, int delay_secs)
629 static bool annotate_browser__continue_search(struct annotate_browser *browser,
638 static bool annotate_browser__search_reverse(struct annotate_browser *browser,
648 bool annotate_browser__continue_search_reverse(struct annotate_browser *browser,
707 static int annotate_browser__run(struct annotate_browser *browser,
965 struct annotate_browser browser = {