]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - tools/perf/builtin-buildid-list.c
perf session: Free the ref_reloc_sym memory at the right place
[mv-sheeva.git] / tools / perf / builtin-buildid-list.c
index 99890728409eba3bc390d2060a58d140f543c488..44a47e13bd673eb362f956b80bd02adbec367d45 100644 (file)
@@ -43,10 +43,8 @@ static int __cmd_buildid_list(void)
        if (session == NULL)
                return -1;
 
-       if (with_hits) {
-               symbol_conf.full_paths = true;
+       if (with_hits)
                perf_session__process_events(session, &build_id__mark_dso_hit_ops);
-       }
 
        perf_session__fprintf_dsos_buildid(session, stdout, with_hits);