]> git.ipfire.org Git - thirdparty/linux.git/commit
perf build: Remove NO_AUXTRACE build option
authorIan Rogers <irogers@google.com>
Mon, 10 Nov 2025 01:31:51 +0000 (17:31 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 14 Nov 2025 07:03:11 +0000 (23:03 -0800)
commit754187ad73b73bcb44f106a8e5fc88789beff1bd
tree9c3e6697f64a5f9271ab556721e7682c57518cac
parentc819bfdc4a762ba8a3035815c910c2d5443b616b
perf build: Remove NO_AUXTRACE build option

The NO_AUXTRACE build option was used when the __get_cpuid feature
test failed or if it was provided on the command line. The option no
longer avoids a dependency on a library and so having the option is
just adding complexity to the code base. Remove the option
CONFIG_AUXTRACE from Build files and HAVE_AUXTRACE_SUPPORT by assuming
it is always defined.

Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
24 files changed:
tools/perf/Documentation/perf-check.txt
tools/perf/Makefile.config
tools/perf/Makefile.perf
tools/perf/arch/arm/util/Build
tools/perf/arch/arm/util/pmu.c
tools/perf/arch/arm64/util/Build
tools/perf/arch/powerpc/util/Build
tools/perf/arch/s390/util/Build
tools/perf/arch/x86/tests/Build
tools/perf/arch/x86/tests/arch-tests.c
tools/perf/arch/x86/util/Build
tools/perf/arch/x86/util/pmu.c
tools/perf/builtin-check.c
tools/perf/builtin-inject.c
tools/perf/builtin-record.c
tools/perf/builtin-script.c
tools/perf/tests/make
tools/perf/util/Build
tools/perf/util/arm-spe-decoder/Build
tools/perf/util/auxtrace.h
tools/perf/util/cs-etm-decoder/Build
tools/perf/util/hisi-ptt-decoder/Build
tools/perf/util/intel-pt-decoder/Build
tools/perf/util/synthetic-events.h