Lines Matching defs:al

1006 			struct annotation_line *al = notes->offsets[offset];  in annotation__count_and_fill()  local
1027 struct annotation_line *al; in annotation__compute_ipc() local
1107 static void annotation_line__delete(struct annotation_line *al) in annotation_line__delete()
1130 struct annotation_line *al; in annotation_line__new() local
1168 struct annotation_line *al; in disasm_line__new() local
1214 static void annotation_line__add(struct annotation_line *al, struct list_head *head) in annotation_line__add()
1325 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, in annotation_line__print()
1825 struct annotation_line *al, *next; in annotation__calc_percent() local
1899 static void insert_source_line(struct rb_root *root, struct annotation_line *al, in insert_source_line()
1948 static void __resort_source_line(struct rb_root *root, struct annotation_line *al) in __resort_source_line()
1970 struct annotation_line *al; in resort_source_line() local
1988 struct annotation_line *al; in print_summary() local
2202 struct annotation_line *al; in symbol__annotate_fprintf2() local
2270 struct annotation_line *al, *n; in annotated_source__purge() local
2325 struct annotation_line *al = notes->offsets[offset]; in annotation__mark_jump_targets() local
2351 struct annotation_line *al; in annotation__set_offsets() local
2411 struct annotation_line *al; in annotation__calc_lines() local
2507 static double annotation_line__max_percent(struct annotation_line *al, in annotation_line__max_percent()
2558 static void __annotation_line__write(struct annotation_line *al, struct annotation *notes, in __annotation_line__write()
2715 void annotation_line__write(struct annotation_line *al, struct annotation *notes, in annotation_line__write()