Re: [PATCH v8 3/4] perf config: Prepare all default configs

2016-04-20 Thread Taeung Song
Hi, Arnaldo :-) On 04/20/2016 10:22 PM, Arnaldo Carvalho de Melo wrote: Em Wed, Apr 20, 2016 at 09:44:38PM +0900, Namhyung Kim escreveu: On Mon, Apr 18, 2016 at 11:55:18PM +0900, Taeung Song wrote: On 04/15/2016 01:42 AM, Taeung Song wrote: On 04/14/2016 09:19 PM, Arnaldo Carvalho de Melo wro

Re: [PATCH v8 3/4] perf config: Prepare all default configs

2016-04-20 Thread Taeung Song
Hi, Namhyung On 04/20/2016 09:44 PM, Namhyung Kim wrote: Hi Taeung, On Mon, Apr 18, 2016 at 11:55:18PM +0900, Taeung Song wrote: Hi, Namhyung On 04/15/2016 01:42 AM, Taeung Song wrote: Hi, Arnaldo On 04/14/2016 09:19 PM, Arnaldo Carvalho de Melo wrote: Em Thu, Apr 14, 2016 at 04:53:20PM +0

Re: [PATCH v8 3/4] perf config: Prepare all default configs

2016-04-20 Thread Arnaldo Carvalho de Melo
Em Wed, Apr 20, 2016 at 09:44:38PM +0900, Namhyung Kim escreveu: > On Mon, Apr 18, 2016 at 11:55:18PM +0900, Taeung Song wrote: > > On 04/15/2016 01:42 AM, Taeung Song wrote: > > > On 04/14/2016 09:19 PM, Arnaldo Carvalho de Melo wrote: > > > > Em Thu, Apr 14, 2016 at 04:53:20PM +0900, Taeung Song

Re: [PATCH v8 3/4] perf config: Prepare all default configs

2016-04-20 Thread Namhyung Kim
Hi Taeung, On Mon, Apr 18, 2016 at 11:55:18PM +0900, Taeung Song wrote: > Hi, Namhyung > > On 04/15/2016 01:42 AM, Taeung Song wrote: > > Hi, Arnaldo > > > > On 04/14/2016 09:19 PM, Arnaldo Carvalho de Melo wrote: > > > Em Thu, Apr 14, 2016 at 04:53:20PM +0900, Taeung Song escreveu: > > > > To p

Re: [PATCH v8 3/4] perf config: Prepare all default configs

2016-04-18 Thread Taeung Song
Hi, Namhyung On 04/15/2016 01:42 AM, Taeung Song wrote: Hi, Arnaldo On 04/14/2016 09:19 PM, Arnaldo Carvalho de Melo wrote: Em Thu, Apr 14, 2016 at 04:53:20PM +0900, Taeung Song escreveu: To precisely manage configs, prepare all default perf's configs that contain default section name, variab

Re: [PATCH v8 3/4] perf config: Prepare all default configs

2016-04-14 Thread Taeung Song
Hi, Arnaldo On 04/14/2016 09:19 PM, Arnaldo Carvalho de Melo wrote: Em Thu, Apr 14, 2016 at 04:53:20PM +0900, Taeung Song escreveu: To precisely manage configs, prepare all default perf's configs that contain default section name, variable name, value and correct type, not string type. In the

Re: [PATCH v8 3/4] perf config: Prepare all default configs

2016-04-14 Thread Arnaldo Carvalho de Melo
Em Thu, Apr 14, 2016 at 04:53:20PM +0900, Taeung Song escreveu: > To precisely manage configs, > prepare all default perf's configs that contain > default section name, variable name, value > and correct type, not string type. > > In the near future, this will be used when > checking type of confi

[PATCH v8 3/4] perf config: Prepare all default configs

2016-04-14 Thread Taeung Song
To precisely manage configs, prepare all default perf's configs that contain default section name, variable name, value and correct type, not string type. In the near future, this will be used when checking type of config variable or showing all configs with default values, etc. Acked-by: Namhyun