Home
last modified time | relevance | path

Searched refs:sys_getpid (Results 1 – 17 of 17) sorted by relevance

/external/strace/linux/
Ddummy.h74 #define sys_getpid printargs macro
Dsyscall.h40 int sys_lseek(), sys_getpid(), sys_mount(), sys_umount(), sys_umount2();
/external/strace/linux/arm/
Dsyscallent.h51 { 0, 0, sys_getpid, "getpid" }, /* 20 */
/external/strace/linux/sh/
Dsyscallent.h53 { 0, 0, sys_getpid, "getpid" }, /* 20 */
/external/strace/linux/i386/
Dsyscallent.h51 { 0, 0, sys_getpid, "getpid" }, /* 20 */
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-generic.h105 DECL_TEMPLATE(generic, sys_getpid);
Dsyswrap-ppc64-linux.c1124 GENX_(__NR_getpid, sys_getpid), // 20
Dsyswrap-ppc32-linux.c1478 GENX_(__NR_getpid, sys_getpid), // 20
Dsyswrap-s390x-linux.c1141 GENX_(__NR_getpid, sys_getpid), // 20
Dsyswrap-amd64-linux.c1118 GENX_(__NR_getpid, sys_getpid), // 39
Dsyswrap-mips32-linux.c1432 GENX_ (__NR_getpid, sys_getpid), // 20
Dsyswrap-arm-linux.c1472 GENX_(__NR_getpid, sys_getpid), // 20
Dsyswrap-x86-linux.c1841 GENX_(__NR_getpid, sys_getpid), // 20
Dsyswrap-generic.c3165 PRE(sys_getpid) in PRE() argument
Dsyswrap-darwin.c7940 GENX_(__NR_getpid, sys_getpid), // 20
/external/strace/linux/mips/
Dsyscallent.h4025 { 0, 0, sys_getpid, "getpid" }, /* 4020 */
5389 { 0, 0, sys_getpid, "getpid" }, /* 5038 */
6695 { 0, 0, sys_getpid, "getpid" }, /* 6038 */
/external/strace/
Dprocess.c1075 sys_getpid(tcp) in sys_getpid() function