Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dannotate.c32 struct annotation_line *selection;
67 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter()
118 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write()
187 struct annotation_line *target; in annotate_browser__draw_current_jump()
268 static double disasm__cmp(struct annotation_line *a, struct annotation_line *b, in disasm__cmp()
283 struct annotation_line *al) in disasm_rb_tree__insert()
288 struct annotation_line *l; in disasm_rb_tree__insert()
292 l = rb_entry(parent, struct annotation_line, rb_node); in disasm_rb_tree__insert()
304 struct annotation_line *pos, u32 idx) in annotate_browser__set_top()
313 pos = list_entry(pos->node.prev, struct annotation_line, node); in annotate_browser__set_top()
[all …]
/linux/tools/perf/util/
H A Dannotate.h112 struct annotation_line { struct
140 struct annotation_line al; argument
145 void annotation_line__add(struct annotation_line *al, struct list_head *head);
168 static inline struct disasm_line *disasm_line(struct annotation_line *al) in disasm_line()
188 struct annotation_line *
189 annotation_line__next(struct annotation_line *pos, struct list_head *head);
213 void annotation_line__write(struct annotation_line *al, struct annotation *notes,
322 struct annotation_line *annotated_source__get_line(struct annotated_source *src,
384 static inline bool annotation_line__filter(struct annotation_line *al) in annotation_line__filter()
H A Dannotate.c428 struct annotation_line *annotated_source__get_line(struct annotated_source *src, in annotated_source__get_line()
431 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()
528 struct annotation_line *al; in annotation__compute_ipc()
567 struct annotation_line *al; in annotation__compute_ipc()
653 void annotation_line__add(struct annotation_line *al, struct list_head *head) in annotation_line__add()
658 struct annotation_line *
659 annotation_line__next(struct annotation_line *pos, struct list_head *head) in annotation_line__next()
780 annotation_line__print(struct annotation_line *al, struct annotation_print_data *apd, in annotation_line__print()
[all …]
H A Ddisasm.c1009 static void annotation_line__init(struct annotation_line *al, in annotation_line__init()
1020 static void annotation_line__exit(struct annotation_line *al) in annotation_line__exit()
1030 struct annotation_line *al; in disasm_line_size()