[PATCH v4 0/5] perf tools: Add 'perf-config' command

2015-07-26 Thread Taeung Song
So far, it is difficult that the state of perf configs is looked through and there's no knowing what kind of other variables except variables in perfconfig.example. Also perf configs can't be changed without manually modifying $HOME/.perfconfig or $(sysconfdir)/perfconfig file. So I suggest this

Re: [PATCH v4 0/5] perf tools: Add 'perf-config' command

2015-07-19 Thread Namhyung Kim
Hi Taeung, On Fri, Jul 17, 2015 at 10:39:57AM +0900, Taeung Song wrote: > Changes in v4: > - If some config value is default value, notice it is '(default)'as > below. > > # perf config colors.normal > colors.normal=lightgray, default (default) > > - A config file pa

[PATCH v4 0/5] perf tools: Add 'perf-config' command

2015-07-19 Thread Taeung Song
Changes in v4: - If some config value is default value, notice it is '(default)'as below. # perf config colors.normal colors.normal=lightgray, default (default) - A config file path is only decided in perf_config(). And a perf-config command depend on