/external/ltp/testcases/kernel/syscalls/ |
Makefile | 29 mincore mprotect nftw profil remap_file_pages sbrk 33 FILTER_OUT_DIRS += profil 41 mq_timedsend mq_unlink mmap mremap open openat profil ptrace quotactl \
|
/external/ltp/testcases/kernel/syscalls/profil/ |
profil01.c | 58 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h 82 ret = profil(buf, sizeof(buf), offset, 2*65536); 84 tst_brkm(TBROK, NULL, "profil returned: %d\n", ret); 115 tst_resm(TPASS, "profil recorded some data"); 117 tst_resm(TFAIL, "profil failed to record anything"); 131 #else /* systems without profil() */ 134 tst_brkm(TCONF, NULL, "system doesn't have profil() support");
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
unistd.h | 218 int profil(char *, size_t, u_long, u_int);
|
/external/strace/linux/arm/ |
syscallent.h | 128 [ 98] = { 4, 0, SEN(profil), "profil" },
|
/external/strace/linux/i386/ |
syscallent.h | 128 [ 98] = { 4, 0, SEN(profil), "profil" },
|
/external/strace/linux/m68k/ |
syscallent.h | 128 [ 98] = { 4, 0, SEN(profil), "profil" },
|
/external/strace/linux/mips/ |
syscallent-o32.h | 102 [4098] = { 0, 0, SEN(profil), "profil" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 128 [ 98] = { 4, 0, SEN(profil), "profil" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 128 [ 98] = { 4, 0, SEN(profil), "profil" },
|
/external/strace/linux/sh/ |
syscallent.h | 130 [ 98] = { 4, 0, SEN(profil), "profil" },
|
/external/strace/linux/sh64/ |
syscallent.h | 128 [ 98] = { 4, 0, SEN(profil), "profil" },
|
/external/strace/linux/bfin/ |
syscallent.h | 128 [ 98] = { 4, 0, SEN(profil), "profil" },
|
/external/strace/linux/microblaze/ |
syscallent.h | 128 [ 98] = { 4, 0, SEN(profil), "profil" },
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
syscall_netbsd.go | 524 // profil
|
syscall_openbsd.go | 335 // profil
|
zsysnum_dragonfly_amd64.go | 48 SYS_PROFIL = 44 // { int profil(caddr_t samples, size_t size, \
|
zsysnum_freebsd_386.go | 47 SYS_PROFIL = 44 // { int profil(caddr_t samples, size_t size, \
|
zsysnum_freebsd_amd64.go | 47 SYS_PROFIL = 44 // { int profil(caddr_t samples, size_t size, \
|
zsysnum_freebsd_arm.go | 47 SYS_PROFIL = 44 // { int profil(caddr_t samples, size_t size, \
|
zsysnum_netbsd_386.go | 43 SYS_PROFIL = 44 // { int|sys||profil(char *samples, size_t size, u_long offset, u_int scale); }
|
zsysnum_netbsd_amd64.go | 43 SYS_PROFIL = 44 // { int|sys||profil(char *samples, size_t size, u_long offset, u_int scale); }
|
zsysnum_netbsd_arm.go | 43 SYS_PROFIL = 44 // { int|sys||profil(char *samples, size_t size, u_long offset, u_int scale); }
|