Home
last modified time | relevance | path

Searched defs:annotate_browser (Results 1 – 1 of 1) sorted by relevance

/tools/perf/ui/browsers/
Dannotate.c55 struct annotate_browser { struct
56 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() argument
94 static int annotate_browser__jumps_percent_color(struct annotate_browser *browser, in annotate_browser__jumps_percent_color() argument