Home
last modified time | relevance | path

Searched refs:annotation_line (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/ui/browsers/
H A Dannotate.c42 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter()
93 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write()
153 struct annotation_line *target; in annotate_browser__draw_current_jump()
234 static double disasm__cmp(struct annotation_line *a, struct annotation_line *b, in disasm__cmp()
249 struct annotation_line *al) in disasm_rb_tree__insert()
254 struct annotation_line *l; in disasm_rb_tree__insert()
295 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node); in annotate_browser__set_rb_top()
350 struct annotation_line *al) in annotate_browser__find_next_asm_line()
374 struct annotation_line *al; in annotate_browser__toggle_source()
558 struct annotation_line *al; in __annotate_browser__search()
[all …]
/linux-6.15/tools/perf/util/
H A Dannotate.h111 struct annotation_line { struct
139 struct annotation_line al; argument
144 void annotation_line__add(struct annotation_line *al, struct list_head *head);
167 static inline struct disasm_line *disasm_line(struct annotation_line *al) in disasm_line()
187 struct annotation_line *
188 annotation_line__next(struct annotation_line *pos, struct list_head *head);
201 void annotation_line__write(struct annotation_line *al, struct annotation *notes,
308 struct annotation_line *annotated_source__get_line(struct annotated_source *src,
370 static inline bool annotation_line__filter(struct annotation_line *al) in annotation_line__filter()
H A Dannotate.c431 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()
658 struct annotation_line *
1098 static int cmp_source_line(struct annotation_line *a, struct annotation_line *b) in cmp_source_line()
1133 struct annotation_line *al; in resort_source_line()
1151 struct annotation_line *al; in print_summary()
1372 struct annotation_line *al; in symbol__annotate_fprintf2()
1428 struct annotation_line *al; in symbol__annotate_decay_histogram()
1497 struct annotation_line *al; in annotation__mark_jump_targets()
[all …]
H A Ddisasm.c1005 static void annotation_line__init(struct annotation_line *al, in annotation_line__init()
1016 static void annotation_line__exit(struct annotation_line *al) in annotation_line__exit()
1026 struct annotation_line *al; in disasm_line_size()