Home
last modified time | relevance | path

Searched refs:sys_wait4 (Results 1 – 8 of 8) sorted by relevance

/tools/include/nolibc/
Dsys.h1199 pid_t sys_wait4(pid_t pid, int *status, int options, struct rusage *rusage) in sys_wait4() function
1211 return __sysret(sys_wait4(-1, status, 0, NULL)); in wait()
1217 return __sysret(sys_wait4(pid, status, options, rusage)); in wait4()
1224 return __sysret(sys_wait4(pid, status, options, NULL)); in waitpid()
/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl69 59 n64 wait4 sys_wait4
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl73 61 common wait4 sys_wait4
Dsyscall_32.tbl129 114 i386 wait4 sys_wait4 compat_sys_wait4
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl153 114 common wait4 sys_wait4 compat_sys_wait4
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl106 114 common wait4 sys_wait4 compat_sys_wait4
/tools/include/uapi/asm-generic/
Dunistd.h632 __SC_COMP(__NR_wait4, sys_wait4, compat_sys_wait4)
/tools/perf/Documentation/
Dperf-script-python.txt65 sys_wait4 3