Linux Perf
EventClass Namespace Reference

Classes

class  PebsEvent
 
class  PebsNHM
 
class  PerfEvent
 

Functions

def create_event (name, comm, dso, symbol, raw_buf)
 

Variables

int EVTYPE_GENERIC = 0
 
int EVTYPE_PEBS = 1
 
int EVTYPE_PEBS_LL = 2
 
int EVTYPE_IBS = 3
 

Function Documentation

◆ create_event()

def EventClass.create_event (   name,
  comm,
  dso,
  symbol,
  raw_buf 
)

Definition at line 25 of file EventClass.py.

Variable Documentation

◆ EVTYPE_GENERIC

int EventClass.EVTYPE_GENERIC = 0

Definition at line 15 of file EventClass.py.

◆ EVTYPE_IBS

int EventClass.EVTYPE_IBS = 3

Definition at line 18 of file EventClass.py.

◆ EVTYPE_PEBS

int EventClass.EVTYPE_PEBS = 1

Definition at line 16 of file EventClass.py.

◆ EVTYPE_PEBS_LL

int EventClass.EVTYPE_PEBS_LL = 2

Definition at line 17 of file EventClass.py.