Searched refs:dso__debuginfo (Results 1 – 4 of 4) sorted by relevance
1118 browser->dbg = dso__debuginfo(map__dso(ms->map)); in annotate_browser__run()1221 browser.dbg = dso__debuginfo(dso); in __hist_entry__tui_annotate()
938 struct debuginfo *dso__debuginfo(struct dso *dso);
1268 apd.dbg = dso__debuginfo(dso); in hist_entry__annotate_printf()1373 apd->dbg = dso__debuginfo(map__dso(apd->he->ms.map)); in symbol__annotate_fprintf2()2927 di_cache.dbg = dso__debuginfo(di_cache.dso); in hist_entry__get_data_type()
1988 struct debuginfo *dso__debuginfo(struct dso *dso) in dso__debuginfo() function