Home
last modified time | relevance | path

Searched refs:__NR_prof (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/sandbox/linux/system_headers/
Dx86_32_linux_syscalls.h189 #if !defined(__NR_prof)
190 #define __NR_prof 44 macro
Dmips_linux_syscalls.h192 #if !defined(__NR_prof)
193 #define __NR_prof (__NR_Linux + 44) macro
/external/valgrind/include/vki/
Dvki-scnums-ppc64-linux.h81 #define __NR_prof 44 macro
Dvki-scnums-ppc32-linux.h81 #define __NR_prof 44 macro
Dvki-scnums-x86-linux.h81 #define __NR_prof 44 macro
Dvki-scnums-mips32-linux.h84 #define __NR_prof (__NR_Linux + 44) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_32.h48 #define __NR_prof 44 macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc989 case __NR_prof: in IsMisc()
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c232 GO(__NR_prof, "ni"); in main()
233 SY(__NR_prof); FAIL; in main()
Dscalar.stderr.exp588 44: __NR_prof ni
/external/valgrind/memcheck/tests/darwin/
Dscalar.c820 GO(__NR_prof, "ni"); in main()
821 SY(__NR_prof); FAIL; in main()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h67 #define __NR_prof (__NR_Linux + 44) macro
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-linux.c1213 GENX_(__NR_prof, sys_ni_syscall), // 44