Lines Matching refs:annotation

851 	struct annotation *notes = symbol__annotation(sym);  in symbol__alloc_hist_cycles()
862 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms()
963 struct annotation *notes = symbol__annotation(sym); in symbol__cycles_hist()
982 struct annotation *notes = symbol__annotation(sym); in symbol__hists()
1074 static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end) in annotation__count_insn()
1086 static void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_his… in annotation__count_and_fill()
1117 void annotation__compute_ipc(struct annotation *notes, size_t size) in annotation__compute_ipc()
1299 void annotation__exit(struct annotation *notes) in annotation__exit()
1312 static size_t annotation__hash(const struct annotation *notes) in annotation__hash()
1317 static struct mutex *annotation__get_mutex(const struct annotation *notes) in annotation__get_mutex()
1328 void annotation__lock(struct annotation *notes) in annotation__lock()
1337 void annotation__unlock(struct annotation *notes) in annotation__unlock()
1346 bool annotation__trylock(struct annotation *notes) in annotation__trylock()
1480 struct annotation *notes = symbol__annotation(sym); in annotation_line__print()
1592 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line()
1660 struct annotation *notes = symbol__annotation(sym); in delete_last_nop()
1819 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf()
1975 struct annotation *notes = symbol__annotation(sym); in symbol__disassemble_bpf_image()
2264 static void annotation__calc_percent(struct annotation *notes, in annotation__calc_percent()
2297 struct annotation *notes = symbol__annotation(sym); in symbol__calc_percent()
2306 struct annotation *notes = symbol__annotation(sym); in symbol__annotate()
2472 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_hits()
2505 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_printf()
2639 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_fprintf2()
2696 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histogram()
2704 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_decay_histogram()
2763 void annotation__mark_jump_targets(struct annotation *notes, struct symbol *sym) in annotation__mark_jump_targets()
2794 void annotation__set_offsets(struct annotation *notes, s64 size) in annotation__set_offsets()
2833 static int annotation__max_ins_name(struct annotation *notes) in annotation__max_ins_name()
2850 void annotation__init_column_widths(struct annotation *notes, struct symbol *sym) in annotation__init_column_widths()
2859 void annotation__update_column_widths(struct annotation *notes) in annotation__update_column_widths()
2874 void annotation__toggle_full_addr(struct annotation *notes, struct map_symbol *ms) in annotation__toggle_full_addr()
2886 static void annotation__calc_lines(struct annotation *notes, struct map *map, in annotation__calc_lines()
2921 struct annotation *notes = symbol__annotation(ms->sym); in symbol__calc_lines()
3002 struct annotation *notes, in annotation_line__max_percent()
3021 static void disasm_line__write(struct disasm_line *dl, struct annotation *notes, in disasm_line__write()
3052 static void ipc_coverage_string(char *bf, int size, struct annotation *notes) in ipc_coverage_string()
3068 static void __annotation_line__write(struct annotation_line *al, struct annotation *notes, in __annotation_line__write()
3230 void annotation_line__write(struct annotation_line *al, struct annotation *notes, in annotation_line__write()
3246 struct annotation *notes = symbol__annotation(sym); in symbol__annotate2()