Re: [PATCH 4/6] perf config: Add support for writing configs to a config file

2016-11-14 Thread Taeung Song
Hi, Arnaldo :) On 11/15/2016 10:49 AM, Arnaldo Carvalho de Melo wrote: Em Tue, Nov 15, 2016 at 02:00:38AM +0900, Taeung Song escreveu: Thank you for your review. I have a question at the very bottom (skip v2 I sent lately or not ?). Humm, I combined some patches, fixed up the stuff I noticed

Re: [PATCH 4/6] perf config: Add support for writing configs to a config file

2016-11-14 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 15, 2016 at 02:00:38AM +0900, Taeung Song escreveu: > Thank you for your review. > > I have a question at the very bottom > (skip v2 I sent lately or not ?). Humm, I combined some patches, fixed up the stuff I noticed, and pushed to Ingo, please take a look at that and post patches fo

Re: [PATCH 4/6] perf config: Add support for writing configs to a config file

2016-11-14 Thread Taeung Song
Thank you for your review. I have a question at the very bottom (skip v2 I sent lately or not ?). On 11/15/2016 01:04 AM, Arnaldo Carvalho de Melo wrote: Em Fri, Nov 04, 2016 at 03:44:20PM +0900, Taeung Song escreveu: Add setting feature that can add config variables with their values to a con

Re: [PATCH 4/6] perf config: Add support for writing configs to a config file

2016-11-14 Thread Arnaldo Carvalho de Melo
Em Fri, Nov 04, 2016 at 03:44:20PM +0900, Taeung Song escreveu: > Add setting feature that can add config variables with their values > to a config file (i.e. user or system config file) or modify > config key-value pairs in a config file. > For the syntax examples, > > perf config [] [section

[PATCH 4/6] perf config: Add support for writing configs to a config file

2016-11-03 Thread Taeung Song
Add setting feature that can add config variables with their values to a config file (i.e. user or system config file) or modify config key-value pairs in a config file. For the syntax examples, perf config [] [section.name[=value] ...] e.g. You can set the ui.show-headers to false with