Home
last modified time | relevance | path

Searched refs:getppid (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c430 pid_t parent = getppid(); in TEST()
517 pid_t parent = getppid(); in TEST_SIGNAL()
550 pid_t parent = getppid(); in TEST_SIGNAL()
589 pid_t parent = getppid(); in TEST_SIGNAL()
770 pid_t parent = getppid(); in TEST()
788 pid_t parent = getppid(); in TEST()
810 pid_t parent = getppid(); in TEST()
835 pid_t parent = getppid(); in TEST()
1045 parent = getppid(); in TEST_F()
1071 parent = getppid(); in TEST_F_SIGNAL()
[all …]
/Linux-v4.19/tools/testing/selftests/ptrace/
Dpeeksiginfo.c168 pid_t ppid = getppid(); in main()
170 if (ppid != getppid()) in main()
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c128 getppid(); in do_null_syscall()
/Linux-v4.19/tools/testing/selftests/cgroup/
Dtest_memcontrol.c195 int ppid = getppid(); in alloc_pagecache_50M_noexit()
200 while (getppid() == ppid) in alloc_pagecache_50M_noexit()
208 int ppid = getppid(); in alloc_anon_noexit()
213 while (getppid() == ppid) in alloc_anon_noexit()
/Linux-v4.19/tools/perf/tests/
Dthread-map.c106 asprintf(&str, "%d,%d", getpid(), getppid()) >= 0); in test__thread_map_remove()
Dmmap-basic.c35 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap()
/Linux-v4.19/arch/um/os-Linux/
Dstart_up.c32 int pid = os_getpid(), ppid = getppid(); in ptrace_child()
/Linux-v4.19/tools/testing/selftests/uevent/
Duevent_filtering.c227 ppid = getppid(); in set_death_signal()
/Linux-v4.19/Documentation/
Dstatic-keys.txt214 As an example, let's add the following branch to 'getppid()', such that the
217 SYSCALL_DEFINE0(getppid)
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h71 SYSCALL_SPU(getppid)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S135 ENTRY_SAME(getppid)
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl121 110 common getppid __x64_sys_getppid
Dsyscall_32.tbl78 64 i386 getppid sys_getppid __ia32_sys_getppid
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl121 110 common getppid __x64_sys_getppid
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl78 64 common getppid sys_getppid
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl63 64 common getppid sys_getppid sys_getppid
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl63 64 common getppid sys_getppid sys_getppid
/Linux-v4.19/tools/perf/util/
Devlist.c1494 if (sigqueue(getppid(), SIGUSR1, val)) in perf_evlist__prepare_workload()
/Linux-v4.19/kernel/
Dsys.c905 SYSCALL_DEFINE0(getppid) in SYSCALL_DEFINE0() argument