Lines Matching refs:apd

783 annotation_line__print(struct annotation_line *al, struct annotation_print_data *apd,  in annotation_line__print()  argument
787 struct symbol *sym = apd->he->ms.sym; in annotation_line__print()
827 annotation_line__print(queue, apd, &queue_opts, in annotation_line__print()
853 disasm_line__print(dl, notes->src->start, apd->addr_fmt_width); in annotation_line__print()
855 if (opts->code_with_type && apd->dbg) { in annotation_line__print()
859 data_type = __hist_entry__get_data_type(apd->he, apd->arch, in annotation_line__print()
860 apd->dbg, dl, &offset); in annotation_line__print()
903 printf(" %*s: %-*d %s\n", width, " ", apd->addr_fmt_width, in annotation_line__print()
1230 struct annotation_print_data apd = { in hist_entry__annotate_printf() local
1268 apd.addr_fmt_width = annotated_source__addr_fmt_width(&notes->src->source, in hist_entry__annotate_printf()
1270 thread__get_arch(ms->thread, &apd.arch); in hist_entry__annotate_printf()
1271 apd.dbg = dso__debuginfo(dso); in hist_entry__annotate_printf()
1281 err = annotation_line__print(pos, &apd, opts, printed, queue); in hist_entry__annotate_printf()
1312 debuginfo__delete(apd.dbg); in hist_entry__annotate_printf()
1360 struct annotation_print_data *apd) in symbol__annotate_fprintf2() argument
1375 thread__get_arch(apd->he->ms.thread, &apd->arch); in symbol__annotate_fprintf2()
1376 apd->dbg = dso__debuginfo(map__dso(apd->he->ms.map)); in symbol__annotate_fprintf2()
1382 annotation_line__write(al, notes, &wops, apd); in symbol__annotate_fprintf2()
1388 debuginfo__delete(apd->dbg); in symbol__annotate_fprintf2()
1401 struct annotation_print_data apd = { in map_symbol__annotation_dump() local
1420 symbol__annotate_fprintf2(ms->sym, fp, &apd); in map_symbol__annotation_dump()
1672 struct annotation_print_data apd = { in hist_entry__tty_annotate2() local
1698 symbol__annotate_fprintf2(sym, stdout, &apd); in hist_entry__tty_annotate2()
1962 struct annotation_print_data *apd) in disasm_line__snprint_type_info() argument
1972 if (!annotate_opts.code_with_type || apd->dbg == NULL) in disasm_line__snprint_type_info()
1975 if (apd->type_hash) { in disasm_line__snprint_type_info()
1976 hashmap__find(apd->type_hash, dl->al.offset, &entry); in disasm_line__snprint_type_info()
1984 data_type = __hist_entry__get_data_type(apd->he, apd->arch, apd->dbg, dl, &offset); in disasm_line__snprint_type_info()
1986 if (apd->type_hash && entry == NULL) { in disasm_line__snprint_type_info()
1991 hashmap__add(apd->type_hash, dl->al.offset, entry); in disasm_line__snprint_type_info()
2012 struct annotation_print_data *apd) in annotation_line__write() argument
2199 disasm_line__snprint_type_info(disasm_line(al), bf, sizeof(bf), apd); in annotation_line__write()