Symbol: annotation_line
tools/perf/ui/browsers/annotate.c
118
struct annotation_line *al = list_entry(entry, struct annotation_line, node);
tools/perf/ui/browsers/annotate.c
1241
struct annotation_line *al = annotated_source__get_line(notes->src,
tools/perf/ui/browsers/annotate.c
187
struct annotation_line *target;
tools/perf/ui/browsers/annotate.c
268
static double disasm__cmp(struct annotation_line *a, struct annotation_line *b,
tools/perf/ui/browsers/annotate.c
283
struct annotation_line *al)
tools/perf/ui/browsers/annotate.c
288
struct annotation_line *l;
tools/perf/ui/browsers/annotate.c
292
l = rb_entry(parent, struct annotation_line, rb_node);
tools/perf/ui/browsers/annotate.c
304
struct annotation_line *pos, u32 idx)
tools/perf/ui/browsers/annotate.c
313
pos = list_entry(pos->node.prev, struct annotation_line, node);
tools/perf/ui/browsers/annotate.c
32
struct annotation_line *selection;
tools/perf/ui/browsers/annotate.c
329
struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node);
tools/perf/ui/browsers/annotate.c
382
static struct annotation_line *annotate_browser__find_new_asm_line(
tools/perf/ui/browsers/annotate.c
386
struct annotation_line *al;
tools/perf/ui/browsers/annotate.c
399
static struct annotation_line *annotate_browser__find_next_asm_line(
tools/perf/ui/browsers/annotate.c
401
struct annotation_line *al)
tools/perf/ui/browsers/annotate.c
403
struct annotation_line *it = al;
tools/perf/ui/browsers/annotate.c
424
struct annotation_line *al;
tools/perf/ui/browsers/annotate.c
449
struct annotation_line *al;
tools/perf/ui/browsers/annotate.c
453
al = list_entry(browser->b.top, struct annotation_line, node);
tools/perf/ui/browsers/annotate.c
483
struct annotation_line, node);
tools/perf/ui/browsers/annotate.c
529
struct annotation_line *al = &cursor->al;
tools/perf/ui/browsers/annotate.c
666
struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser,
tools/perf/ui/browsers/annotate.c
67
struct annotation_line *al = list_entry(entry, struct annotation_line, node);
tools/perf/ui/browsers/annotate.c
670
struct annotation_line *al = browser->selection;
tools/perf/ui/browsers/annotate.c
688
struct annotation_line *al;
tools/perf/ui/browsers/annotate.c
703
struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser,
tools/perf/ui/browsers/annotate.c
707
struct annotation_line *al = browser->selection;
tools/perf/ui/browsers/annotate.c
725
struct annotation_line *al;
tools/perf/ui/browsers/annotate.c
857
struct annotation_line *al = NULL;
tools/perf/ui/browsers/annotate.c
860
al = rb_entry(browser->curr_hot, struct annotation_line, rb_node);
tools/perf/ui/browsers/annotate.c
999
struct annotation_line *al = NULL;
tools/perf/util/annotate.c
1062
static void insert_source_line(struct rb_root *root, struct annotation_line *al)
tools/perf/util/annotate.c
1064
struct annotation_line *iter;
tools/perf/util/annotate.c
1072
iter = rb_entry(parent, struct annotation_line, rb_node);
tools/perf/util/annotate.c
1098
static int cmp_source_line(struct annotation_line *a, struct annotation_line *b)
tools/perf/util/annotate.c
1111
static void __resort_source_line(struct rb_root *root, struct annotation_line *al)
tools/perf/util/annotate.c
1113
struct annotation_line *iter;
tools/perf/util/annotate.c
1119
iter = rb_entry(parent, struct annotation_line, rb_node);
tools/perf/util/annotate.c
1133
struct annotation_line *al;
tools/perf/util/annotate.c
1140
al = rb_entry(node, struct annotation_line, rb_node);
tools/perf/util/annotate.c
1151
struct annotation_line *al;
tools/perf/util/annotate.c
1169
al = rb_entry(node, struct annotation_line, rb_node);
tools/perf/util/annotate.c
1207
struct annotation_line *line;
tools/perf/util/annotate.c
1228
struct annotation_line *pos, *queue = NULL;
tools/perf/util/annotate.c
1372
struct annotation_line *al;
tools/perf/util/annotate.c
1441
struct annotation_line *al;
tools/perf/util/annotate.c
1461
struct annotation_line *al, *n;
tools/perf/util/annotate.c
1511
struct annotation_line *al;
tools/perf/util/annotate.c
1519
struct annotation_line *target;
tools/perf/util/annotate.c
1542
struct annotation_line *al;
tools/perf/util/annotate.c
1574
struct annotation_line *al;
tools/perf/util/annotate.c
1628
struct annotation_line *al;
tools/perf/util/annotate.c
1744
static double annotation_line__max_percent(struct annotation_line *al,
tools/perf/util/annotate.c
2010
void annotation_line__write(struct annotation_line *al, struct annotation *notes,
tools/perf/util/annotate.c
431
struct annotation_line *annotated_source__get_line(struct annotated_source *src,
tools/perf/util/annotate.c
434
struct annotation_line *al;
tools/perf/util/annotate.c
445
struct annotation_line *al;
tools/perf/util/annotate.c
478
struct annotation_line *al;
tools/perf/util/annotate.c
531
struct annotation_line *al;
tools/perf/util/annotate.c
570
struct annotation_line *al;
tools/perf/util/annotate.c
656
void annotation_line__add(struct annotation_line *al, struct list_head *head)
tools/perf/util/annotate.c
661
struct annotation_line *
tools/perf/util/annotate.c
662
annotation_line__next(struct annotation_line *pos, struct list_head *head)
tools/perf/util/annotate.c
783
annotation_line__print(struct annotation_line *al, struct annotation_print_data *apd,
tools/perf/util/annotate.c
785
struct annotation_line *queue)
tools/perf/util/annotate.c
950
struct annotation_line *al, *next;
tools/perf/util/annotate.h
140
struct annotation_line al;
tools/perf/util/annotate.h
145
void annotation_line__add(struct annotation_line *al, struct list_head *head);
tools/perf/util/annotate.h
168
static inline struct disasm_line *disasm_line(struct annotation_line *al)
tools/perf/util/annotate.h
188
struct annotation_line *
tools/perf/util/annotate.h
189
annotation_line__next(struct annotation_line *pos, struct list_head *head);
tools/perf/util/annotate.h
213
void annotation_line__write(struct annotation_line *al, struct annotation *notes,
tools/perf/util/annotate.h
322
struct annotation_line *annotated_source__get_line(struct annotated_source *src,
tools/perf/util/annotate.h
384
static inline bool annotation_line__filter(struct annotation_line *al)
tools/perf/util/disasm.c
904
static void annotation_line__init(struct annotation_line *al,
tools/perf/util/disasm.c
915
static void annotation_line__exit(struct annotation_line *al)
tools/perf/util/disasm.c
925
struct annotation_line *al;