Re: [PATCH v10 01/22] perf tools: Add 'perf-config' command

2015-11-09 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 09, 2015 at 10:58:06AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Nov 09, 2015 at 11:32:54AM +0900, Taeung Song escreveu: > > The perf configuration file contains many variables to change various > > aspects of each of its tools, including output, disk usage, etc. > > But looki

Re: [PATCH v10 01/22] perf tools: Add 'perf-config' command

2015-11-09 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 09, 2015 at 11:32:54AM +0900, Taeung Song escreveu: > The perf configuration file contains many variables to change various > aspects of each of its tools, including output, disk usage, etc. > But looking through state of configuration is difficult and > there's no knowing what kind of

[PATCH v10 01/22] perf tools: Add 'perf-config' command

2015-11-08 Thread Taeung Song
The perf configuration file contains many variables to change various aspects of each of its tools, including output, disk usage, etc. 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 pa