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

From: Namhyung Kim
Date: Mon May 11 2015 - 11:39:15 EST


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
> > option with these like below:
> >
> > $ perf report -T --tui
> > Error: --threads option cannot be used with --tui
> >
> > usage: perf report [<options>]
> >
> > -T, --threads Show per-thread event counters
> > --tui Use the TUI interface
> >
> > Requested-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
> > Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
>
> So thanks for that! Can you please check that it applies on top of my
> perf/core branch? I had already applied your patch :-\ Just pushed the
> branch, should be at git.kernel.org soon.

Looks OK to me.

Thanks,
Namhyung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/