Searched refs:annotation_line (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/ui/browsers/ |
A D | annotate.c | 49 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter() 100 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write() 160 struct annotation_line *target; in annotate_browser__draw_current_jump() 240 static double disasm__cmp(struct annotation_line *a, struct annotation_line *b, in disasm__cmp() 255 struct annotation_line *al) in disasm_rb_tree__insert() 260 struct annotation_line *l; in disasm_rb_tree__insert() 303 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node); in annotate_browser__set_rb_top() 358 struct annotation_line *al) in annotate_browser__find_next_asm_line() 382 struct annotation_line *al; in annotate_browser__toggle_source() 565 struct annotation_line *al; in __annotate_browser__search() [all …]
|
/linux/tools/perf/util/ |
A D | annotate.h | 134 struct annotation_line { struct 158 struct annotation_line al; argument 182 static inline struct disasm_line *disasm_line(struct annotation_line *al) in disasm_line() 203 struct annotation_line * 204 annotation_line__next(struct annotation_line *pos, struct list_head *head); 217 void annotation_line__write(struct annotation_line *al, struct annotation *notes, 284 struct annotation_line **offsets; 318 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter()
|
A D | annotate.c | 1094 struct annotation_line *al; in annotation__compute_ipc() 1191 struct annotation_line *al; in disasm_line_size() 1274 struct annotation_line * 2236 struct annotation_line *iter; in insert_source_line() 2269 static int cmp_source_line(struct annotation_line *a, struct annotation_line *b) in cmp_source_line() 2304 struct annotation_line *al; in resort_source_line() 2322 struct annotation_line *al; in print_summary() 2537 struct annotation_line *al; in symbol__annotate_fprintf2() 2684 struct annotation_line *al; in annotation__set_offsets() 2724 struct annotation_line *al; in annotation__max_ins_name() [all …]
|
Completed in 13 milliseconds