Searched refs:profil (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dprofil.s30 .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 Dmon.c46 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 Dprofil.c43 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 Dmon.c91 * + 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 Dprofile.c367 profil((unsigned short *)(addr + hsize),
428 * Turn profil() off.
430 profil(0, 0, 0, 0);
/illumos-gate/usr/src/man/man2/
H A DMakefile105 profil.2 \
/illumos-gate/usr/src/boot/include/
H A Dunistd.h537 int profil(char *, size_t, vm_offset_t, int);
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c113 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 Dunistd.h433 extern void profil(unsigned short *, size_t, unsigned long, unsigned int);
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile132 _open.o profil.o setitimer.o \
188 profil.s setitimer.s \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com270 profil.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com271 profil.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile243 profil.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com290 profil.o \

Completed in 62 milliseconds