Lines Matching refs:dbg
765 struct debuginfo *dbg, struct disasm_line *dl,
772 struct debuginfo *dbg; member
850 if (opts->code_with_type && apd->dbg) { in annotation_line__print()
855 apd->dbg, dl, &offset); in annotation_line__print()
1272 apd.dbg = debuginfo__new(filename); in hist_entry__annotate_printf()
1313 debuginfo__delete(apd.dbg); in hist_entry__annotate_printf()
2690 struct debuginfo *dbg; member
2698 debuginfo__delete(di_cache.dbg); in debuginfo_cache__delete()
2699 di_cache.dbg = NULL; in debuginfo_cache__delete()
2704 struct debuginfo *dbg, struct disasm_line *dl, in __hist_entry__get_data_type() argument
2740 .di = dbg, in __hist_entry__get_data_type()
2831 debuginfo__delete(di_cache.dbg); in hist_entry__get_data_type()
2832 di_cache.dbg = debuginfo__new(dso__long_name(di_cache.dso)); in hist_entry__get_data_type()
2835 if (di_cache.dbg == NULL) { in hist_entry__get_data_type()
2857 mem_type = __hist_entry__get_data_type(he, arch, di_cache.dbg, dl, in hist_entry__get_data_type()