[PATCH 3/5] perf report: Add --percentage option

2014-01-22 Thread Namhyung Kim
The --percentage option is for controlling overhead percentage displayed. It can only receive either of "relative" or "absolute". "relative" means it's relative to filtered entries only so that the sum of shown entries will be always 100%. "absolute" means it retains the original value before

[PATCH 3/5] perf report: Add --percentage option

2014-01-22 Thread Namhyung Kim
The --percentage option is for controlling overhead percentage displayed. It can only receive either of relative or absolute. relative means it's relative to filtered entries only so that the sum of shown entries will be always 100%. absolute means it retains the original value before and after

Re: [PATCH 3/5] perf report: Add --percentage option

2014-01-15 Thread Namhyung Kim
On Wed, 15 Jan 2014 15:30:03 -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Jan 15, 2014 at 11:18:23AM +0900, Namhyung Kim escreveu: >> On Tue, 14 Jan 2014 18:25:55 -0300, Arnaldo Carvalho de Melo wrote: >> > Em Tue, Jan 14, 2014 at 01:07:00PM -0800, Andi Kleen escreveu: >> >> Namhyung Kim

Re: [PATCH 3/5] perf report: Add --percentage option

2014-01-15 Thread Arnaldo Carvalho de Melo
Em Wed, Jan 15, 2014 at 11:18:23AM +0900, Namhyung Kim escreveu: > On Tue, 14 Jan 2014 18:25:55 -0300, Arnaldo Carvalho de Melo wrote: > > Em Tue, Jan 14, 2014 at 01:07:00PM -0800, Andi Kleen escreveu: > >> Namhyung Kim writes: > >> > > >> > +--percentage:: > >> > +Determine how to

Re: [PATCH 3/5] perf report: Add --percentage option

2014-01-15 Thread Arnaldo Carvalho de Melo
Em Wed, Jan 15, 2014 at 11:18:23AM +0900, Namhyung Kim escreveu: On Tue, 14 Jan 2014 18:25:55 -0300, Arnaldo Carvalho de Melo wrote: Em Tue, Jan 14, 2014 at 01:07:00PM -0800, Andi Kleen escreveu: Namhyung Kim namhy...@kernel.org writes: +--percentage:: +Determine how to

Re: [PATCH 3/5] perf report: Add --percentage option

2014-01-15 Thread Namhyung Kim
On Wed, 15 Jan 2014 15:30:03 -0300, Arnaldo Carvalho de Melo wrote: Em Wed, Jan 15, 2014 at 11:18:23AM +0900, Namhyung Kim escreveu: On Tue, 14 Jan 2014 18:25:55 -0300, Arnaldo Carvalho de Melo wrote: Em Tue, Jan 14, 2014 at 01:07:00PM -0800, Andi Kleen escreveu: Namhyung Kim

Re: [PATCH 3/5] perf report: Add --percentage option

2014-01-14 Thread Namhyung Kim
On Tue, 14 Jan 2014 18:25:55 -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Jan 14, 2014 at 01:07:00PM -0800, Andi Kleen escreveu: >> Namhyung Kim writes: >> > >> > +--percentage:: >> > + Determine how to display the overhead percentage of filtered >> > entries. >> >> This should describe

Re: [PATCH 3/5] perf report: Add --percentage option

2014-01-14 Thread Arnaldo Carvalho de Melo
Em Tue, Jan 14, 2014 at 01:07:00PM -0800, Andi Kleen escreveu: > Namhyung Kim writes: > > > > +--percentage:: > > + Determine how to display the overhead percentage of filtered > > entries. > > This should describe also what a "filtered entry" exactly is. It's not clear > even to me. Yeah,

Re: [PATCH 3/5] perf report: Add --percentage option

2014-01-14 Thread Andi Kleen
Namhyung Kim writes: > > +--percentage:: > + Determine how to display the overhead percentage of filtered > entries. This should describe also what a "filtered entry" exactly is. It's not clear even to me. -Andi > + "relative" means it's relative to filtered entries only so that the

Re: [PATCH 3/5] perf report: Add --percentage option

2014-01-14 Thread Andi Kleen
Namhyung Kim namhy...@kernel.org writes: +--percentage:: + Determine how to display the overhead percentage of filtered entries. This should describe also what a filtered entry exactly is. It's not clear even to me. -Andi + relative means it's relative to filtered entries only so

Re: [PATCH 3/5] perf report: Add --percentage option

2014-01-14 Thread Arnaldo Carvalho de Melo
Em Tue, Jan 14, 2014 at 01:07:00PM -0800, Andi Kleen escreveu: Namhyung Kim namhy...@kernel.org writes: +--percentage:: + Determine how to display the overhead percentage of filtered entries. This should describe also what a filtered entry exactly is. It's not clear even to me.

Re: [PATCH 3/5] perf report: Add --percentage option

2014-01-14 Thread Namhyung Kim
On Tue, 14 Jan 2014 18:25:55 -0300, Arnaldo Carvalho de Melo wrote: Em Tue, Jan 14, 2014 at 01:07:00PM -0800, Andi Kleen escreveu: Namhyung Kim namhy...@kernel.org writes: +--percentage:: + Determine how to display the overhead percentage of filtered entries. This should describe

[PATCH 3/5] perf report: Add --percentage option

2014-01-13 Thread Namhyung Kim
The --percentage option is for controlling overhead percentage displayed. It can only receive either of "relative" or "absolute". "relative" means it's relative to filtered entries only so that the sum of shown entries will be always 100%. "absolute" means it retains original value before and

[PATCH 3/5] perf report: Add --percentage option

2014-01-13 Thread Namhyung Kim
The --percentage option is for controlling overhead percentage displayed. It can only receive either of relative or absolute. relative means it's relative to filtered entries only so that the sum of shown entries will be always 100%. absolute means it retains original value before and after the