Re: [PATCH 6/7] perf tools: Append callchains only when requested

2015-01-06 Thread Namhyung Kim
Hi Arnaldo, On Mon, Jan 05, 2015 at 09:49:24AM -0300, Arnaldo Carvalho de Melo wrote: > Em Sun, Jan 04, 2015 at 12:01:26AM +0900, Namhyung Kim escreveu: > > On Sat, Jan 3, 2015 at 11:25 AM, Arnaldo Carvalho de Melo > > wrote: > > > Em Mon, Dec 22, 2014 at 01:44:14PM +0900, Namhyung Kim escreveu:

Re: [PATCH 6/7] perf tools: Append callchains only when requested

2015-01-06 Thread Namhyung Kim
Hi Arnaldo, On Mon, Jan 05, 2015 at 09:49:24AM -0300, Arnaldo Carvalho de Melo wrote: Em Sun, Jan 04, 2015 at 12:01:26AM +0900, Namhyung Kim escreveu: On Sat, Jan 3, 2015 at 11:25 AM, Arnaldo Carvalho de Melo a...@kernel.org wrote: Em Mon, Dec 22, 2014 at 01:44:14PM +0900, Namhyung Kim

Re: [PATCH 6/7] perf tools: Append callchains only when requested

2015-01-05 Thread Arnaldo Carvalho de Melo
Em Sun, Jan 04, 2015 at 12:01:26AM +0900, Namhyung Kim escreveu: > On Sat, Jan 3, 2015 at 11:25 AM, Arnaldo Carvalho de Melo > wrote: > > Em Mon, Dec 22, 2014 at 01:44:14PM +0900, Namhyung Kim escreveu: > >> The perf report --children can be called with callchain disabled so no > >> need to

Re: [PATCH 6/7] perf tools: Append callchains only when requested

2015-01-05 Thread Arnaldo Carvalho de Melo
Em Sun, Jan 04, 2015 at 12:01:26AM +0900, Namhyung Kim escreveu: On Sat, Jan 3, 2015 at 11:25 AM, Arnaldo Carvalho de Melo a...@kernel.org wrote: Em Mon, Dec 22, 2014 at 01:44:14PM +0900, Namhyung Kim escreveu: The perf report --children can be called with callchain disabled so no need to

Re: [PATCH 6/7] perf tools: Append callchains only when requested

2015-01-03 Thread Namhyung Kim
Hi Arnaldo, On Sat, Jan 3, 2015 at 11:25 AM, Arnaldo Carvalho de Melo wrote: > Em Mon, Dec 22, 2014 at 01:44:14PM +0900, Namhyung Kim escreveu: >> The perf report --children can be called with callchain disabled so no >> need to append callchains. Actually the root of callchain tree is not >>

Re: [PATCH 6/7] perf tools: Append callchains only when requested

2015-01-03 Thread Namhyung Kim
Hi Arnaldo, On Sat, Jan 3, 2015 at 11:25 AM, Arnaldo Carvalho de Melo a...@kernel.org wrote: Em Mon, Dec 22, 2014 at 01:44:14PM +0900, Namhyung Kim escreveu: The perf report --children can be called with callchain disabled so no need to append callchains. Actually the root of callchain tree

Re: [PATCH 6/7] perf tools: Append callchains only when requested

2015-01-02 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 22, 2014 at 01:44:14PM +0900, Namhyung Kim escreveu: > The perf report --children can be called with callchain disabled so no > need to append callchains. Actually the root of callchain tree is not > initialized properly in this case. Hi Namhyung, I should have caught this

Re: [PATCH 6/7] perf tools: Append callchains only when requested

2015-01-02 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 22, 2014 at 01:44:14PM +0900, Namhyung Kim escreveu: The perf report --children can be called with callchain disabled so no need to append callchains. Actually the root of callchain tree is not initialized properly in this case. Hi Namhyung, I should have caught this

[PATCH 6/7] perf tools: Append callchains only when requested

2014-12-21 Thread Namhyung Kim
The perf report --children can be called with callchain disabled so no need to append callchains. Actually the root of callchain tree is not initialized properly in this case. Signed-off-by: Namhyung Kim --- tools/perf/util/hist.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

[PATCH 6/7] perf tools: Append callchains only when requested

2014-12-21 Thread Namhyung Kim
The perf report --children can be called with callchain disabled so no need to append callchains. Actually the root of callchain tree is not initialized properly in this case. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/util/hist.c | 7 --- 1 file changed, 4