From: Riku Voipio Date: Fri, 29 May 2015 15:36:11 +0000 (-0300) Subject: perf tests: Aename open*.c to openat*.c X-Git-Tag: omap-for-v4.2/fixes-rc1^2~181^2~17^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbb2df231e11d8086dc51df73376b16407463de1;p=pandora-kernel.git perf tests: Aename open*.c to openat*.c 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 Reviewed-by: Ingo Molnar Cc: Peter Zijlstra 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 --- diff --git a/tools/perf/tests/Build b/tools/perf/tests/Build index 67f48e6620e1..ee41e705b2eb 100644 --- a/tools/perf/tests/Build +++ b/tools/perf/tests/Build @@ -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 diff --git a/tools/perf/tests/open-syscall-all-cpus.c b/tools/perf/tests/openat-syscall-all-cpus.c similarity index 100% rename from tools/perf/tests/open-syscall-all-cpus.c rename to tools/perf/tests/openat-syscall-all-cpus.c diff --git a/tools/perf/tests/open-syscall-tp-fields.c b/tools/perf/tests/openat-syscall-tp-fields.c similarity index 100% rename from tools/perf/tests/open-syscall-tp-fields.c rename to tools/perf/tests/openat-syscall-tp-fields.c diff --git a/tools/perf/tests/open-syscall.c b/tools/perf/tests/openat-syscall.c similarity index 100% rename from tools/perf/tests/open-syscall.c rename to tools/perf/tests/openat-syscall.c