Home
last modified time | relevance | path

Searched refs:syscalls (Results 1 – 25 of 80) sorted by relevance

1234

/external/strace/tests/
Duid.test12 syscalls=
15 syscalls="$n"
19 test -n "$syscalls" ||
22 syscalls="$syscalls,setuid$s,getresuid$s,setreuid$s,setresuid$s,fchown$s,getgroups$s"
23 run_strace -e trace="$syscalls" $args
Dxetitimer.test9 syscalls=setitimer,getitimer
10 run_strace -e trace=$syscalls $args > "$OUT"
Drestart_syscall.test9 syscalls=nanosleep,restart_syscall
10 run_strace -a20 -e trace=$syscalls $args > "$OUT"
Dclock_nanosleep.test9 syscalls=clock_nanosleep,clock_gettime,setitimer
10 run_strace -e trace=$syscalls $args > "$OUT"
Dtimer_xettime.test9 syscalls=timer_create,timer_settime,timer_gettime
10 run_strace -e trace=$syscalls $args > "$OUT"
Dnanosleep.test9 syscalls=nanosleep,setitimer
10 run_strace -a20 -e trace=$syscalls $args > "$OUT"
Dxettimeofday.test9 syscalls=gettimeofday,settimeofday
10 run_strace -a20 -e trace=$syscalls $args > "$OUT"
Dtimerfd_xettime.test9 syscalls=timerfd_create,timerfd_settime,timerfd_gettime
10 run_strace -e trace=$syscalls $args > "$OUT"
Dclock_xettime.test9 syscalls=clock_getres,clock_gettime,clock_settime
10 run_strace -a36 -e trace=$syscalls $args > "$OUT"
Daio.test9 syscalls=io_setup,io_submit,io_getevents,io_cancel,io_destroy
10 run_strace -a14 -e trace=$syscalls $args > "$OUT"
/external/autotest/client/tests/ltp/patches/
Dgetdents.patch17 testcases/kernel/syscalls/getdents/getdents.h | 73 +++++++++++++++++------
18 testcases/kernel/syscalls/getdents/getdents01.c | 20 +-----
19 testcases/kernel/syscalls/getdents/getdents02.c | 27 +--------
20 testcases/kernel/syscalls/getdents/getdents03.c | 27 +--------
21 testcases/kernel/syscalls/getdents/getdents04.c | 26 +-------
24 diff --git a/testcases/kernel/syscalls/getdents/getdents.h b/testcases/kernel/syscalls/getdents/get…
26 --- a/testcases/kernel/syscalls/getdents/getdents.h
27 +++ b/testcases/kernel/syscalls/getdents/getdents.h
109 diff --git a/testcases/kernel/syscalls/getdents/getdents01.c b/testcases/kernel/syscalls/getdents/g…
111 --- a/testcases/kernel/syscalls/getdents/getdents01.c
[all …]
Dsysctl.patch4 Subject: [PATCH] syscalls/sysctl: check if __NR_sysctl is defined
11 testcases/kernel/syscalls/sysctl/sysctl01.c | 15 +++++++++++++++
12 testcases/kernel/syscalls/sysctl/sysctl03.c | 15 +++++++++++++++
13 testcases/kernel/syscalls/sysctl/sysctl04.c | 15 +++++++++++++++
14 testcases/kernel/syscalls/sysctl/sysctl05.c | 15 +++++++++++++++
17 diff --git a/testcases/kernel/syscalls/sysctl/sysctl01.c b/testcases/kernel/syscalls/sysctl/sysctl0…
19 --- a/testcases/kernel/syscalls/sysctl/sysctl01.c
20 +++ b/testcases/kernel/syscalls/sysctl/sysctl01.c
47 diff --git a/testcases/kernel/syscalls/sysctl/sysctl03.c b/testcases/kernel/syscalls/sysctl/sysctl0…
49 --- a/testcases/kernel/syscalls/sysctl/sysctl03.c
[all …]
Dkill-ipc.patch12 testcases/kernel/syscalls/kill/Makefile | 2 +-
15 diff --git a/testcases/kernel/syscalls/kill/Makefile b/testcases/kernel/syscalls/kill/Makefile
17 --- a/testcases/kernel/syscalls/kill/Makefile
18 +++ b/testcases/kernel/syscalls/kill/Makefile
/external/valgrind/none/tests/x86-solaris/
DMakefile.am15 syscalls.stderr.exp syscalls.stdout.exp syscalls.vgtest
20 syscalls program
Dsyscalls.vgtest1 prog: syscalls
/external/strace/
DNEWS14 * Some syscalls have different names depending on architecture and
24 syscalls on 64-bit architectures.
31 socketpair, timerfd, and timerfd_create syscalls, as well as F_DUPFD and
33 * Optimized decoding of indirect socket syscalls.
35 syscalls (addresses Fedora bug #1251176).
47 sendfile, setsockopt, and shmctl syscalls.
50 open_by_handle_at, sched_getattr, sched_setattr, and userfaultfd syscalls.
61 * Fixed filtering of <unavailable> syscalls.
68 * Fixed decoding of getrandom and seccomp syscalls on aarch64.
70 * syscalls.
[all …]
Dstrace.spec244 - Don't display inappropriate syscalls for -e trace=file (#159340).
284 - grok epoll_* syscalls (#134463)
347 - new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixes
385 - aio syscalls for i386/ia64/ppc (Ben LaHaise)
414 - new upstream version. Seems to have integrated most new syscalls
441 - doh, actually apply the 2.4 syscalls patch
446 - add a bunch of new 2.4 syscalls (#14036)
506 - Add patch to follow clone() syscalls, too.
/external/autotest/client/tests/scrashme/
Dtestfix.diff6 +#include "syscalls-arm.h"
61 syscalls = syscalls_ppc;
63 syscalls = syscalls_ia64;
65 syscalls = syscalls_sparc;
68 syscalls = syscalls_i386;
70 + syscalls = syscalls_arm;
78 diff --new-file --unified=5 scrashme/syscalls-arm.h scrashme.new/syscalls-arm.h
79 --- scrashme/syscalls-arm.h 1969-12-31 16:00:00.000000000 -0800
80 +++ scrashme.new/syscalls-arm.h 2011-03-22 10:29:47.995365865 -0700
Dcontrol11 Runs the scrashme syscalls test suite. This test mode will exercise
12 kernel syscalls randomically, or in a sequential fashion.
/external/valgrind/memcheck/tests/linux/
DMakefile.am17 syscalls-2007.vgtest syscalls-2007.stderr.exp \
36 syscalls-2007 \
/external/valgrind/docs/internals/
DMERGE_3_10_1.txt63 //339855 arm64 unhandled getsid/setsid syscalls
118 //340028 unhandled syscalls for arm64 (msync, pread64, setreuid and setregid)
122 //340236 4 unhandled syscalls on aarch64/arm64: mknodat (33), fchdir
144 //340630 arm64: fchmod (52) and fchown (55) syscalls not recognized
168 //340922 arm64: unhandled getgroups/setgroups syscalls
DDarwin-notes.txt8 of syscalls rather than the vanilla version, if a _nocancel version
13 read/write/open/close etc syscalls, it really is critical to use the
14 _nocancel versions of syscalls rather than the vanilla versions. This
18 own-purpose (non-client) syscalls should get routed through there.
22 bunch of other syscalls to do with stream I/O are cancellation points.
32 does a syscall, and not the places where Valgrind does syscalls.
/external/autotest/client/tests/kvm/autotest_control/
Dscrashme.control11 Runs the scrashme syscalls test suite. This test mode will exercise
12 kernel syscalls randomically, or in a sequential fashion.
/external/autotest/client/site_tests/security_AltSyscall/
Dcontrol11 PURPOSE = "Verify that alt_syscall allows/blocks syscalls as expected"
13 Syscalls which are allowed by the alt_syscall table should succeed, syscalls
/external/autotest/client/site_tests/security_Minijail_seccomp/
Dcontrol13 Fail if either seccomp_filter fails to block syscalls or if allowed syscalls

1234