Re: [PATCH 1/9] perf, tools: Support handling complete branch stacks as histograms v6

2014-05-25 Thread Namhyung Kim
Hi Andi, On Fri, 23 May 2014 14:35:03 -0700, Andi Kleen wrote: > On Mon, May 19, 2014 at 05:21:15PM +0900, Namhyung Kim wrote: >> This is gone with 540476de74c9 ("perf tools: Remove >> symbol_conf.use_callchain check"). > > The patchkit applies to tip/perf/core. The commit 540476de74c9 is also in

Re: [PATCH 1/9] perf, tools: Support handling complete branch stacks as histograms v6

2014-05-23 Thread Andi Kleen
On Mon, May 19, 2014 at 05:21:15PM +0900, Namhyung Kim wrote: > This is gone with 540476de74c9 ("perf tools: Remove > symbol_conf.use_callchain check"). The patchkit applies to tip/perf/core. > > +* Check for overlap into the callchain. > > +

Re: [PATCH 1/9] perf, tools: Support handling complete branch stacks as histograms v6

2014-05-19 Thread Namhyung Kim
Hi Andi, On Fri, 16 May 2014 10:05:30 -0700, Andi Kleen wrote: > From: Andi Kleen > > Currently branch stacks can be only shown as edge histograms for > individual branches. I never found this display particularly useful. > > This implements an alternative mode that creates histograms over comple

[PATCH 1/9] perf, tools: Support handling complete branch stacks as histograms v6

2014-05-16 Thread Andi Kleen
From: Andi Kleen Currently branch stacks can be only shown as edge histograms for individual branches. I never found this display particularly useful. This implements an alternative mode that creates histograms over complete branch traces, instead of individual branches, similar to how normal ca