Re: [PATCH v3 2/5] perf config: Add functions which can get or set perf config variables.

2015-07-19 Thread Taewoong Song
> On Jul 12, 2015, at 11:33 PM, Jiri Olsa wrote: > > On Sun, Jul 12, 2015 at 02:10:56PM +0900, Taeung Song wrote: >> This patch consists of functions >> which can get, set specific config variables. >> For the syntax examples, >> >> perf config [options] [section.name[=value] ...] >> >> di

Re: [PATCH v3 2/5] perf config: Add functions which can get or set perf config variables.

2015-07-12 Thread Jiri Olsa
On Sun, Jul 12, 2015 at 02:10:56PM +0900, Taeung Song wrote: > 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 ># per

[PATCH v3 2/5] perf config: Add functions which can get or set perf config variables.

2015-07-12 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