Searched refs:di_cache (Results 1 – 1 of 1) sorted by relevance
2565 } di_cache; variable2569 dso__put(di_cache.dso); in debuginfo_cache__delete()2570 di_cache.dso = NULL; in debuginfo_cache__delete()2572 debuginfo__delete(di_cache.dbg); in debuginfo_cache__delete()2573 di_cache.dbg = NULL; in debuginfo_cache__delete()2618 if (map__dso(ms->map) != di_cache.dso) { in hist_entry__get_data_type()2619 dso__put(di_cache.dso); in hist_entry__get_data_type()2620 di_cache.dso = dso__get(map__dso(ms->map)); in hist_entry__get_data_type()2622 debuginfo__delete(di_cache.dbg); in hist_entry__get_data_type()2623 di_cache.dbg = debuginfo__new(dso__long_name(di_cache.dso)); in hist_entry__get_data_type()[all …]