Searched refs:annotation_line (Results 1 – 4 of 4) sorted by relevance
| /tools/perf/ui/browsers/ |
| A D | annotate.c | 42 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() 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() 352 struct annotation_line *al; in annotate_browser__find_new_asm_line() 390 struct annotation_line *al; in annotation__has_source() 415 struct annotation_line *al; in annotate_browser__toggle_source() 635 struct annotation_line *al; in __annotate_browser__search() [all …]
|
| /tools/perf/util/ |
| A D | annotate.h | 112 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); 202 void annotation_line__write(struct annotation_line *al, struct annotation *notes, 310 struct annotation_line *annotated_source__get_line(struct annotated_source *src, 372 static inline bool annotation_line__filter(struct annotation_line *al) in annotation_line__filter()
|
| A D | annotate.c | 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() 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() 1498 struct annotation_line *al; in annotation__mark_jump_targets() [all …]
|
| A D | disasm.c | 1005 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()
|
Completed in 19 milliseconds