mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 07:47:50 +00:00
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>
7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
perf-util-y += perf_regs.o
|
|
|
|
perf-util-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o
|
|
perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
|
|
|
perf-util-y += pmu.o auxtrace.o cs-etm.o
|