Symbol: annotation_line
tools/perf/ui/browsers/annotate.c
1002
struct annotation_line *al = NULL;
tools/perf/ui/browsers/annotate.c
118
struct annotation_line *al = list_entry(entry, struct annotation_line, node);
tools/perf/ui/browsers/annotate.c
1244
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
456
al = list_entry(browser->b.top, struct annotation_line, node);
tools/perf/ui/browsers/annotate.c
486
struct annotation_line, node);
tools/perf/ui/browsers/annotate.c
532
struct annotation_line *al = &cursor->al;
tools/perf/ui/browsers/annotate.c
669
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
673
struct annotation_line *al = browser->selection;
tools/perf/ui/browsers/annotate.c
691
struct annotation_line *al;
tools/perf/ui/browsers/annotate.c
706
struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser,
tools/perf/ui/browsers/annotate.c
710
struct annotation_line *al = browser->selection;
tools/perf/ui/browsers/annotate.c
728
struct annotation_line *al;
tools/perf/ui/browsers/annotate.c
860
struct annotation_line *al = NULL;
tools/perf/ui/browsers/annotate.c
863
al = rb_entry(browser->curr_hot, struct annotation_line, rb_node);
tools/perf/util/annotate.c
1061
static void insert_source_line(struct rb_root *root, struct annotation_line *al)
tools/perf/util/annotate.c
1063
struct annotation_line *iter;
tools/perf/util/annotate.c
1071
iter = rb_entry(parent, struct annotation_line, rb_node);
tools/perf/util/annotate.c
1097
static int cmp_source_line(struct annotation_line *a, struct annotation_line *b)
tools/perf/util/annotate.c
1110
static void __resort_source_line(struct rb_root *root, struct annotation_line *al)
tools/perf/util/annotate.c
1112
struct annotation_line *iter;
tools/perf/util/annotate.c
1118
iter = rb_entry(parent, struct annotation_line, rb_node);
tools/perf/util/annotate.c
1132
struct annotation_line *al;
tools/perf/util/annotate.c
1139
al = rb_entry(node, struct annotation_line, rb_node);
tools/perf/util/annotate.c
1150
struct annotation_line *al;
tools/perf/util/annotate.c
1168
al = rb_entry(node, struct annotation_line, rb_node);
tools/perf/util/annotate.c
1206
struct annotation_line *line;
tools/perf/util/annotate.c
1227
struct annotation_line *pos, *queue = NULL;
tools/perf/util/annotate.c
1371
struct annotation_line *al;
tools/perf/util/annotate.c
1440
struct annotation_line *al;
tools/perf/util/annotate.c
1460
struct annotation_line *al, *n;
tools/perf/util/annotate.c
1510
struct annotation_line *al;
tools/perf/util/annotate.c
1518
struct annotation_line *target;
tools/perf/util/annotate.c
1541
struct annotation_line *al;
tools/perf/util/annotate.c
1573
struct annotation_line *al;
tools/perf/util/annotate.c
1627
struct annotation_line *al;
tools/perf/util/annotate.c
1743
static double annotation_line__max_percent(struct annotation_line *al,
tools/perf/util/annotate.c
2009
void annotation_line__write(struct annotation_line *al, struct annotation *notes,
tools/perf/util/annotate.c
432
struct annotation_line *annotated_source__get_line(struct annotated_source *src,
tools/perf/util/annotate.c
435
struct annotation_line *al;
tools/perf/util/annotate.c
446
struct annotation_line *al;
tools/perf/util/annotate.c
479
struct annotation_line *al;
tools/perf/util/annotate.c
532
struct annotation_line *al;
tools/perf/util/annotate.c
571
struct annotation_line *al;
tools/perf/util/annotate.c
655
void annotation_line__add(struct annotation_line *al, struct list_head *head)
tools/perf/util/annotate.c
660
struct annotation_line *
tools/perf/util/annotate.c
661
annotation_line__next(struct annotation_line *pos, struct list_head *head)
tools/perf/util/annotate.c
782
annotation_line__print(struct annotation_line *al, struct annotation_print_data *apd,
tools/perf/util/annotate.c
784
struct annotation_line *queue)
tools/perf/util/annotate.c
949
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
905
static void annotation_line__init(struct annotation_line *al,
tools/perf/util/disasm.c
916
static void annotation_line__exit(struct annotation_line *al)
tools/perf/util/disasm.c
927
struct annotation_line *al;