Lines Matching refs:annotation
801 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles()
812 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms()
913 struct annotation *notes = symbol__annotation(sym); in symbol__cycles_hist()
932 struct annotation *notes = symbol__annotation(sym); in symbol__hists()
1024 static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end) in annotation__count_insn()
1036 static void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_his… in annotation__count_and_fill()
1067 void annotation__compute_ipc(struct annotation *notes, size_t size) in annotation__compute_ipc()
1371 struct annotation *notes = symbol__annotation(sym); in annotation_line__print()
1484 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
1550 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
1691 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf()
1841 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf_image()
2125 static void annotation__calc_percent(struct annotation *notes, in annotation__calc_percent()
2158 struct annotation *notes = symbol__annotation(sym); in symbol__calc_percent()
2167 struct annotation *notes = symbol__annotation(sym); in symbol__annotate()
2328 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_hits()
2361 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_printf()
2495 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_fprintf2()
2552 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histogram()
2560 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_decay_histogram()
2619 void annotation__mark_jump_targets(struct annotation *notes, struct symbol *sym) in annotation__mark_jump_targets()
2650 void annotation__set_offsets(struct annotation *notes, s64 size) in annotation__set_offsets()
2689 static int annotation__max_ins_name(struct annotation *notes) in annotation__max_ins_name()
2706 void annotation__init_column_widths(struct annotation *notes, struct symbol *sym) in annotation__init_column_widths()
2715 void annotation__update_column_widths(struct annotation *notes) in annotation__update_column_widths()
2728 static void annotation__calc_lines(struct annotation *notes, struct map *map, in annotation__calc_lines()
2763 struct annotation *notes = symbol__annotation(ms->sym); in symbol__calc_lines()
2828 struct annotation *notes, in annotation_line__max_percent()
2847 static void disasm_line__write(struct disasm_line *dl, struct annotation *notes, in disasm_line__write()
2878 static void ipc_coverage_string(char *bf, int size, struct annotation *notes) in ipc_coverage_string()
2894 static void __annotation_line__write(struct annotation_line *al, struct annotation *notes, in __annotation_line__write()
3056 void annotation_line__write(struct annotation_line *al, struct annotation *notes, in annotation_line__write()
3072 struct annotation *notes = symbol__annotation(sym); in symbol__annotate2()