summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/benchmarks/.gitignore
diff options
context:
space:
mode:
authorAnton Blanchard <anton@au.ibm.com>2016-09-27 22:10:16 +0800
committerMichael Ellerman <mpe@ellerman.id.au>2016-11-14 11:11:51 +1100
commitd8db9bc55a316d97d0acdf6ccc9f43b370acd358 (patch)
tree57ad3022f81f395863859563c1e77d9a99efca55 /tools/testing/selftests/powerpc/benchmarks/.gitignore
parenta25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6 (diff)
selftests/powerpc: Add Anton's null_syscall benchmark to the selftests
Pull in a version of Anton's null_syscall benchmark: http://ozlabs.org/~anton/junkcode/null_syscall.c Suggested-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Anton Blanchard <anton@au.ibm.com> Signed-off-by: Rui Teng <rui.teng@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/benchmarks/.gitignore')
-rw-r--r--tools/testing/selftests/powerpc/benchmarks/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/benchmarks/.gitignore b/tools/testing/selftests/powerpc/benchmarks/.gitignore
index bce49ebd869e..04dc1e6ef2ce 100644
--- a/tools/testing/selftests/powerpc/benchmarks/.gitignore
+++ b/tools/testing/selftests/powerpc/benchmarks/.gitignore
@@ -1,4 +1,5 @@
gettimeofday
context_switch
mmap_bench
-futex_bench \ No newline at end of file
+futex_bench
+null_syscall