Home
last modified time | relevance | path

Searched refs:dso__debuginfo (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/ui/browsers/
H A Dannotate.c1118 browser->dbg = dso__debuginfo(map__dso(ms->map)); in annotate_browser__run()
1221 browser.dbg = dso__debuginfo(dso); in __hist_entry__tui_annotate()
/linux/tools/perf/util/
H A Ddso.h938 struct debuginfo *dso__debuginfo(struct dso *dso);
H A Dannotate.c1268 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()
H A Ddso.c1988 struct debuginfo *dso__debuginfo(struct dso *dso) in dso__debuginfo() function