mirror-linux/tools/perf/util/intel-pt-decoder
Ian Rogers 754187ad73 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>
2025-11-13 23:03:11 -08:00
..
Build perf build: Remove NO_AUXTRACE build option 2025-11-13 23:03:11 -08:00
intel-pt-decoder.c perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) 2024-04-26 22:13:10 -03:00
intel-pt-decoder.h
intel-pt-insn-decoder.c x86/insn: Add XOP prefix instructions decoder support 2025-08-18 17:15:02 +02:00
intel-pt-insn-decoder.h perf intel-pt: Add support for new branch instructions ERETS and ERETU 2023-03-20 19:25:40 -03:00
intel-pt-log.c perf intel-pt: Remove first line of log dumped on error 2022-10-04 08:55:21 -03:00
intel-pt-log.h perf intel-pt: Support itrace option flag d+e to log on error 2022-10-04 08:55:21 -03:00
intel-pt-pkt-decoder.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
intel-pt-pkt-decoder.h