linux_dsm_epyc7002/tools/testing/selftests/powerpc/benchmarks
Nicholas Piggin c906d2c74e selftests/powerpc: fix exec benchmark
The exec_target binary could segfault calling _exit(2) because r13
is not set up properly (and libc looks at that when performing a
syscall). Call SYS_exit using syscall(2) which doesn't seem to
have this problem.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-05-14 23:10:33 +10:00
..
.gitignore selftests/powerpc: Add process creation benchmark 2018-03-20 16:47:54 +11:00
context_switch.c selftests/powerpc: context_switch: Fix pthread errors 2017-10-13 19:41:56 +11:00
exec_target.c selftests/powerpc: fix exec benchmark 2018-05-14 23:10:33 +10:00
fork.c selftests/powerpc: Add process creation benchmark 2018-03-20 16:47:54 +11:00
futex_bench.c selftests/powerpc: Import Anton's mmap & futex micro benchmarks 2016-07-05 23:49:50 +10:00
gettimeofday.c powerpc/selftest: Add gettimeofday() benchmark 2015-10-01 16:52:02 +10:00
Makefile selftests/powerpc: Add process creation benchmark 2018-03-20 16:47:54 +11:00
mmap_bench.c selftest/powerpc: Add additional option to mmap_bench test 2018-01-21 23:37:43 +11:00
null_syscall.c selftests/powerpc: Add Anton's null_syscall benchmark to the selftests 2016-11-14 11:11:51 +11:00