]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf annotate: Specify llvm features="+all" for aarch64
authorPeter Collingbourne <pcc@google.com>
Tue, 3 Mar 2026 23:00:54 +0000 (15:00 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 5 Mar 2026 02:05:18 +0000 (18:05 -0800)
commitb1718b0367ba31e8db273e3896ebd1707bcbe59e
treed2e579a32704677a5e59d918378436a6b3d75055
parent6910944bf0b92fea63d5a7aeed69e4b9c14fd01b
perf annotate: Specify llvm features="+all" for aarch64

This is consistent with what llvm-objdump does (see [1]) and allows
the LLVM disassembler to disassemble instructions not in the base
instruction set.

[1] https://reviews.llvm.org/D127741

Link: https://linux-review.googlesource.com/id/I52e4fef18d2e12b45f875231fa9d3efff2538fd4
Signed-off-by: Peter Collingbourne <pcc@google.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/llvm.c