Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-04-02 Thread Taeung Song
On 04/01/2016 11:35 PM, Arnaldo Carvalho de Melo wrote: Em Fri, Apr 01, 2016 at 07:27:22PM +0900, Taeung Song escreveu: On 04/01/2016 02:31 AM, Arnaldo Carvalho de Melo wrote: Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: +static int collect_config(const char *var, const

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-04-02 Thread Taeung Song
On 04/01/2016 11:35 PM, Arnaldo Carvalho de Melo wrote: Em Fri, Apr 01, 2016 at 07:27:22PM +0900, Taeung Song escreveu: On 04/01/2016 02:31 AM, Arnaldo Carvalho de Melo wrote: Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: +static int collect_config(const char *var, const

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-04-01 Thread Arnaldo Carvalho de Melo
Em Fri, Apr 01, 2016 at 07:27:22PM +0900, Taeung Song escreveu: > On 04/01/2016 02:31 AM, Arnaldo Carvalho de Melo wrote: > >Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: > >>+static int collect_config(const char *var, const char *value, > >>+ void

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-04-01 Thread Arnaldo Carvalho de Melo
Em Fri, Apr 01, 2016 at 07:27:22PM +0900, Taeung Song escreveu: > On 04/01/2016 02:31 AM, Arnaldo Carvalho de Melo wrote: > >Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: > >>+static int collect_config(const char *var, const char *value, > >>+ void

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-04-01 Thread Taeung Song
Hi, Arnaldo Thank you for your review. On 04/01/2016 02:31 AM, Arnaldo Carvalho de Melo wrote: Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: This infrastructure code was designed for upcoming features of perf-config. That collect config key-value pairs from user and system

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-04-01 Thread Taeung Song
Hi, Arnaldo Thank you for your review. On 04/01/2016 02:31 AM, Arnaldo Carvalho de Melo wrote: Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: This infrastructure code was designed for upcoming features of perf-config. That collect config key-value pairs from user and system

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-31 Thread Arnaldo Carvalho de Melo
Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: > This infrastructure code was designed for > upcoming features of perf-config. > > That collect config key-value pairs from user and > system config files (i.e. user wide ~/.perfconfig > and system wide $(sysconfdir)/perfconfig) >

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-31 Thread Arnaldo Carvalho de Melo
Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: > This infrastructure code was designed for > upcoming features of perf-config. > > That collect config key-value pairs from user and > system config files (i.e. user wide ~/.perfconfig > and system wide $(sysconfdir)/perfconfig) >

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-30 Thread Taeung Song
Hi, Namhyung On 03/30/2016 11:09 AM, Namhyung Kim wrote: On March 30, 2016 8:28:21 AM GMT+09:00, Taeung Song wrote: Hi, Arnaldo and Namhyung On 03/30/2016 01:12 AM, Arnaldo Carvalho de Melo wrote: Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu:

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-30 Thread Taeung Song
Hi, Namhyung On 03/30/2016 11:09 AM, Namhyung Kim wrote: On March 30, 2016 8:28:21 AM GMT+09:00, Taeung Song wrote: Hi, Arnaldo and Namhyung On 03/30/2016 01:12 AM, Arnaldo Carvalho de Melo wrote: Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: This infrastructure code was

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-29 Thread Namhyung Kim
On March 30, 2016 8:28:21 AM GMT+09:00, Taeung Song wrote: >Hi, Arnaldo and Namhyung > >On 03/30/2016 01:12 AM, Arnaldo Carvalho de Melo wrote: >> Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: >>> This infrastructure code was designed for >>> upcoming

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-29 Thread Namhyung Kim
On March 30, 2016 8:28:21 AM GMT+09:00, Taeung Song wrote: >Hi, Arnaldo and Namhyung > >On 03/30/2016 01:12 AM, Arnaldo Carvalho de Melo wrote: >> Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: >>> This infrastructure code was designed for >>> upcoming features of perf-config.

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-29 Thread Taeung Song
Hi, Arnaldo and Namhyung On 03/30/2016 01:12 AM, Arnaldo Carvalho de Melo wrote: Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: This infrastructure code was designed for upcoming features of perf-config. That collect config key-value pairs from user and system config files

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-29 Thread Taeung Song
Hi, Arnaldo and Namhyung On 03/30/2016 01:12 AM, Arnaldo Carvalho de Melo wrote: Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: This infrastructure code was designed for upcoming features of perf-config. That collect config key-value pairs from user and system config files

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-29 Thread Arnaldo Carvalho de Melo
Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: > This infrastructure code was designed for > upcoming features of perf-config. > > That collect config key-value pairs from user and > system config files (i.e. user wide ~/.perfconfig > and system wide $(sysconfdir)/perfconfig) >

Re: [PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-29 Thread Arnaldo Carvalho de Melo
Em Tue, Mar 29, 2016 at 09:43:13AM +0900, Taeung Song escreveu: > This infrastructure code was designed for > upcoming features of perf-config. > > That collect config key-value pairs from user and > system config files (i.e. user wide ~/.perfconfig > and system wide $(sysconfdir)/perfconfig) >

[PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-28 Thread Taeung Song
This infrastructure code was designed for upcoming features of perf-config. That collect config key-value pairs from user and system config files (i.e. user wide ~/.perfconfig and system wide $(sysconfdir)/perfconfig) to manage perf's configs. Cc: Namhyung Kim Cc: Jiri Olsa

[PATCH v4 1/4] perf config: Introduce perf_config_set class

2016-03-28 Thread Taeung Song
This infrastructure code was designed for upcoming features of perf-config. That collect config key-value pairs from user and system config files (i.e. user wide ~/.perfconfig and system wide $(sysconfdir)/perfconfig) to manage perf's configs. Cc: Namhyung Kim Cc: Jiri Olsa Signed-off-by: