Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/browsers/
Dannotate.c31 struct annotation_line *selection;
47 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter()
98 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write()
148 struct annotation_line *target; in annotate_browser__draw_current_jump()
227 static int disasm__cmp(struct annotation_line *a, struct annotation_line *b) in disasm__cmp()
239 static void disasm_rb_tree__insert(struct rb_root *root, struct annotation_line *al) in disasm_rb_tree__insert()
243 struct annotation_line *l; in disasm_rb_tree__insert()
247 l = rb_entry(parent, struct annotation_line, rb_node); in disasm_rb_tree__insert()
259 struct annotation_line *pos, u32 idx) in annotate_browser__set_top()
269 pos = list_entry(pos->node.prev, struct annotation_line, node); in annotate_browser__set_top()
[all …]
/Linux-v4.19/tools/perf/util/
Dannotate.h121 struct annotation_line { struct
145 struct annotation_line al; argument
169 static inline struct disasm_line *disasm_line(struct annotation_line *al) in disasm_line()
190 struct annotation_line *
191 annotation_line__next(struct annotation_line *pos, struct list_head *head);
204 void annotation_line__write(struct annotation_line *al, struct annotation *notes,
266 struct annotation_line **offsets;
297 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter()
Dannotate.c1006 struct annotation_line *al = notes->offsets[offset]; in annotation__count_and_fill()
1027 struct annotation_line *al; in annotation__compute_ipc()
1107 static void annotation_line__delete(struct annotation_line *al) in annotation_line__delete()
1127 static struct annotation_line *
1130 struct annotation_line *al; in annotation_line__new()
1168 struct annotation_line *al; in disasm_line__new()
1214 static void annotation_line__add(struct annotation_line *al, struct list_head *head) in annotation_line__add()
1219 struct annotation_line *
1220 annotation_line__next(struct annotation_line *pos, struct list_head *head) in annotation_line__next()
1325 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, in annotation_line__print()
[all …]