Lines Matching refs:annotate_browser
24 struct annotate_browser {
93 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b);
123 static int is_fused(struct annotate_browser *ab, struct disasm_line *cursor)
153 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b);
249 static void disasm_rb_tree__insert(struct annotate_browser *browser,
270 static void annotate_browser__set_top(struct annotate_browser *browser,
294 static void annotate_browser__set_rb_top(struct annotate_browser *browser,
307 static void annotate_browser__calc_percent(struct annotate_browser *browser,
352 struct annotate_browser *browser,
374 static bool annotate_browser__toggle_source(struct annotate_browser *browser)
419 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b);
458 static bool annotate_browser__callq(struct annotate_browser *browser,
493 struct disasm_line *annotate_browser__find_offset(struct annotate_browser *browser,
510 static bool annotate_browser__jump(struct annotate_browser *browser,
539 struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser,
559 static bool __annotate_browser__search(struct annotate_browser *browser)
576 struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser,
596 static bool __annotate_browser__search_reverse(struct annotate_browser *browser)
612 static bool annotate_browser__search_window(struct annotate_browser *browser,
624 static bool annotate_browser__search(struct annotate_browser *browser, int delay_secs)
632 static bool annotate_browser__continue_search(struct annotate_browser *browser,
641 static bool annotate_browser__search_reverse(struct annotate_browser *browser,
651 bool annotate_browser__continue_search_reverse(struct annotate_browser *browser,
662 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b);
711 static int annotate_browser__run(struct annotate_browser *browser,
958 struct annotate_browser browser = {