[PATCH 21/31] perf, x86: Add Haswell specific transaction flag reporting

2012-10-02 Thread Andi Kleen
From: Andi Kleen In the PEBS handler report the transaction flags using the new generic transaction flags facility. Most of them come from the "tsx_tuning" field in PEBSv2, but the abort code is derived from the RAX register reported in the PEBS record. Signed-off-by: Andi Kleen ---

[PATCH 21/31] perf, x86: Add Haswell specific transaction flag reporting

2012-10-02 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com In the PEBS handler report the transaction flags using the new generic transaction flags facility. Most of them come from the tsx_tuning field in PEBSv2, but the abort code is derived from the RAX register reported in the PEBS record. Signed-off-by: Andi