Re: [PATCH 8/9] perf report: Add report.percent-limit config variable

2013-05-16 Thread Pekka Enberg
On 05/15/2013 01:08 PM, Namhyung Kim wrote: Hi Pekka, On Tue, 14 May 2013 14:05:38 +0300, Pekka Enberg wrote: On Tue, May 14, 2013 at 5:09 AM, Namhyung Kim wrote: From: Namhyung Kim Now an user can set a default value of --percent-limit option into the perfconfig file. $ cat

Re: [PATCH 8/9] perf report: Add report.percent-limit config variable

2013-05-16 Thread Pekka Enberg
On 05/15/2013 01:08 PM, Namhyung Kim wrote: Hi Pekka, On Tue, 14 May 2013 14:05:38 +0300, Pekka Enberg wrote: On Tue, May 14, 2013 at 5:09 AM, Namhyung Kim namhy...@kernel.org wrote: From: Namhyung Kim namhyung@lge.com Now an user can set a default value of --percent-limit option into

Re: [PATCH 8/9] perf report: Add report.percent-limit config variable

2013-05-15 Thread Namhyung Kim
Hi Pekka, On Tue, 14 May 2013 14:05:38 +0300, Pekka Enberg wrote: > On Tue, May 14, 2013 at 5:09 AM, Namhyung Kim wrote: >> From: Namhyung Kim >> >> Now an user can set a default value of --percent-limit option into the >> perfconfig file. >> >> $ cat ~/.perfconfig >> [report] >>

Re: [PATCH 8/9] perf report: Add report.percent-limit config variable

2013-05-15 Thread Namhyung Kim
Hi Pekka, On Tue, 14 May 2013 14:05:38 +0300, Pekka Enberg wrote: On Tue, May 14, 2013 at 5:09 AM, Namhyung Kim namhy...@kernel.org wrote: From: Namhyung Kim namhyung@lge.com Now an user can set a default value of --percent-limit option into the perfconfig file. $ cat ~/.perfconfig

Re: [PATCH 8/9] perf report: Add report.percent-limit config variable

2013-05-14 Thread Pekka Enberg
On Tue, May 14, 2013 at 5:09 AM, Namhyung Kim wrote: > From: Namhyung Kim > > Now an user can set a default value of --percent-limit option into the > perfconfig file. > > $ cat ~/.perfconfig > [report] > percent-limit = 0.1 > > Cc: Andi Kleen > Cc: Pekka Enberg > Signed-off-by: Namhyung

Re: [PATCH 8/9] perf report: Add report.percent-limit config variable

2013-05-14 Thread Pekka Enberg
On Tue, May 14, 2013 at 5:09 AM, Namhyung Kim namhy...@kernel.org wrote: From: Namhyung Kim namhyung@lge.com Now an user can set a default value of --percent-limit option into the perfconfig file. $ cat ~/.perfconfig [report] percent-limit = 0.1 Cc: Andi Kleen

[PATCH 8/9] perf report: Add report.percent-limit config variable

2013-05-13 Thread Namhyung Kim
From: Namhyung Kim Now an user can set a default value of --percent-limit option into the perfconfig file. $ cat ~/.perfconfig [report] percent-limit = 0.1 Cc: Andi Kleen Cc: Pekka Enberg Signed-off-by: Namhyung Kim --- tools/perf/builtin-report.c | 7 ++- 1 file changed, 6

[PATCH 8/9] perf report: Add report.percent-limit config variable

2013-05-13 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Now an user can set a default value of --percent-limit option into the perfconfig file. $ cat ~/.perfconfig [report] percent-limit = 0.1 Cc: Andi Kleen a...@firstfloor.org Cc: Pekka Enberg penb...@kernel.org Signed-off-by: Namhyung Kim