Re: [PATCH 4/3] perf report: Show error message for incompatible UI request

2015-05-11 Thread Namhyung Kim
On Mon, May 11, 2015 at 11:03:09AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, May 11, 2015 at 10:46:23PM +0900, Namhyung Kim escreveu: > > Currently --header, --header-only and --threads/-T options are supported > > on stdio mode only. Show warning if user passes one of --tui or --gtk > > op

Re: [PATCH 4/3] perf report: Show error message for incompatible UI request

2015-05-11 Thread Arnaldo Carvalho de Melo
Em Mon, May 11, 2015 at 10:46:23PM +0900, Namhyung Kim escreveu: > Currently --header, --header-only and --threads/-T options are supported > on stdio mode only. Show warning if user passes one of --tui or --gtk > option with these like below: > > $ perf report -T --tui > Error: --threads opt

[PATCH 4/3] perf report: Show error message for incompatible UI request

2015-05-11 Thread Namhyung Kim
Currently --header, --header-only and --threads/-T options are supported on stdio mode only. Show warning if user passes one of --tui or --gtk option with these like below: $ perf report -T --tui Error: --threads option cannot be used with --tui usage: perf report [] -T, --thre