Searched refs:x86 (Results 1 – 25 of 59) sorted by relevance
123
/tools/perf/arch/x86/tests/ |
D | gen-insn-x86-dat.sh | 20 gcc -g -c insn-x86-dat-src.c 22 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-64.c 24 rm -f insn-x86-dat-src.o 28 gcc -g -c -m32 insn-x86-dat-src.c 30 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-32.c 32 rm -f insn-x86-dat-src.o
|
D | Build | 7 perf-$(CONFIG_AUXTRACE) += insn-x86.o intel-pt-pkt-decoder-test.o
|
/tools/objtool/arch/x86/ |
D | Build | 4 inat_tables_script = ../arch/x86/tools/gen-insn-attr-x86.awk 5 inat_tables_maps = ../arch/x86/lib/x86-opcode-map.txt 7 $(OUTPUT)arch/x86/lib/inat-tables.c: $(inat_tables_script) $(inat_tables_maps) 11 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c 13 CFLAGS_decode.o += -I$(OUTPUT)arch/x86/lib
|
/tools/testing/selftests/kexec/ |
D | Makefile | 5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 7 ifeq ($(ARCH),x86)
|
/tools/testing/selftests/breakpoints/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 8 ifeq ($(ARCH),x86)
|
/tools/testing/selftests/intel_pstate/ |
D | Makefile | 6 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 8 ifeq (x86,$(ARCH_PROCESSED))
|
D | run.sh | 36 if ! uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ | grep -q x86; then
|
/tools/scripts/ |
D | Makefile.arch | 2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ 17 SRCARCH := x86 20 SRCARCH := x86
|
/tools/testing/selftests/prctl/ |
D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 6 ifeq ($(ARCH),x86)
|
/tools/perf/arch/x86/ |
D | Makefile | 13 generated := $(OUTPUT)arch/x86/include/generated 16 sys := $(srctree)/tools/perf/arch/x86/entry/syscalls 26 $(call QUIET_CLEAN, x86) $(RM) -r $(header) $(generated)
|
/tools/perf/ |
D | check-headers.sh | 145 check arch/x86/lib/memcpy_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU… 146 check arch/x86/lib/memset_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU… 147 check arch/x86/include/asm/amd-ibs.h '-I "^#include [<\"]\(asm/\)*msr-index.h"' 155 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
|
/tools/perf/Documentation/ |
D | android.txt | 17 For x86: 18 export NDK_TOOLCHAIN=${NDK}/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android- 19 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-x86 38 For x86: 39 ./build/tools/build-ndk-sysroot.sh --abi=x86 40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86 45 For x86: 53 For x86: 54 make WERROR=0 ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} EXTRA_CFLAGS="-pie --sysroot=${NDK_SYSROOT}"
|
D | perf-bench.txt | 167 On x86-64, x86-64-unrolled, x86-64-movsq and x86-64-movsb are supported. 191 On x86-64, x86-64-unrolled, x86-64-stosq and x86-64-stosb are supported.
|
D | perf-kvm.txt | 54 of KVM events. Currently, vmexit, mmio (x86 only) and ioport (x86 only) 107 event to be analyzed. Possible values: vmexit, mmio (x86 only), 108 ioport (x86 only). (default: vmexit) 143 mmio (x86 only), ioport (x86 only). 152 Show events other than HLT (x86 only) or Wait state (s390 only)
|
/tools/perf/util/intel-pt-decoder/ |
D | Build | 3 inat_tables_script = $(srctree)/tools/arch/x86/tools/gen-insn-attr-x86.awk 4 inat_tables_maps = $(srctree)/tools/arch/x86/lib/x86-opcode-map.txt
|
/tools/testing/selftests/vm/ |
D | Makefile | 53 CAN_BUILD_I386 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_32bit_program.c -m32) 54 CAN_BUILD_X86_64 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_64bit_program.c) 55 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_program.c -no-pie)
|
/tools/testing/selftests/vDSO/ |
D | Makefile | 5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 10 ifeq ($(ARCH),$(filter $(ARCH),x86 x86_64))
|
/tools/testing/selftests/ipc/ |
D | Makefile | 5 ARCH := x86 9 ARCH := x86
|
/tools/perf/bench/ |
D | Build | 18 perf-$(CONFIG_X86_64) += mem-memcpy-x86-64-asm.o 19 perf-$(CONFIG_X86_64) += mem-memset-x86-64-asm.o
|
/tools/objtool/ |
D | .gitignore | 2 arch/x86/lib/inat-tables.c
|
D | Makefile | 45 ifeq ($(SRCARCH),x86) 68 $(Q)$(RM) $(OUTPUT)arch/x86/inat-tables.c $(OUTPUT)fixdep
|
/tools/testing/selftests/sgx/ |
D | Makefile | 7 CAN_BUILD_X86_64 := $(shell ../x86/check_cc.sh "$(CC)" \ 8 ../x86/trivial_64bit_program.c)
|
D | test_encl.lds | 1 OUTPUT_FORMAT(elf64-x86-64)
|
/tools/perf/trace/beauty/tracepoints/ |
D | x86_irq_vectors.sh | 6 arch_x86_header_dir=tools/arch/x86/include/asm/
|
/tools/testing/kunit/test_data/ |
D | test_read_from_file.kconfig | 3 # User Mode Linux/x86 4.12.0-rc3 Kernel Configuration
|
123