Re: Implement lbr-as-callgraph v3

2014-01-15 Thread Jiri Olsa
On Mon, Jan 13, 2014 at 05:04:15PM -0800, Andi Kleen wrote: > This patchkit implements lbr-as-callgraphs in per freport, > as an alternative way to present LBR information. > > Current perf report does a histogram over the branch edges, > which is useful to look at basic blocks, but doesn't tell >

Implement lbr-as-callgraph v3

2014-01-13 Thread Andi Kleen
This patchkit implements lbr-as-callgraphs in per freport, as an alternative way to present LBR information. Current perf report does a histogram over the branch edges, which is useful to look at basic blocks, but doesn't tell you anything about the larger control flow behaviour. This patchkit ad