Lines Matching refs:annotation_line

428 struct annotation_line *annotated_source__get_line(struct annotated_source *src,  in annotated_source__get_line()
431 struct annotation_line *al; in annotated_source__get_line()
442 struct annotation_line *al; in annotation__count_insn()
475 struct annotation_line *al; in annotation__count_and_fill()
528 struct annotation_line *al; in annotation__compute_ipc()
567 struct annotation_line *al; in annotation__compute_ipc()
653 void annotation_line__add(struct annotation_line *al, struct list_head *head) in annotation_line__add()
658 struct annotation_line *
659 annotation_line__next(struct annotation_line *pos, struct list_head *head) in annotation_line__next()
780 annotation_line__print(struct annotation_line *al, struct annotation_print_data *apd, in annotation_line__print()
782 struct annotation_line *queue) in annotation_line__print()
947 struct annotation_line *al, *next; in annotation__calc_percent()
1063 static void insert_source_line(struct rb_root *root, struct annotation_line *al) in insert_source_line()
1065 struct annotation_line *iter; in insert_source_line()
1073 iter = rb_entry(parent, struct annotation_line, rb_node); in insert_source_line()
1099 static int cmp_source_line(struct annotation_line *a, struct annotation_line *b) in cmp_source_line()
1112 static void __resort_source_line(struct rb_root *root, struct annotation_line *al) in __resort_source_line()
1114 struct annotation_line *iter; in __resort_source_line()
1120 iter = rb_entry(parent, struct annotation_line, rb_node); in __resort_source_line()
1134 struct annotation_line *al; in resort_source_line()
1141 al = rb_entry(node, struct annotation_line, rb_node); in resort_source_line()
1152 struct annotation_line *al; in print_summary()
1170 al = rb_entry(node, struct annotation_line, rb_node); in print_summary()
1208 struct annotation_line *line; in annotated_source__addr_fmt_width()
1229 struct annotation_line *pos, *queue = NULL; in hist_entry__annotate_printf()
1373 struct annotation_line *al; in symbol__annotate_fprintf2()
1442 struct annotation_line *al; in symbol__annotate_decay_histogram()
1462 struct annotation_line *al, *n; in annotated_source__purge()
1512 struct annotation_line *al; in annotation__mark_jump_targets()
1520 struct annotation_line *target; in annotation__mark_jump_targets()
1543 struct annotation_line *al; in annotation__set_index()
1575 struct annotation_line *al; in annotation__max_ins_name()
1629 struct annotation_line *al; in annotation__calc_lines()
1745 static double annotation_line__max_percent(struct annotation_line *al, in annotation_line__max_percent()
2011 void annotation_line__write(struct annotation_line *al, struct annotation *notes, in annotation_line__write()