Re: [PATCH v4 3/5] perf config: Add functions which can get or set perf config variables

2015-07-27 Thread Namhyung Kim
On Mon, Jul 27, 2015 at 12:58:29AM +0900, Taeung Song wrote: > This patch consists of functions > which can get, set specific config variables. I think you'd be better splitting this patch into pieces. I'd like to do it with 3 patches - one for adding default config set (possibly squash/reorder -

[PATCH v4 3/5] perf config: Add functions which can get or set perf config variables

2015-07-26 Thread Taeung Song
This patch consists of functions which can get, set specific config variables. For the syntax examples, perf config [options] [section.name[=value] ...] display key-value pairs of specific config variables # perf config report.queue-size report.children set specific config variables

[PATCH v4 3/5] perf config: Add functions which can get or set perf config variables

2015-07-19 Thread Taeung Song
This patch consists of functions which can get, set specific config variables. For the syntax examples, perf config [options] [section.name[=value] ...] display key-value pairs of specific config variables # perf config report.queue-size report.children set specific config variables