Implement lbr-as-callgraph v9

2014-09-15 Thread Andi Kleen
[Just a repost after a rebase] [Even more review feedback and some bugs addressed.] [Only port to changes in perf/core. No other changes.] [Rebase to latest perf/core] [Another rebase. No changes] This patchkit implements lbr-as-callgraphs in per freport, as an alternative way to present LBR infor

Re: Implement lbr-as-callgraph v9

2014-08-14 Thread Jiri Olsa
On Wed, Aug 13, 2014 at 08:24:25PM +0200, Andi Kleen wrote: > > > > When I captured data like you above and run pure 'perf report' > > > > I did not get callchains displayed at all. > > But you get the LBR view right? argh thats LBR view.. missed that > > That was always like this, dating back

Re: Implement lbr-as-callgraph v9

2014-08-13 Thread Andi Kleen
> > > When I captured data like you above and run pure 'perf report' > > > I did not get callchains displayed at all. But you get the LBR view right? That was always like this, dating back to the first LBR patches. -b auto enables it. To get non LBR callgraph view you need --no-branch-stack Th

Re: Implement lbr-as-callgraph v9

2014-08-13 Thread Jiri Olsa
On Tue, Aug 12, 2014 at 10:55:24PM +0200, Andi Kleen wrote: > On Tue, Aug 12, 2014 at 03:50:17PM +0200, Jiri Olsa wrote: > > On Thu, Jul 31, 2014 at 10:17:00AM -0700, Andi Kleen wrote: > > > > SNIP > > > > > v5: > > > - Rename functions > > > - Fix gtk build problem > > > - Fix crash without -g >

Re: Implement lbr-as-callgraph v9

2014-08-12 Thread Andi Kleen
On Tue, Aug 12, 2014 at 03:50:17PM +0200, Jiri Olsa wrote: > On Thu, Jul 31, 2014 at 10:17:00AM -0700, Andi Kleen wrote: > > SNIP > > > v5: > > - Rename functions > > - Fix gtk build problem > > - Fix crash without -g > > - Improve error messages > > - Improve srcline display in various ways > >

Re: Implement lbr-as-callgraph v9

2014-08-12 Thread Jiri Olsa
On Thu, Jul 31, 2014 at 10:17:00AM -0700, Andi Kleen wrote: SNIP > v5: > - Rename functions > - Fix gtk build problem > - Fix crash without -g > - Improve error messages > - Improve srcline display in various ways > v6: > - Port to latest perf/core > v7: > - Really port to latest perf/core > v8:

Re: Implement lbr-as-callgraph v9

2014-08-11 Thread Andi Kleen
> > > > Also available at > > git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc > > perf/lbr-callgraph4 > > hi, > does the branch contain the v9? v9 is in perf/lbr-callgraph6 not 4 sorry -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: Implement lbr-as-callgraph v9

2014-08-11 Thread Jiri Olsa
On Thu, Jul 31, 2014 at 10:17:00AM -0700, Andi Kleen wrote: > [Forward ported to latest tip/perf/core] > [Even more review feedback and some bugs addressed.] > [Only port to changes in perf/core. No other changes.] > [Rebase to latest perf/core] > [Another rebase. No changes] > > This patchkit imp

Implement lbr-as-callgraph v9

2014-07-31 Thread Andi Kleen
[Forward ported to latest tip/perf/core] [Even more review feedback and some bugs addressed.] [Only port to changes in perf/core. No other changes.] [Rebase to latest perf/core] [Another rebase. No changes] This patchkit implements lbr-as-callgraphs in per freport, as an alternative way to present