Home
last modified time | relevance | path

Searched refs:profil_args (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dsubr_prof.c399 struct profil_args { struct
408 sys_profil(struct thread *td, struct profil_args *uap) in sys_profil() argument
H A Dinit_sysent.c96 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC…
H A Dsystrace_args.c291 struct profil_args *p = params; in systrace_args()
/freebsd-12.1/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 = p…
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c103 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC…
H A Dfreebsd32_systrace_args.c294 struct profil_args *p = params; in systrace_args()
/freebsd-12.1/sys/sys/
H A Dsysproto.h187 struct profil_args { struct
1829 int sys_profil(struct thread *, struct profil_args *);