Searched defs:annotate_browser (Results 1 – 1 of 1) sorted by relevance
36 struct annotate_browser { struct37 struct ui_browser b;38 struct rb_root entries;39 struct rb_node *curr_hot;40 struct disasm_line *selection;41 struct disasm_line **offsets;65 if (annotate_browser__opts.hide_src_code) { in disasm_line__filter() argument73 static int annotate_browser__jumps_percent_color(struct annotate_browser *browser, in annotate_browser__jumps_percent_color() argument