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

/freebsd-10-stable/sys/kern/
H A Dsubr_prof.c226 MCOUNT_OVERHEAD(sys_profil);
227 mcount_overhead = KCOUNT(p, PC_TO_I(p, sys_profil));
407 sys_profil(struct thread *td, struct profil_args *uap) function
H A Dinit_sysent.c80 { AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 44 = profil */
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_sysent.c63 { AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 44 = profil */
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c93 { AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 44 = profil */
/freebsd-10-stable/sys/sys/
H A Dsysproto.h1875 int sys_profil(struct thread *, struct profil_args *);

Completed in 127 milliseconds