]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf dump-insn: Remove dump-insn.c
authorIan Rogers <irogers@google.com>
Sat, 7 Feb 2026 08:24:25 +0000 (00:24 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 13 Mar 2026 21:26:27 +0000 (14:26 -0700)
commit8e6f3103c079d44b51177449cd93af4c18733194
tree626f76270ee379e7383ad9d9ede4dac2fe30c918
parented09766cd0bff29a537c6262a2dfca3643c2f6e6
perf dump-insn: Remove dump-insn.c

dump_insn and arch_is_uncond_branch are declared in
intel-pt-insn-decoder.c which is unconditionally part of all perf
builds. Don't declare weak versions of these symbols that will be unused.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/Build
tools/perf/util/dump-insn.c [deleted file]