Searched refs:annotation_line (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/perf/ui/browsers/ |
A D | annotate.c | 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() 298 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node); in annotate_browser__set_rb_top() 353 struct annotation_line *al) in annotate_browser__find_next_asm_line() 377 struct annotation_line *al; in annotate_browser__toggle_source() 560 struct annotation_line *al; in __annotate_browser__search() [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A 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()
|
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 * 2253 struct annotation_line *iter; in insert_source_line() 2286 static int cmp_source_line(struct annotation_line *a, struct annotation_line *b) in cmp_source_line() 2321 struct annotation_line *al; in resort_source_line() 2339 struct annotation_line *al; in print_summary() 2554 struct annotation_line *al; in symbol__annotate_fprintf2() 2701 struct annotation_line *al; in annotation__set_offsets() 2741 struct annotation_line *al; in annotation__max_ins_name() [all …]
|
Completed in 20 milliseconds