Em Fri, Aug 18, 2017 at 05:47:03PM +0900, Taeung Song escreveu:
> Cc: Namhyung Kim <namhy...@kernel.org>
> Cc: Jiri Olsa <jo...@redhat.com>
> Signed-off-by: Taeung Song <treeze.tae...@gmail.com>

Ok, now that check for !--stdio is lifted and replaced with:

-       if (symbol_conf.show_nr_samples && !annotate.use_stdio) {
-               pr_err("--show-nr-samples is only available in --stdio mode at 
this time\n");
+       if (symbol_conf.show_nr_samples && annotate.use_gtk) {
+               pr_err("--show-nr-samples is not available in --gtk mode at 
this time\n");
                return ret;
        }

- Arnaldo

Reply via email to