Re: [PATCH v9 1/9] perf tools: Add 'perf-config' command

2015-11-05 Thread Taeung Song
Hi, Arnaldo Thanks for your review. > On Nov 4, 2015, at 12:40 AM, Arnaldo Carvalho de Melo > wrote: > > Em Tue, Nov 03, 2015 at 10:50:12AM +0900, Taeung Song escreveu: >> The perf configuration file contains many variables which can make >> the perf command's action more effective. >> But loo

Re: [PATCH v9 1/9] perf tools: Add 'perf-config' command

2015-11-03 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 03, 2015 at 10:50:12AM +0900, Taeung Song escreveu: > The perf configuration file contains many variables which can make > the perf command's action more effective. > But looking through state of configuration is difficult and there's no knowing > what kind of other variables except var

Re: [PATCH v9 1/9] perf tools: Add 'perf-config' command

2015-11-03 Thread Namhyung Kim
Hi Taeung, On Tue, Nov 03, 2015 at 10:50:12AM +0900, Taeung Song wrote: > The perf configuration file contains many variables which can make > the perf command's action more effective. > But looking through state of configuration is difficult and there's no knowing > what kind of other variables e

[PATCH v9 1/9] perf tools: Add 'perf-config' command

2015-11-02 Thread Taeung Song
The perf configuration file contains many variables which can make the perf command's action more effective. But looking through state of configuration is difficult and there's no knowing what kind of other variables except variables in perfconfig.example exist. So This patch adds 'perf-config' com