[PATCH 1/9] perf, tools: Add tools support for cycles, weight branch_info field

2015-07-18 Thread Andi Kleen
From: Andi Kleen cycles is a new branch_info field available on some CPUs that indicates the time deltas between branches in the LBR. Add a sort key and output code for the cycles to allow to display the basic block cycles individually in perf report. We also pass in the cycles for weight when

[PATCH 1/9] perf, tools: Add tools support for cycles, weight branch_info field

2015-07-18 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com cycles is a new branch_info field available on some CPUs that indicates the time deltas between branches in the LBR. Add a sort key and output code for the cycles to allow to display the basic block cycles individually in perf report. We also pass in the