Re: [PATCH v6 1/7] perf tools: Add 'perf-config' command

2015-09-30 Thread Taeung Song
Hi, Arnaldo Thanks for your review > On Sep 28, 2015, at 11:01 PM, Arnaldo Carvalho de Melo > wrote: > > Em Wed, Sep 23, 2015 at 03:57:01PM +0900, Taeung Song escreveu: >> The perf configuration file contains many variables which can make >> the perf command's action more effective. >> But lo

Re: [PATCH v6 1/7] perf tools: Add 'perf-config' command

2015-09-28 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 23, 2015 at 03:57:01PM +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

[PATCH v6 1/7] perf tools: Add 'perf-config' command

2015-09-23 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