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

2015-05-10 Thread taeung
Hi, Jiri Olsa Thanks for your feedbacks on my patches. There are one thing I don't understand very well. I wrote a number 1) in the middle of the your feedbacks to mark it. I don't follow, could you elaborate it little more? On 05/05/2015 04:16 AM, Jiri Olsa wrote: On Mon, Apr 27, 2015 at 03

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

2015-05-04 Thread Jiri Olsa
On Mon, Apr 27, 2015 at 03:34:24PM +0900, Taeung Song wrote: > This patch consists of functions > which can get, set specific config variables. > For the syntax examples, > >perf config [options] [section.subkey[=value] ...] > >display key-value pairs of specific config variables ># p

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

2015-05-04 Thread Jiri Olsa
On Mon, Apr 27, 2015 at 03:34:24PM +0900, Taeung Song wrote: > This patch consists of functions > which can get, set specific config variables. > For the syntax examples, > >perf config [options] [section.subkey[=value] ...] not sure this gets fixed later on, but after applying up to this pat

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

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