[PATCH 24/31] perf, tools: Add browser support for transaction flags

2012-10-02 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. Signed-off-by: Andi Kleen

[PATCH 24/31] perf, tools: Add browser support for transaction flags

2012-10-02 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.