[PATCH 23/32] perf, tools: Add browser support for transaction flags v3

2012-11-09 Thread Andi Kleen
From: Andi Kleen Add histogram support for the transaction flags. Each flags instance becomes a separate histogram. Support sorting and displaying the flags in report and top. The patch is fairly large, but it's really mostly just plumbing to pass the flags around. v2: Increase column. Fix

[PATCH 23/32] perf, tools: Add browser support for transaction flags v3

2012-11-09 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com Add histogram support for the transaction flags. Each flags instance becomes a separate histogram. Support sorting and displaying the flags in report and top. The patch is fairly large, but it's really mostly just plumbing to pass the flags around. v2: