Re: [PATCH 2/2] perf tools: Add options 'get', 'set' and 'unset' to 'perf-config'.

2015-04-07 Thread Jiri Olsa
On Sun, Apr 05, 2015 at 02:41:28AM +0900, Taeung Song wrote: > Add 'get' option that can show value of a specific config variable > and 'set' and 'unset' option that can create or replace a config variable. vould you please update the changelog with the new syntax examples? also Documentation/perf

[PATCH 2/2] perf tools: Add options 'get', 'set' and 'unset' to 'perf-config'.

2015-04-04 Thread Taeung Song
Add 'get' option that can show value of a specific config variable and 'set' and 'unset' option that can create or replace a config variable. Signed-off-by: Taeung Song --- tools/perf/builtin-config.c | 198 tools/perf/util/cache.h | 18 +++- too