Re: [PATCHSET 0/7] perf tools: Check error during collapsing hist entries

2016-01-24 Thread Jiri Olsa
On Sun, Jan 24, 2016 at 01:37:55PM +0900, Namhyung Kim wrote: > On Sat, Jan 23, 2016 at 06:01:21PM +0100, Jiri Olsa wrote: > > On Fri, Jan 22, 2016 at 10:41:33PM +0900, Namhyung Kim wrote: > > > Hi, > > > > > > This patchset checks error case during the process of collapsing hist > > > entries. I

Re: [PATCHSET 0/7] perf tools: Check error during collapsing hist entries

2016-01-23 Thread Namhyung Kim
On Sat, Jan 23, 2016 at 06:01:21PM +0100, Jiri Olsa wrote: > On Fri, Jan 22, 2016 at 10:41:33PM +0900, Namhyung Kim wrote: > > Hi, > > > > This patchset checks error case during the process of collapsing hist > > entries. It's a preparation of upcoming hierarchy patchset which adds > > more work

Re: [PATCHSET 0/7] perf tools: Check error during collapsing hist entries

2016-01-23 Thread Jiri Olsa
On Fri, Jan 22, 2016 at 10:41:33PM +0900, Namhyung Kim wrote: > Hi, > > This patchset checks error case during the process of collapsing hist > entries. It's a preparation of upcoming hierarchy patchset which adds > more work in the collapsing path. If there's an error during this > stage, it'll

[PATCHSET 0/7] perf tools: Check error during collapsing hist entries

2016-01-22 Thread Namhyung Kim
Hi, This patchset checks error case during the process of collapsing hist entries. It's a preparation of upcoming hierarchy patchset which adds more work in the collapsing path. If there's an error during this stage, it'll stop processing and show warning to user. Thanks, Namhyung Namhyung Ki