Linux Perf
mmap2_event Struct Reference

#include <event.h>

Collaboration diagram for mmap2_event:
Collaboration graph

Public Attributes

struct perf_event_header header
 
u32 pid
 
u32 tid
 
u64 start
 
u64 len
 
u64 pgoff
 
u32 maj
 
u32 min
 
u64 ino
 
u64 ino_generation
 
u32 prot
 
u32 flags
 
char filename [PATH_MAX]
 

Detailed Description

Definition at line 22 of file event.h.

Member Data Documentation

◆ filename

char mmap2_event::filename[PATH_MAX]

Definition at line 34 of file event.h.

◆ flags

u32 mmap2_event::flags

Definition at line 33 of file event.h.

◆ header

struct perf_event_header mmap2_event::header

Definition at line 23 of file event.h.

◆ ino

u64 mmap2_event::ino

Definition at line 30 of file event.h.

◆ ino_generation

u64 mmap2_event::ino_generation

Definition at line 31 of file event.h.

◆ len

u64 mmap2_event::len

Definition at line 26 of file event.h.

◆ maj

u32 mmap2_event::maj

Definition at line 28 of file event.h.

◆ min

u32 mmap2_event::min

Definition at line 29 of file event.h.

◆ pgoff

u64 mmap2_event::pgoff

Definition at line 27 of file event.h.

◆ pid

u32 mmap2_event::pid

Definition at line 24 of file event.h.

◆ prot

u32 mmap2_event::prot

Definition at line 32 of file event.h.

◆ start

u64 mmap2_event::start

Definition at line 25 of file event.h.

◆ tid

u32 mmap2_event::tid

Definition at line 24 of file event.h.


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