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.c2691 } di_cache; variable
2695 dso__put(di_cache.dso); in debuginfo_cache__delete()
2696 di_cache.dso = NULL; in debuginfo_cache__delete()
2698 debuginfo__delete(di_cache.dbg); in debuginfo_cache__delete()
2699 di_cache.dbg = NULL; in debuginfo_cache__delete()
2820 * di_cache holds a pair of values, but code below assumes in hist_entry__get_data_type()
2821 * di_cache.dso can be compared/updated and di_cache.dbg can be in hist_entry__get_data_type()
2827 if (map__dso(ms->map) != di_cache.dso) { in hist_entry__get_data_type()
2828 dso__put(di_cache in hist_entry__get_data_type()
[all...]