Home
last modified time | relevance | path

Searched refs:sys_profil (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_prof.c227 MCOUNT_OVERHEAD(sys_profil); in kmstartup()
228 mcount_overhead = KCOUNT(p, PC_TO_I(p, sys_profil)); in kmstartup()
410 sys_profil(struct thread *td, struct profil_args *uap) in sys_profil() function
H A Dinit_sysent.c102 …{ .sy_narg = AS(profil_args), .sy_call = (sy_call_t *)sys_profil, .sy_auevent = AUE_PROFILE, .sy_f…
/f-stack/freebsd/sys/
H A Dsysproto.h1886 int sys_profil(struct thread *, struct profil_args *);