Searched refs:annotate_browser (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | annotate.c | 24 struct annotate_browser { struct 92 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__write() 122 static int is_fused(struct annotate_browser *ab, struct disasm_line *cursor) in is_fused() 152 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__draw_current_jump() 248 static void disasm_rb_tree__insert(struct annotate_browser *browser, in disasm_rb_tree__insert() 269 static void annotate_browser__set_top(struct annotate_browser *browser, in annotate_browser__set_top() 293 static void annotate_browser__set_rb_top(struct annotate_browser *browser, in annotate_browser__set_rb_top() 305 static void annotate_browser__calc_percent(struct annotate_browser *browser, in annotate_browser__calc_percent() 350 struct annotate_browser *browser, in annotate_browser__find_next_asm_line() 372 static bool annotate_browser__toggle_source(struct annotate_browser *browser) in annotate_browser__toggle_source() [all …]
|