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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile124 profil.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c320 profil(struct proc *p, struct profil_args *uap, register_t *retval) function
H A Dinit_sysent.c104 {AC(profil_args), 0, 0, (sy_call_t *)profil, munge_wwww, munge_dddd, _SYSCALL_RET_INT_T, 16}, /* 44 = profil */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c2405 * Test profil, getrusage system calls.
2406 * todo - how do we really test profil is working?
2423 my_err = profil( my_bufferp, (1024 * 1000), 0, 32768 );
2425 printf( "profil failed with error %d - \"%s\" \n", errno, strerror( errno) );
2446 my_err = profil( my_bufferp, (1024 * 1000), 0, 0 );
2448 printf( "profil failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1743 int profil(struct proc *, struct profil_args *, int *);

Completed in 118 milliseconds