Searched defs:annotate_browser (Results 1 – 1 of 1) sorted by relevance
55 struct annotate_browser { struct56 struct ui_browser b;57 struct rb_root entries;58 struct rb_node *curr_hot;59 struct disasm_line *selection;60 struct disasm_line **offsets;61 struct arch *arch;62 int nr_events;86 if (annotate_browser__opts.hide_src_code) { in disasm_line__filter() argument94 static int annotate_browser__jumps_percent_color(struct annotate_browser *browser, in annotate_browser__jumps_percent_color() argument