Re: [PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v4)

2013-09-26 Thread Namhyung Kim
Hi, On Thu, 26 Sep 2013 11:07:49 -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Sep 26, 2013 at 07:46:36AM -0600, David Ahern escreveu: >> On 9/26/13 2:58 AM, Namhyung Kim wrote: >> >This is a new version of callchain improvement patchset. I found and >> >fixed bugs in the previous version. I

Re: [PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v4)

2013-09-26 Thread Namhyung Kim
Hi Ingo, On Thu, 26 Sep 2013 11:34:26 +0200, Ingo Molnar wrote: > * Namhyung Kim wrote: > >> Hello, >> >> This is a new version of callchain improvement patchset. I found and >> fixed bugs in the previous version. I verified that it produced >> exactly same output before and after applying rbt

Re: [PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v4)

2013-09-26 Thread Arnaldo Carvalho de Melo
Em Thu, Sep 26, 2013 at 07:46:36AM -0600, David Ahern escreveu: > On 9/26/13 2:58 AM, Namhyung Kim wrote: > >This is a new version of callchain improvement patchset. I found and > >fixed bugs in the previous version. I verified that it produced > >exactly same output before and after applying rbt

Re: [PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v4)

2013-09-26 Thread David Ahern
On 9/26/13 2:58 AM, Namhyung Kim wrote: Hello, This is a new version of callchain improvement patchset. I found and fixed bugs in the previous version. I verified that it produced exactly same output before and after applying rbtree conversion patch (#1). However after Frederic's new comm inf

Re: [PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v4)

2013-09-26 Thread Ingo Molnar
* Namhyung Kim wrote: > Hello, > > This is a new version of callchain improvement patchset. I found and > fixed bugs in the previous version. I verified that it produced > exactly same output before and after applying rbtree conversion patch > (#1). However after Frederic's new comm infrastr

[PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v4)

2013-09-26 Thread Namhyung Kim
Hello, This is a new version of callchain improvement patchset. I found and fixed bugs in the previous version. I verified that it produced exactly same output before and after applying rbtree conversion patch (#1). However after Frederic's new comm infrastructure patches are applied it'd be li