Lines Matching refs:annotation_line
1038 struct annotation_line *al = notes->offsets[offset]; in annotation__count_and_fill()
1072 struct annotation_line *al; in annotation__compute_ipc()
1150 static void annotation_line__delete(struct annotation_line *al) in annotation_line__delete()
1170 static struct annotation_line *
1173 struct annotation_line *al; in annotation_line__new()
1211 struct annotation_line *al; in disasm_line__new()
1256 static void annotation_line__add(struct annotation_line *al, struct list_head *head) in annotation_line__add()
1261 struct annotation_line *
1262 annotation_line__next(struct annotation_line *pos, struct list_head *head) in annotation_line__next()
1367 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, in annotation_line__print()
1369 int max_lines, struct annotation_line *queue, int addr_fmt_width, in annotation_line__print()
2039 struct annotation_line *al, *next; in annotation__calc_percent()
2115 static void insert_source_line(struct rb_root *root, struct annotation_line *al, in insert_source_line()
2118 struct annotation_line *iter; in insert_source_line()
2125 iter = rb_entry(parent, struct annotation_line, rb_node); in insert_source_line()
2151 static int cmp_source_line(struct annotation_line *a, struct annotation_line *b) in cmp_source_line()
2164 static void __resort_source_line(struct rb_root *root, struct annotation_line *al) in __resort_source_line()
2166 struct annotation_line *iter; in __resort_source_line()
2172 iter = rb_entry(parent, struct annotation_line, rb_node); in __resort_source_line()
2186 struct annotation_line *al; in resort_source_line()
2193 al = rb_entry(node, struct annotation_line, rb_node); in resort_source_line()
2204 struct annotation_line *al; in print_summary()
2222 al = rb_entry(node, struct annotation_line, rb_node); in print_summary()
2256 struct annotation_line *line; in annotated_source__addr_fmt_width()
2276 struct annotation_line *pos, *queue = NULL; in symbol__annotate_printf()
2418 struct annotation_line *al; in symbol__annotate_fprintf2()
2486 struct annotation_line *al, *n; in annotated_source__purge()
2541 struct annotation_line *al = notes->offsets[offset]; in annotation__mark_jump_targets()
2567 struct annotation_line *al; in annotation__set_offsets()
2605 struct annotation_line *al; in annotation__max_ins_name()
2645 struct annotation_line *al; in annotation__calc_lines()
2741 static double annotation_line__max_percent(struct annotation_line *al, in annotation_line__max_percent()
2808 static void __annotation_line__write(struct annotation_line *al, struct annotation *notes, in __annotation_line__write()
2970 void annotation_line__write(struct annotation_line *al, struct annotation *notes, in annotation_line__write()
2989 notes->offsets = zalloc(size * sizeof(struct annotation_line *)); in symbol__annotate2()