Re: [PATCH 4/4] perf tools: Introduce usage_with_options_msg()

2015-10-27 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 26, 2015 at 11:13:32PM +, 平松雅巳 / HIRAMATU,MASAMI escreveu: > >From: Namhyung Kim [mailto:namhy...@gmail.com] On Behalf Of Namhyung Kim > > > >Now usage_with_options() setup a pager before printing message so normal > >printf() or pr_err() will not be shown. The

Re: [PATCH 4/4] perf tools: Introduce usage_with_options_msg()

2015-10-27 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 26, 2015 at 11:13:32PM +, 平松雅巳 / HIRAMATU,MASAMI escreveu: > >From: Namhyung Kim [mailto:namhy...@gmail.com] On Behalf Of Namhyung Kim > > > >Now usage_with_options() setup a pager before printing message so normal > >printf() or pr_err() will not be shown. The

RE: [PATCH 4/4] perf tools: Introduce usage_with_options_msg()

2015-10-26 Thread 平松雅巳 / HIRAMATU,MASAMI
>From: Namhyung Kim [mailto:namhy...@gmail.com] On Behalf Of Namhyung Kim > >Now usage_with_options() setup a pager before printing message so normal >printf() or pr_err() will not be shown. The usage_with_options_msg() >can be used to print some help message before usage strings. Thanks! looks

Re: [PATCH 4/4] perf tools: Introduce usage_with_options_msg()

2015-10-26 Thread Arnaldo Carvalho de Melo
Em Sun, Oct 25, 2015 at 12:49:27AM +0900, Namhyung Kim escreveu: > Now usage_with_options() setup a pager before printing message so normal > printf() or pr_err() will not be shown. The usage_with_options_msg() > can be used to print some help message before usage strings. Haven't tested, but

RE: [PATCH 4/4] perf tools: Introduce usage_with_options_msg()

2015-10-26 Thread 平松雅巳 / HIRAMATU,MASAMI
>From: Namhyung Kim [mailto:namhy...@gmail.com] On Behalf Of Namhyung Kim > >Now usage_with_options() setup a pager before printing message so normal >printf() or pr_err() will not be shown. The usage_with_options_msg() >can be used to print some help message before usage strings. Thanks! looks

Re: [PATCH 4/4] perf tools: Introduce usage_with_options_msg()

2015-10-26 Thread Arnaldo Carvalho de Melo
Em Sun, Oct 25, 2015 at 12:49:27AM +0900, Namhyung Kim escreveu: > Now usage_with_options() setup a pager before printing message so normal > printf() or pr_err() will not be shown. The usage_with_options_msg() > can be used to print some help message before usage strings. Haven't tested, but

[PATCH 4/4] perf tools: Introduce usage_with_options_msg()

2015-10-24 Thread Namhyung Kim
Now usage_with_options() setup a pager before printing message so normal printf() or pr_err() will not be shown. The usage_with_options_msg() can be used to print some help message before usage strings. Cc: Masami Hiramatsu Signed-off-by: Namhyung Kim --- tools/perf/builtin-evlist.c | 4

[PATCH 4/4] perf tools: Introduce usage_with_options_msg()

2015-10-24 Thread Namhyung Kim
Now usage_with_options() setup a pager before printing message so normal printf() or pr_err() will not be shown. The usage_with_options_msg() can be used to print some help message before usage strings. Cc: Masami Hiramatsu Signed-off-by: Namhyung Kim