FreeBSD kernel kern code
profil_args Struct Reference

Data Fields

caddr_t samples
 
size_t size
 
size_t offset
 
u_int scale
 

Detailed Description

Definition at line 398 of file subr_prof.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: