Searched refs:profil (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | profil.s | 30 .file "profil.s" 32 /* C library -- profil */ 33 /* void profil (short *buff, int buffsz, int offset, int scale);*/ 37 ANSI_PRAGMA_WEAK(profil,function) 41 SYSCALL_NOERROR_RVAL1(profil) 43 SET_SIZE(profil)
|
/illumos-gate/usr/src/lib/libbc/csu/common/ |
H A D | mon.c | 46 extern void profil(), perror(); 210 profil(d->s_sbuf, d->s_bufsiz, d->s_lowpc, d->s_scale); 214 profil((char *)0, 0, 0, 0);
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | profil.c | 43 profil(unsigned short *bufbase, size_t bufsize, ulong_t pcoffset, function 57 /* pcsample and profil are mutually exclusive */
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | mon.c | 91 * + profile + // profil(2) (assumed ALWAYS specified 102 * a meaningful size, or so short that profil-ing is being shut off). 211 profil(NULL, 0, 0, 0); 236 * Finally, call profil and return. 326 /* done w/regions 1 + 2: setup 3 to activate profil processing. */ 345 profil(buffer, bufsize, (ulong_t)lowpc, scale); 356 * last specified profil buffer, and writes out one combined
|
/illumos-gate/usr/src/cmd/sgs/ldprof/common/ |
H A D | profile.c | 367 profil((unsigned short *)(addr + hsize), 428 * Turn profil() off. 430 profil(0, 0, 0, 0);
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 105 profil.2 \
|
/illumos-gate/usr/src/boot/include/ |
H A D | unistd.h | 537 int profil(char *, size_t, vm_offset_t, int);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 113 int profil(unsigned short *, size_t, ulong_t, uint_t); 491 /* 44 */ SYSENT_CI("prof", profil, 4), 866 /* 44 */ SYSENT_CI("prof", profil, 4),
|
/illumos-gate/usr/src/head/ |
H A D | unistd.h | 433 extern void profil(unsigned short *, size_t, unsigned long, unsigned int);
|
/illumos-gate/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 132 _open.o profil.o setitimer.o \ 188 profil.s setitimer.s \
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 270 profil.o \
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 271 profil.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 243 profil.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 290 profil.o \
|
Completed in 86 milliseconds