|
Linux Perf
|
#include <auxtrace.h>

Public Attributes | |
| size_t | mask |
| off_t | offset |
| size_t | len |
| int | prot |
| int | idx |
| pid_t | tid |
| int | cpu |
struct auxtrace_mmap_params - parameters to set up struct auxtrace_mmap. : %0 if is not a power of two, otherwise ( - %1) : file offset of mapped area : size of mapped area : mmap memory protection : index of this mmap : tid for a per-thread mmap (also set if there is only 1 tid on a per-cpu mmap) otherwise %0 : cpu number for a per-cpu mmap otherwise %-1
Definition at line 283 of file auxtrace.h.
| int auxtrace_mmap_params::cpu |
Definition at line 290 of file auxtrace.h.
| int auxtrace_mmap_params::idx |
Definition at line 288 of file auxtrace.h.
| size_t auxtrace_mmap_params::len |
Definition at line 286 of file auxtrace.h.
| size_t auxtrace_mmap_params::mask |
Definition at line 284 of file auxtrace.h.
| off_t auxtrace_mmap_params::offset |
Definition at line 285 of file auxtrace.h.
| int auxtrace_mmap_params::prot |
Definition at line 287 of file auxtrace.h.
| pid_t auxtrace_mmap_params::tid |
Definition at line 289 of file auxtrace.h.