Re: [PATCH v5 4/5] perf script: Add a python library EventClass.py

2012-08-08 Thread Namhyung Kim
On Wed, 8 Aug 2012 17:57:54 +0800, Feng Tang wrote: > This library defines several class types for perf events which could > help to better analyze the event samples. Currently there are just a > few classes, PerfEvent is the base class for all perf events, PebsEvent > is a HW base Intel x86 PEBS

[PATCH v5 4/5] perf script: Add a python library EventClass.py

2012-08-08 Thread Feng Tang
This library defines several class types for perf events which could help to better analyze the event samples. Currently there are just a few classes, PerfEvent is the base class for all perf events, PebsEvent is a HW base Intel x86 PEBS event, and user could add more SW/HW event classes based on