Lines Matching defs:browser

83 static int annotate_browser__jumps_percent_color(struct annotate_browser *browser,  in annotate_browser__jumps_percent_color()
95 static int annotate_browser__set_jumps_percent_color(struct annotate_browser *browser, in annotate_browser__set_jumps_percent_color()
111 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write()
255 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump()
292 static unsigned int annotate_browser__refresh(struct ui_browser *browser) in annotate_browser__refresh()
339 static void annotate_browser__set_top(struct annotate_browser *browser, in annotate_browser__set_top()
362 static void annotate_browser__set_rb_top(struct annotate_browser *browser, in annotate_browser__set_rb_top()
378 static void annotate_browser__calc_percent(struct annotate_browser *browser, in annotate_browser__calc_percent()
430 static bool annotate_browser__toggle_source(struct annotate_browser *browser) in annotate_browser__toggle_source()
469 static void annotate_browser__init_asm_mode(struct annotate_browser *browser) in annotate_browser__init_asm_mode()
483 static bool annotate_browser__callq(struct annotate_browser *browser, in annotate_browser__callq()
525 struct disasm_line *annotate_browser__find_offset(struct annotate_browser *browser, in annotate_browser__find_offset()
544 static bool annotate_browser__jump(struct annotate_browser *browser) in annotate_browser__jump()
564 struct disasm_line *annotate_browser__find_string(struct annotate_browser *browser, in annotate_browser__find_string()
586 static bool __annotate_browser__search(struct annotate_browser *browser) in __annotate_browser__search()
603 struct disasm_line *annotate_browser__find_string_reverse(struct annotate_browser *browser, in annotate_browser__find_string_reverse()
625 static bool __annotate_browser__search_reverse(struct annotate_browser *browser) in __annotate_browser__search_reverse()
641 static bool annotate_browser__search_window(struct annotate_browser *browser, in annotate_browser__search_window()
653 static bool annotate_browser__search(struct annotate_browser *browser, int delay_secs) in annotate_browser__search()
661 static bool annotate_browser__continue_search(struct annotate_browser *browser, in annotate_browser__continue_search()
670 static bool annotate_browser__search_reverse(struct annotate_browser *browser, in annotate_browser__search_reverse()
680 bool annotate_browser__continue_search_reverse(struct annotate_browser *browser, in annotate_browser__continue_search_reverse()
689 static void annotate_browser__update_addr_width(struct annotate_browser *browser) in annotate_browser__update_addr_width()
702 static int annotate_browser__run(struct annotate_browser *browser, in annotate_browser__run()
898 static unsigned count_insn(struct annotate_browser *browser, u64 start, u64 end) in count_insn()
910 static void count_and_fill(struct annotate_browser *browser, u64 start, u64 end, in count_and_fill()
938 static void annotate__compute_ipc(struct annotate_browser *browser, size_t size, in annotate__compute_ipc()
966 static void annotate_browser__mark_jump_targets(struct annotate_browser *browser, in annotate_browser__mark_jump_targets()
1020 struct annotate_browser browser = { in symbol__tui_annotate() local