]> git.baikalelectronics.ru Git - kernel.git/commit
tools: Copy the header files needed by perf tools
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Jul 2016 13:57:25 +0000 (10:57 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Jul 2016 18:20:36 +0000 (15:20 -0300)
commit87fe18a00798b1e63c35809aaff37fc0ff741b17
tree187cd37d8805e3f6b0a6c66ea1f51dc91cbac520
parentf2ee4db0320a63657fca357167f684afd345e5a9
tools: Copy the header files needed by perf tools

Those kernel files were being directly accessed, which we're not
allowing anymore to avoid that changes in the kernel side break tooling.

Warn if these copies drift from the original files.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Yarygin <yarygin@linux.vnet.ibm.com>
Cc: Christoffer Dall <christoffer.dall@linaro.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Eric Auger <eric.auger@linaro.org>
Cc: Hemant Kumar <hemant@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Cc: Wang Nan <wangnan0@huawei.com>
Cc: Yunlong Song <yunlong.song@huawei.com>
Link: http://lkml.kernel.org/n/tip-mnopguymhnwzjhw3mowllvsy@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
13 files changed:
tools/arch/arm/include/uapi/asm/kvm.h [new file with mode: 0644]
tools/arch/arm64/include/uapi/asm/kvm.h [new file with mode: 0644]
tools/arch/mips/include/uapi/asm/kvm.h [new file with mode: 0644]
tools/arch/powerpc/include/uapi/asm/kvm.h [new file with mode: 0644]
tools/arch/s390/include/uapi/asm/kvm.h [new file with mode: 0644]
tools/arch/s390/include/uapi/asm/kvm_perf.h [new file with mode: 0644]
tools/arch/s390/include/uapi/asm/sie.h [new file with mode: 0644]
tools/arch/x86/include/uapi/asm/kvm.h [new file with mode: 0644]
tools/arch/x86/include/uapi/asm/kvm_perf.h [new file with mode: 0644]
tools/arch/x86/include/uapi/asm/svm.h [new file with mode: 0644]
tools/arch/x86/include/uapi/asm/vmx.h [new file with mode: 0644]
tools/perf/MANIFEST
tools/perf/Makefile.perf