]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
perf tests: Aename open*.c to openat*.c
authorRiku Voipio <riku.voipio@linaro.org>
Fri, 29 May 2015 15:36:11 +0000 (12:36 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 29 May 2015 15:43:41 +0000 (12:43 -0300)
Since the test being tested is now openat rather than open, rename the
files to make it explicit. The patch is separeted from the first to make
it simpler to deal with any potential conflicts in the Makefile

Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1429192375-13706-3-git-send-email-riku.voipio@linaro.org
[ Fixed it up wrt Build files ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/Build
tools/perf/tests/openat-syscall-all-cpus.c [moved from tools/perf/tests/open-syscall-all-cpus.c with 100% similarity]
tools/perf/tests/openat-syscall-tp-fields.c [moved from tools/perf/tests/open-syscall-tp-fields.c with 100% similarity]
tools/perf/tests/openat-syscall.c [moved from tools/perf/tests/open-syscall.c with 100% similarity]

index 67f48e6620e1894118327613e0dd9cdf7ee5e4af..ee41e705b2eba7b726e417a1fdd73a421b7a985b 100644 (file)
@@ -3,9 +3,9 @@ perf-y += parse-events.o
 perf-y += dso-data.o
 perf-y += attr.o
 perf-y += vmlinux-kallsyms.o
-perf-y += open-syscall.o
-perf-y += open-syscall-all-cpus.o
-perf-y += open-syscall-tp-fields.o
+perf-y += openat-syscall.o
+perf-y += openat-syscall-all-cpus.o
+perf-y += openat-syscall-tp-fields.o
 perf-y += mmap-basic.o
 perf-y += perf-record.o
 perf-y += rdpmc.o