annotation_line    33 tools/perf/ui/browsers/annotate.c 	struct annotation_line	   *selection;
annotation_line    49 tools/perf/ui/browsers/annotate.c 	struct annotation_line *al = list_entry(entry, struct annotation_line, node);
annotation_line   100 tools/perf/ui/browsers/annotate.c 	struct annotation_line *al = list_entry(entry, struct annotation_line, node);
annotation_line   151 tools/perf/ui/browsers/annotate.c 	struct annotation_line *target;
annotation_line   230 tools/perf/ui/browsers/annotate.c static double disasm__cmp(struct annotation_line *a, struct annotation_line *b,
annotation_line   245 tools/perf/ui/browsers/annotate.c 				struct annotation_line *al)
annotation_line   250 tools/perf/ui/browsers/annotate.c 	struct annotation_line *l;
annotation_line   254 tools/perf/ui/browsers/annotate.c 		l = rb_entry(parent, struct annotation_line, rb_node);
annotation_line   266 tools/perf/ui/browsers/annotate.c 				      struct annotation_line *pos, u32 idx)
annotation_line   276 tools/perf/ui/browsers/annotate.c 		pos = list_entry(pos->node.prev, struct annotation_line, node);
annotation_line   293 tools/perf/ui/browsers/annotate.c 	struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node);
annotation_line   349 tools/perf/ui/browsers/annotate.c 	struct annotation_line *al;
annotation_line   353 tools/perf/ui/browsers/annotate.c 	al = list_entry(browser->b.top, struct annotation_line, node);
annotation_line   487 tools/perf/ui/browsers/annotate.c struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser,
annotation_line   491 tools/perf/ui/browsers/annotate.c 	struct annotation_line *al = browser->selection;
annotation_line   509 tools/perf/ui/browsers/annotate.c 	struct annotation_line *al;
annotation_line   524 tools/perf/ui/browsers/annotate.c struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser,
annotation_line   528 tools/perf/ui/browsers/annotate.c 	struct annotation_line *al = browser->selection;
annotation_line   546 tools/perf/ui/browsers/annotate.c 	struct annotation_line *al;
annotation_line  1038 tools/perf/util/annotate.c 			struct annotation_line *al = notes->offsets[offset];
annotation_line  1072 tools/perf/util/annotate.c 			struct annotation_line *al;
annotation_line  1150 tools/perf/util/annotate.c static void annotation_line__delete(struct annotation_line *al)
annotation_line  1170 tools/perf/util/annotate.c static struct annotation_line *
annotation_line  1173 tools/perf/util/annotate.c 	struct annotation_line *al;
annotation_line  1211 tools/perf/util/annotate.c 	struct annotation_line *al;
annotation_line  1256 tools/perf/util/annotate.c static void annotation_line__add(struct annotation_line *al, struct list_head *head)
annotation_line  1261 tools/perf/util/annotate.c struct annotation_line *
annotation_line  1262 tools/perf/util/annotate.c annotation_line__next(struct annotation_line *pos, struct list_head *head)
annotation_line  1367 tools/perf/util/annotate.c annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start,
annotation_line  1369 tools/perf/util/annotate.c 		       int max_lines, struct annotation_line *queue, int addr_fmt_width,
annotation_line  2039 tools/perf/util/annotate.c 	struct annotation_line *al, *next;
annotation_line  2115 tools/perf/util/annotate.c static void insert_source_line(struct rb_root *root, struct annotation_line *al,
annotation_line  2118 tools/perf/util/annotate.c 	struct annotation_line *iter;
annotation_line  2125 tools/perf/util/annotate.c 		iter = rb_entry(parent, struct annotation_line, rb_node);
annotation_line  2151 tools/perf/util/annotate.c static int cmp_source_line(struct annotation_line *a, struct annotation_line *b)
annotation_line  2164 tools/perf/util/annotate.c static void __resort_source_line(struct rb_root *root, struct annotation_line *al)
annotation_line  2166 tools/perf/util/annotate.c 	struct annotation_line *iter;
annotation_line  2172 tools/perf/util/annotate.c 		iter = rb_entry(parent, struct annotation_line, rb_node);
annotation_line  2186 tools/perf/util/annotate.c 	struct annotation_line *al;
annotation_line  2193 tools/perf/util/annotate.c 		al = rb_entry(node, struct annotation_line, rb_node);
annotation_line  2204 tools/perf/util/annotate.c 	struct annotation_line *al;
annotation_line  2222 tools/perf/util/annotate.c 		al = rb_entry(node, struct annotation_line, rb_node);
annotation_line  2256 tools/perf/util/annotate.c 	struct annotation_line *line;
annotation_line  2276 tools/perf/util/annotate.c 	struct annotation_line *pos, *queue = NULL;
annotation_line  2418 tools/perf/util/annotate.c 	struct annotation_line *al;
annotation_line  2486 tools/perf/util/annotate.c 	struct annotation_line *al, *n;
annotation_line  2541 tools/perf/util/annotate.c 		struct annotation_line *al = notes->offsets[offset];
annotation_line  2567 tools/perf/util/annotate.c 	struct annotation_line *al;
annotation_line  2605 tools/perf/util/annotate.c 	struct annotation_line *al;
annotation_line  2645 tools/perf/util/annotate.c 	struct annotation_line *al;
annotation_line  2741 tools/perf/util/annotate.c static double annotation_line__max_percent(struct annotation_line *al,
annotation_line  2808 tools/perf/util/annotate.c static void __annotation_line__write(struct annotation_line *al, struct annotation *notes,
annotation_line  2970 tools/perf/util/annotate.c void annotation_line__write(struct annotation_line *al, struct annotation *notes,
annotation_line  2989 tools/perf/util/annotate.c 	notes->offsets = zalloc(size * sizeof(struct annotation_line *));
annotation_line   154 tools/perf/util/annotate.h 	struct annotation_line	 al;
annotation_line   178 tools/perf/util/annotate.h static inline struct disasm_line *disasm_line(struct annotation_line *al)
annotation_line   199 tools/perf/util/annotate.h struct annotation_line *
annotation_line   200 tools/perf/util/annotate.h annotation_line__next(struct annotation_line *pos, struct list_head *head);
annotation_line   213 tools/perf/util/annotate.h void annotation_line__write(struct annotation_line *al, struct annotation *notes,
annotation_line   279 tools/perf/util/annotate.h 	struct annotation_line	**offsets;
annotation_line   311 tools/perf/util/annotate.h static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes)