Home
last modified time | relevance | path

Searched refs:disasm_line__browser (Results 1 – 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dannotate.c57 static inline struct browser_disasm_line *disasm_line__browser(struct disasm_line *dl) in disasm_line__browser() function
96 struct browser_disasm_line *bdl = disasm_line__browser(dl); in annotate_browser__write()
231 bcursor = disasm_line__browser(cursor); in annotate_browser__draw_current_jump()
232 btarget = disasm_line__browser(target); in annotate_browser__draw_current_jump()
351 struct browser_disasm_line *bpos = disasm_line__browser(pos); in annotate_browser__calc_percent()
394 bdl = disasm_line__browser(dl); in annotate_browser__toggle_source()
852 bdlt = disasm_line__browser(dlt); in annotate_browser__mark_jump_targets()
930 bpos = disasm_line__browser(pos); in symbol__tui_annotate()