Re: [PATCH v3] perf tools: Document --children option in more detail

2015-04-22 Thread Arnaldo Carvalho de Melo
Em Wed, Apr 22, 2015 at 03:09:06PM +0900, Namhyung Kim escreveu: > On Tue, Apr 21, 2015 at 01:46:40PM -0300, Arnaldo Carvalho de Melo wrote: > > > > > +--no-children option on the command line or by adding > > > > > 'report.children > > > > > += false' or 'top.children = false' in the perf config

Re: [PATCH v3] perf tools: Document --children option in more detail

2015-04-21 Thread Namhyung Kim
Hi Arnaldo, On Tue, Apr 21, 2015 at 01:46:40PM -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Apr 22, 2015 at 01:16:29AM +0900, Namhyung Kim escreveu: > > On Tue, Apr 21, 2015 at 12:41:33PM -0300, Arnaldo Carvalho de Melo wrote: > > > > +++ b/tools/perf/Documentation/overhead-calculation.txt > >

Re: [PATCH v3] perf tools: Document --children option in more detail

2015-04-21 Thread Arnaldo Carvalho de Melo
Em Wed, Apr 22, 2015 at 01:16:29AM +0900, Namhyung Kim escreveu: > On Tue, Apr 21, 2015 at 12:41:33PM -0300, Arnaldo Carvalho de Melo wrote: > > > +++ b/tools/perf/Documentation/overhead-calculation.txt > > I think Ingo suggested that you renamed this file to include the word > > "callchain" in it,

Re: [PATCH v3] perf tools: Document --children option in more detail

2015-04-21 Thread Namhyung Kim
Hi Arnaldo, On Tue, Apr 21, 2015 at 12:41:33PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Apr 21, 2015 at 09:28:31PM +0900, Namhyung Kim escreveu: > > As the --children option changes the output of perf report (and perf > > top) it sometimes confuses users. Add more words and examples to he

Re: [PATCH v3] perf tools: Document --children option in more detail

2015-04-21 Thread Arnaldo Carvalho de Melo
Em Tue, Apr 21, 2015 at 09:28:31PM +0900, Namhyung Kim escreveu: > As the --children option changes the output of perf report (and perf > top) it sometimes confuses users. Add more words and examples to help > understanding of the option's behavior - and how to disable it ;-). > > Reviewed-by: In