Linux Perf
auxtrace_mmap_params Struct Reference

#include <auxtrace.h>

Collaboration diagram for auxtrace_mmap_params:
Collaboration graph

Public Attributes

size_t mask
 
off_t offset
 
size_t len
 
int prot
 
int idx
 
pid_t tid
 
int cpu
 

Detailed Description

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.

Member Data Documentation

◆ cpu

int auxtrace_mmap_params::cpu

Definition at line 290 of file auxtrace.h.

◆ idx

int auxtrace_mmap_params::idx

Definition at line 288 of file auxtrace.h.

◆ len

size_t auxtrace_mmap_params::len

Definition at line 286 of file auxtrace.h.

◆ mask

size_t auxtrace_mmap_params::mask

Definition at line 284 of file auxtrace.h.

◆ offset

off_t auxtrace_mmap_params::offset

Definition at line 285 of file auxtrace.h.

◆ prot

int auxtrace_mmap_params::prot

Definition at line 287 of file auxtrace.h.

◆ tid

pid_t auxtrace_mmap_params::tid

Definition at line 289 of file auxtrace.h.


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