Searched refs:sys_wait4 (Results 1 – 8 of 8) sorted by relevance
| /tools/include/nolibc/ |
| D | sys.h | 1199 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/ |
| D | syscall_n64.tbl | 69 59 n64 wait4 sys_wait4
|
| /tools/perf/arch/x86/entry/syscalls/ |
| D | syscall_64.tbl | 73 61 common wait4 sys_wait4
|
| D | syscall_32.tbl | 129 114 i386 wait4 sys_wait4 compat_sys_wait4
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| D | syscall.tbl | 153 114 common wait4 sys_wait4 compat_sys_wait4
|
| /tools/perf/arch/s390/entry/syscalls/ |
| D | syscall.tbl | 106 114 common wait4 sys_wait4 compat_sys_wait4
|
| /tools/include/uapi/asm-generic/ |
| D | unistd.h | 632 __SC_COMP(__NR_wait4, sys_wait4, compat_sys_wait4)
|
| /tools/perf/Documentation/ |
| D | perf-script-python.txt | 65 sys_wait4 3
|