diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/perf/MANIFEST | 10 | ||||
| -rw-r--r-- | tools/perf/Makefile | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index 80db3f4bcf7a..39d41068484f 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST | |||
| @@ -11,11 +11,21 @@ lib/rbtree.c | |||
| 11 | include/linux/swab.h | 11 | include/linux/swab.h |
| 12 | arch/*/include/asm/unistd*.h | 12 | arch/*/include/asm/unistd*.h |
| 13 | arch/*/include/asm/perf_regs.h | 13 | arch/*/include/asm/perf_regs.h |
| 14 | arch/*/include/uapi/asm/unistd*.h | ||
| 15 | arch/*/include/uapi/asm/perf_regs.h | ||
| 14 | arch/*/lib/memcpy*.S | 16 | arch/*/lib/memcpy*.S |
| 15 | arch/*/lib/memset*.S | 17 | arch/*/lib/memset*.S |
| 16 | include/linux/poison.h | 18 | include/linux/poison.h |
| 17 | include/linux/magic.h | 19 | include/linux/magic.h |
| 18 | include/linux/hw_breakpoint.h | 20 | include/linux/hw_breakpoint.h |
| 21 | include/linux/rbtree_augmented.h | ||
| 22 | include/uapi/linux/perf_event.h | ||
| 23 | include/uapi/linux/const.h | ||
| 24 | include/uapi/linux/swab.h | ||
| 25 | include/uapi/linux/hw_breakpoint.h | ||
| 19 | arch/x86/include/asm/svm.h | 26 | arch/x86/include/asm/svm.h |
| 20 | arch/x86/include/asm/vmx.h | 27 | arch/x86/include/asm/vmx.h |
| 21 | arch/x86/include/asm/kvm_host.h | 28 | arch/x86/include/asm/kvm_host.h |
| 29 | arch/x86/include/uapi/asm/svm.h | ||
| 30 | arch/x86/include/uapi/asm/vmx.h | ||
| 31 | arch/x86/include/uapi/asm/kvm.h | ||
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 891bc77bdb2c..8ab05e543ef4 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
| @@ -58,7 +58,7 @@ ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ | |||
| 58 | -e s/arm.*/arm/ -e s/sa110/arm/ \ | 58 | -e s/arm.*/arm/ -e s/sa110/arm/ \ |
| 59 | -e s/s390x/s390/ -e s/parisc64/parisc/ \ | 59 | -e s/s390x/s390/ -e s/parisc64/parisc/ \ |
| 60 | -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \ | 60 | -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \ |
| 61 | -e s/sh[234].*/sh/ ) | 61 | -e s/sh[234].*/sh/ -e s/aarch64.*/arm64/ ) |
| 62 | NO_PERF_REGS := 1 | 62 | NO_PERF_REGS := 1 |
| 63 | 63 | ||
| 64 | CC = $(CROSS_COMPILE)gcc | 64 | CC = $(CROSS_COMPILE)gcc |
