Searched refs:sys_profil (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | subr_prof.c | 227 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
|
| D | init_sysent.c | 96 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC…
|
| /freebsd-12-stable/sys/i386/ibcs2/ |
| D | ibcs2_sysent.c | 63 …{ 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/ |
| D | freebsd32_sysent.c | 103 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC…
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 1842 int sys_profil(struct thread *, struct profil_args *);
|