Linux Perf
|
Public Member Functions | |
def | __init__ (self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL) |
Public Member Functions inherited from EventClass.PebsEvent | |
def | __init__ (self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS) |
Public Member Functions inherited from EventClass.PerfEvent | |
def | __init__ (self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC) |
def | show (self) |
Public Attributes | |
status | |
dla | |
dse | |
lat | |
Public Attributes inherited from EventClass.PebsEvent | |
flags | |
ip | |
ax | |
bx | |
cx | |
dx | |
si | |
di | |
bp | |
sp | |
Public Attributes inherited from EventClass.PerfEvent | |
name | |
comm | |
dso | |
symbol | |
raw_buf | |
ev_type | |
Static Public Attributes | |
int | pebs_nhm_num = 0 |
Static Public Attributes inherited from EventClass.PebsEvent | |
int | pebs_num = 0 |
Static Public Attributes inherited from EventClass.PerfEvent | |
int | event_num = 0 |
Definition at line 83 of file EventClass.py.
def EventClass.PebsNHM.__init__ | ( | self, | |
name, | |||
comm, | |||
dso, | |||
symbol, | |||
raw_buf, | |||
ev_type = EVTYPE_PEBS_LL |
|||
) |
Definition at line 85 of file EventClass.py.
EventClass.PebsNHM.dla |
Definition at line 89 of file EventClass.py.
EventClass.PebsNHM.dse |
Definition at line 90 of file EventClass.py.
EventClass.PebsNHM.lat |
Definition at line 91 of file EventClass.py.
|
static |
Definition at line 84 of file EventClass.py.
EventClass.PebsNHM.status |
Definition at line 88 of file EventClass.py.