Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/ptrace/
Dpeeksiginfo.c167 pid_t ppid = getppid(); in main()
169 if (ppid != getppid()) in main()
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c420 pid_t parent = getppid(); in TEST_SIGNAL()
453 pid_t parent = getppid(); in TEST_SIGNAL()
492 pid_t parent = getppid(); in TEST_SIGNAL()
558 pid_t parent = getppid(); in TEST()
585 pid_t parent = getppid(); in TEST()
612 pid_t parent = getppid(); in TEST()
806 parent = getppid(); in TEST_F()
830 parent = getppid(); in TEST_F_SIGNAL()
857 parent = getppid(); in TEST_F_SIGNAL()
882 parent = getppid(); in TEST_F_SIGNAL()
[all …]
/linux-4.4.14/tools/perf/tests/
Dmmap-basic.c28 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap()
/linux-4.4.14/arch/um/os-Linux/
Dstart_up.c32 int pid = os_getpid(), ppid = getppid(); in ptrace_child()
/linux-4.4.14/Documentation/
Dstatic-keys.txt174 As an example, let's add the following branch to 'getppid()', such that the
177 SYSCALL_DEFINE0(getppid)
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S135 ENTRY_SAME(getppid)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h70 SYSCALL_SPU(getppid)
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl119 110 common getppid sys_getppid
Dsyscall_32.tbl73 64 i386 getppid sys_getppid
/linux-4.4.14/tools/perf/util/
Devlist.c1567 if (sigqueue(getppid(), SIGUSR1, val)) in perf_evlist__prepare_workload()
/linux-4.4.14/kernel/
Dsys.c847 SYSCALL_DEFINE0(getppid) in SYSCALL_DEFINE0() argument