|
FreeBSD kernel kern code
|
Data Fields | |
| caddr_t | samples |
| size_t | size |
| size_t | offset |
| u_int | scale |
Definition at line 398 of file subr_prof.c.
| size_t profil_args::offset |
Definition at line 401 of file subr_prof.c.
Referenced by sys_profil(), and systrace_args().
| caddr_t profil_args::samples |
Definition at line 399 of file subr_prof.c.
Referenced by sys_profil(), and systrace_args().
| u_int profil_args::scale |
Definition at line 402 of file subr_prof.c.
Referenced by sys_profil(), and systrace_args().
| size_t profil_args::size |
Definition at line 400 of file subr_prof.c.
Referenced by sys_profil(), and systrace_args().