|
Linux Kernel
3.7.1
|
Data Structures | |
| class | PerfEvent |
| class | PebsEvent |
| class | PebsNHM |
Functions | |
| def | create_event |
Variables | |
| int | EVTYPE_GENERIC 0 |
| int | EVTYPE_PEBS 1 |
| int | EVTYPE_PEBS_LL 2 |
| int | EVTYPE_IBS 3 |
| def EventClass.create_event | ( | name, | |
| comm, | |||
| dso, | |||
| symbol, | |||
| raw_buf | |||
| ) |
Definition at line 24 of file EventClass.py.
| int EVTYPE_GENERIC 0 |
Definition at line 14 of file EventClass.py.
| int EVTYPE_IBS 3 |
Definition at line 17 of file EventClass.py.
| int EVTYPE_PEBS 1 |
Definition at line 15 of file EventClass.py.
| int EVTYPE_PEBS_LL 2 |
Definition at line 16 of file EventClass.py.
1.8.2