Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.c2782 } di_cache; variable
2786 dso__put(di_cache.dso); in debuginfo_cache__delete()
2787 di_cache.dso = NULL; in debuginfo_cache__delete()
2789 debuginfo__delete(di_cache.dbg); in debuginfo_cache__delete()
2790 di_cache.dbg = NULL; in debuginfo_cache__delete()
2924 if (map__dso(ms->map) != di_cache.dso) { in hist_entry__get_data_type()
2925 dso__put(di_cache.dso); in hist_entry__get_data_type()
2926 di_cache.dso = dso__get(map__dso(ms->map)); in hist_entry__get_data_type()
2928 debuginfo__delete(di_cache.dbg); in hist_entry__get_data_type()
2929 di_cache.dbg = dso__debuginfo(di_cache.dso); in hist_entry__get_data_type()
[all …]