Lines Matching defs:annotate_browser

29 struct annotate_browser {
98 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b);
128 static bool is_fused(struct annotate_browser *ab, struct disasm_line *cursor)
149 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b);
244 static void disasm_rb_tree__insert(struct annotate_browser *browser,
265 static void annotate_browser__set_top(struct annotate_browser *browser,
289 static void annotate_browser__set_rb_top(struct annotate_browser *browser,
302 static void annotate_browser__calc_percent(struct annotate_browser *browser,
346 static bool annotate_browser__toggle_source(struct annotate_browser *browser)
409 static bool annotate_browser__callq(struct annotate_browser *browser,
444 struct disasm_line *annotate_browser__find_offset(struct annotate_browser *browser,
461 static bool annotate_browser__jump(struct annotate_browser *browser,
490 struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser,
510 static bool __annotate_browser__search(struct annotate_browser *browser)
527 struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser,
547 static bool __annotate_browser__search_reverse(struct annotate_browser *browser)
563 static bool annotate_browser__search_window(struct annotate_browser *browser,
575 static bool annotate_browser__search(struct annotate_browser *browser, int delay_secs)
583 static bool annotate_browser__continue_search(struct annotate_browser *browser,
592 static bool annotate_browser__search_reverse(struct annotate_browser *browser,
602 bool annotate_browser__continue_search_reverse(struct annotate_browser *browser,
613 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b);
662 static int annotate_browser__run(struct annotate_browser *browser,
899 struct annotate_browser browser = {