Searched refs:annotation_line (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/ui/browsers/ |
D | annotate.c | 28 struct annotation_line *selection; 44 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter() 95 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write() 155 struct annotation_line *target; in annotate_browser__draw_current_jump() 235 static double disasm__cmp(struct annotation_line *a, struct annotation_line *b, in disasm__cmp() 250 struct annotation_line *al) in disasm_rb_tree__insert() 255 struct annotation_line *l; in disasm_rb_tree__insert() 259 l = rb_entry(parent, struct annotation_line, rb_node); in disasm_rb_tree__insert() 271 struct annotation_line *pos, u32 idx) in annotate_browser__set_top() 281 pos = list_entry(pos->node.prev, struct annotation_line, node); in annotate_browser__set_top() [all …]
|
/linux-6.1.9/tools/perf/util/ |
D | annotate.h | 135 struct annotation_line { struct 159 struct annotation_line al; argument 183 static inline struct disasm_line *disasm_line(struct annotation_line *al) in disasm_line() 204 struct annotation_line * 205 annotation_line__next(struct annotation_line *pos, struct list_head *head); 218 void annotation_line__write(struct annotation_line *al, struct annotation *notes, 285 struct annotation_line **offsets; 319 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter()
|
D | annotate.c | 1060 struct annotation_line *al = notes->offsets[offset]; in annotation__count_and_fill() 1094 struct annotation_line *al; in annotation__compute_ipc() 1172 static void annotation_line__init(struct annotation_line *al, in annotation_line__init() 1183 static void annotation_line__exit(struct annotation_line *al) in annotation_line__exit() 1191 struct annotation_line *al; in disasm_line_size() 1269 static void annotation_line__add(struct annotation_line *al, struct list_head *head) in annotation_line__add() 1274 struct annotation_line * 1275 annotation_line__next(struct annotation_line *pos, struct list_head *head) in annotation_line__next() 1380 annotation_line__print(struct annotation_line *al, struct symbol *sym, u64 start, in annotation_line__print() 1382 int max_lines, struct annotation_line *queue, int addr_fmt_width, in annotation_line__print() [all …]
|