perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 11 Jul 2016 15:36:41 +0000 (12:36 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Jul 2016 18:20:32 +0000 (15:20 -0300)
commit7d7d1bf1d1dabe435ef50efb051724b8664749cb
tree25b24227fb2d78e03262785ba893c1fb21306d1c
parentc4b6014e8bb0c8d47fe5c71ebc604f31091e5d3f
perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks

We can't access kernel files directly from tools/, so copy the required
bits, and make sure that we detect when the original files, in the
kernel, gets modified.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-z7e76274ch5j4nugv048qacb@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/arch/x86/include/asm/cpufeatures.h [new file with mode: 0644]
tools/arch/x86/include/asm/disabled-features.h [new file with mode: 0644]
tools/arch/x86/include/asm/required-features.h [new file with mode: 0644]
tools/arch/x86/lib/memcpy_64.S [new file with mode: 0644]
tools/arch/x86/lib/memset_64.S [new file with mode: 0644]
tools/include/asm/alternative-asm.h [new file with mode: 0644]
tools/perf/MANIFEST
tools/perf/Makefile.perf
tools/perf/bench/mem-memcpy-x86-64-asm.S
tools/perf/bench/mem-memset-x86-64-asm.S
tools/perf/util/include/asm/alternative-asm.h [deleted file]