]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf jitdump: Fix missed dso__put
authorIan Rogers <irogers@google.com>
Sat, 22 Nov 2025 08:19:20 +0000 (00:19 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 3 Dec 2025 19:07:46 +0000 (11:07 -0800)
commit1da7c10b2e36541a9c74bc6cf04992f089fa7e00
tree6a3644396241fdab098243fbce035edb2e31d32f
parent69d247295a51db53294efc14dc7e73b3c57df0f8
perf jitdump: Fix missed dso__put

Reference count checking caught a missing dso__put following a
machine__findnew_dso_id.

Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/jitdump.c