Re: [PATCH 1/2] perf tools: Always give options even it not compiled

2015-11-26 Thread Wangnan (F)
On 2015/11/26 16:05, Wangnan (F) wrote: On 2015/11/20 18:54, 平松雅巳 / HIRAMATU,MASAMI wrote: From: Wang Nan [mailto:wangn...@huawei.com] This patch keeps options of perf builtins same in all condition. If the option is disabled because of compiling options, users should be notified. This pat

Re: [PATCH 1/2] perf tools: Always give options even it not compiled

2015-11-26 Thread Wangnan (F)
On 2015/11/20 18:54, 平松雅巳 / HIRAMATU,MASAMI wrote: From: Wang Nan [mailto:wangn...@huawei.com] This patch keeps options of perf builtins same in all condition. If the option is disabled because of compiling options, users should be notified. This patch does it by introducing a series of new o

RE: [PATCH 1/2] perf tools: Always give options even it not compiled

2015-11-20 Thread 平松雅巳 / HIRAMATU,MASAMI
>From: Wang Nan [mailto:wangn...@huawei.com] > >This patch keeps options of perf builtins same in all condition. If the >option is disabled because of compiling options, users should be >notified. > >This patch does it by introducing a series of new option macros, flags >and field in struct options

[PATCH 1/2] perf tools: Always give options even it not compiled

2015-11-19 Thread Wang Nan
This patch keeps options of perf builtins same in all condition. If the option is disabled because of compiling options, users should be notified. This patch does it by introducing a series of new option macros, flags and field in struct options. For those options disabled by compiling, OPT_NOTBUI