Re: [PATCH v9 5/9] perf config: Add a option 'list-all' to perf-config

2015-11-03 Thread Namhyung Kim
On Tue, Nov 03, 2015 at 10:50:16AM +0900, Taeung Song wrote: > A option 'list-all' is to display both current config variables and > all possible config variables with default values. > The syntax examples are like below > > perf config [] [options] > > display all perf config with defaul

[PATCH v9 5/9] perf config: Add a option 'list-all' to perf-config

2015-11-02 Thread Taeung Song
A option 'list-all' is to display both current config variables and all possible config variables with default values. The syntax examples are like below perf config [] [options] display all perf config with default values. # perf config -a | --list-all Signed-off-by: Taeung Song --