Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/ptrace/
Dpeeksiginfo.c167 pid_t ppid = getppid(); in main()
169 if (ppid != getppid()) in main()
/linux-4.1.27/tools/perf/tests/
Dmmap-basic.c28 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, getpgrp, in test__basic_mmap()
/linux-4.1.27/arch/um/os-Linux/
Dstart_up.c32 int pid = os_getpid(), ppid = getppid(); in ptrace_child()
/linux-4.1.27/Documentation/
Dstatic-keys.txt169 As an example, let's add the following branch to 'getppid()', such that the
172 SYSCALL_DEFINE0(getppid)
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S135 ENTRY_SAME(getppid)
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h70 SYSCALL_SPU(getppid)
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl119 110 common getppid sys_getppid
Dsyscall_32.tbl73 64 i386 getppid sys_getppid
/linux-4.1.27/tools/perf/util/
Devlist.c1382 if (sigqueue(getppid(), SIGUSR1, val)) in perf_evlist__prepare_workload()
/linux-4.1.27/kernel/
Dsys.c847 SYSCALL_DEFINE0(getppid) in SYSCALL_DEFINE0() argument