Home
last modified time | relevance | path

Searched refs:wait4 (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c
/linux/scripts/
H A Dsyscall.tbl308 260 time32 wait4 sys_wait4 compat_sys_wait4
309 260 64 wait4 sys_wait4
/linux/tools/scripts/
H A Dsyscall.tbl308 260 time32 wait4 sys_wait4 compat_sys_wait4
309 260 64 wait4 sys_wait4
/linux/tools/perf/bench/
H A Dinject-buildid.c391 wait4(data->pid, &status, 0, &rusage); in inject_build_id()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl69 59 n64 wait4 sys_wait4
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl89 114 common wait4 sys_wait4
/linux/kernel/
H A Dexit.c1938 SYSCALL_DEFINE4(wait4, pid_t, upid, int __user *, stat_addr, in SYSCALL_DEFINE4() argument
1965 COMPAT_SYSCALL_DEFINE4(wait4, in COMPAT_SYSCALL_DEFINE4() argument
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl124 114 common wait4 sys_wait4
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl135 121 common wait4 sys_wait4
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl73 61 common wait4 sys_wait4
H A Dsyscall_32.tbl129 114 i386 wait4 sys_wait4 compat_sys_wait4
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl18 7 common wait4 sys_wait4 compat_sys_wait4
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl131 114 common wait4 sys_wait4
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl153 114 common wait4 sys_wait4 compat_sys_wait4
/linux/tools/perf/
H A Dbuiltin-stat.c287 * terminates. Use the wait4 values in that case. in read_single_counter()
980 wait4(child_pid, &status, 0, &stat_config.ru_data); in __run_perf_stat()