Re: [PATCH 2/2] perf tools: Add a option 'remove' to perf-config and features which get or set a config variable.

2015-04-18 Thread Namhyung Kim
On Sat, Apr 18, 2015 at 02:02:17PM +0900, Taewoong Song wrote: > > On Apr 13, 2015, at 3:55 PM, Namhyung Kim wrote: > > On Sun, Apr 12, 2015 at 11:44:49PM +0900, Taeung Song wrote: > >> +static struct config_section *find_config_section(const char > >> *section_name) > >> +{ > >> + struct

Re: [PATCH 2/2] perf tools: Add a option 'remove' to perf-config and features which get or set a config variable.

2015-04-18 Thread Namhyung Kim
On Sat, Apr 18, 2015 at 02:02:17PM +0900, Taewoong Song wrote: On Apr 13, 2015, at 3:55 PM, Namhyung Kim namhy...@kernel.org wrote: On Sun, Apr 12, 2015 at 11:44:49PM +0900, Taeung Song wrote: +static struct config_section *find_config_section(const char *section_name) +{ + struct

Re: [PATCH 2/2] perf tools: Add a option 'remove' to perf-config and features which get or set a config variable.

2015-04-13 Thread Namhyung Kim
On Sun, Apr 12, 2015 at 11:44:49PM +0900, Taeung Song wrote: > This patch consists of adding functions > which get, set or remove a specific config variable. > For the syntax examples, > >perf config [options] [section.subkey[=value]] > >display a specific key(section.subkey) and value >

Re: [PATCH 2/2] perf tools: Add a option 'remove' to perf-config and features which get or set a config variable.

2015-04-13 Thread Namhyung Kim
On Sun, Apr 12, 2015 at 11:44:49PM +0900, Taeung Song wrote: This patch consists of adding functions which get, set or remove a specific config variable. For the syntax examples, perf config [options] [section.subkey[=value]] display a specific key(section.subkey) and value #

Re: [PATCH 2/2] perf tools: Add a option 'remove' to perf-config and features which get or set a config variable.

2015-04-12 Thread Taewoong Song
Hi, jirka > On Apr 10, 2015, at 6:31 PM, Jiri Olsa wrote: > > On Thu, Apr 09, 2015 at 11:26:31PM +0900, Taeung Song wrote: >> This patch consists of adding functions >> which get, set or remove a specific config variable. >> For the syntax examples, >> >>perf config [options]

[PATCH 2/2] perf tools: Add a option 'remove' to perf-config and features which get or set a config variable.

2015-04-12 Thread Taeung Song
This patch consists of adding functions which get, set or remove a specific config variable. For the syntax examples, perf config [options] [section.subkey[=value]] display a specific key(section.subkey) and value # perf config report.queue set a specific key and value # perf

Re: [PATCH 2/2] perf tools: Add a option 'remove' to perf-config and features which get or set a config variable.

2015-04-12 Thread Taewoong Song
Hi, jirka On Apr 10, 2015, at 6:31 PM, Jiri Olsa jo...@redhat.com wrote: On Thu, Apr 09, 2015 at 11:26:31PM +0900, Taeung Song wrote: This patch consists of adding functions which get, set or remove a specific config variable. For the syntax examples, perf config [options]

[PATCH 2/2] perf tools: Add a option 'remove' to perf-config and features which get or set a config variable.

2015-04-12 Thread Taeung Song
This patch consists of adding functions which get, set or remove a specific config variable. For the syntax examples, perf config [options] [section.subkey[=value]] display a specific key(section.subkey) and value # perf config report.queue set a specific key and value # perf

[PATCH 2/2] perf tools: Add a option 'remove' to perf-config and features which get or set a config variable.

2015-04-09 Thread Taeung Song
This patch consists of adding functions which get, set or remove a specific config variable. For the syntax examples, perf config [options] [section.subkey[=value]] display all perf config with default values # perf config or # perf config -a | --all display a specific

[PATCH 2/2] perf tools: Add a option 'remove' to perf-config and features which get or set a config variable.

2015-04-09 Thread Taeung Song
This patch consists of adding functions which get, set or remove a specific config variable. For the syntax examples, perf config [options] [section.subkey[=value]] display all perf config with default values # perf config or # perf config -a | --all display a specific