]> www.infradead.org Git - nvme.git/commit
perf dso: Fix address sanitizer build
authorIan Rogers <irogers@google.com>
Thu, 4 Jul 2024 01:17:45 +0000 (18:17 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 12 Jul 2024 16:38:41 +0000 (09:38 -0700)
commit1553419c3c10cf386496e68b90b5d0ce966ac614
treee8747f117a878c4d92ef2bd67112f051520549a2
parent14b0fffa25ce4a9ef5d4448b20b80217b2caa0e8
perf dso: Fix address sanitizer build

Various files had been missed from having accessor functions added for
the sake of dso reference count checking. Add the function calls and
missing dso accessor functions.

Fixes: ee756ef7491e ("perf dso: Add reference count checking and accessor functions")
Signed-off-by: Ian Rogers <irogers@google.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: Yunseong Kim <yskelg@gmail.com>
Cc: Will Deacon <will@kernel.org>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Leo Yan <leo.yan@linux.dev>
Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Cc: John Garry <john.g.garry@oracle.com>
Link: https://lore.kernel.org/r/20240704011745.1021288-1-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/arch/powerpc/util/skip-callchain-idx.c
tools/perf/ui/gtk/annotate.c
tools/perf/util/cs-etm.c
tools/perf/util/disasm.c
tools/perf/util/dso.h
tools/perf/util/srcline.c
tools/perf/util/symbol.c
tools/perf/util/unwind-libdw.c
tools/perf/util/unwind-libunwind-local.c