[PATCH 05/31] perf, x86: Report PEBS event in a raw format

2012-10-02 Thread Andi Kleen
From: Andi Kleen Add support for reporting PEBS records in a raw format that can be then parsed by perf script. We exposed most of the Haswell PEBS fields in a generic way in this patchkit: - Aborted cycles is in weight - Memory latency is in weight - DataLA is in address - EventingRIP is used

[PATCH 05/31] perf, x86: Report PEBS event in a raw format

2012-10-02 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Add support for reporting PEBS records in a raw format that can be then parsed by perf script. We exposed most of the Haswell PEBS fields in a generic way in this patchkit: - Aborted cycles is in weight - Memory latency is in weight - DataLA is in address -