Searched refs:sys_profil (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | subr_prof.c | 227 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 D | init_sysent.c | 102 …{ .sy_narg = AS(profil_args), .sy_call = (sy_call_t *)sys_profil, .sy_auevent = AUE_PROFILE, .sy_f…
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 109 …{ .sy_narg = AS(profil_args), .sy_call = (sy_call_t *)sys_profil, .sy_auevent = AUE_PROFILE, .sy_f…
|
| /freebsd-13.1/sys/sys/ |
| H A D | sysproto.h | 1893 int sys_profil(struct thread *, struct profil_args *);
|