Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsubr_prof.c227 MCOUNT_OVERHEAD(sys_profil); in kmstartup()
228 mcount_overhead = KCOUNT(p, PC_TO_I(p, sys_profil)); in kmstartup()
408 sys_profil(struct thread *td, struct profil_args *uap) in sys_profil() function
Dinit_sysent.c96 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC…
/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_sysent.c63 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 44 = p…
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_sysent.c103 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC…
/freebsd-12-stable/sys/sys/
Dsysproto.h1842 int sys_profil(struct thread *, struct profil_args *);