[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ca5862a6-8b91-5085-0bd6-397233f618a8@gmail.com>
Date: Mon, 21 Aug 2017 14:34:55 +0900
From: Taeung Song <treeze.taeung@...il.com>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: linux-kernel@...r.kernel.org, taeung@...slab.kr,
Namhyung Kim <namhyung@...nel.org>,
Jiri Olsa <jolsa@...hat.com>
Subject: Re: [PATCH v3 4/5] perf annotate browser: Support --show-nr-samples
option
On 08/18/2017 11:17 PM, Arnaldo Carvalho de Melo wrote:
> Em Fri, Aug 18, 2017 at 05:47:03PM +0900, Taeung Song escreveu:
>> Cc: Namhyung Kim <namhyung@...nel.org>
>> Cc: Jiri Olsa <jolsa@...hat.com>
>> Signed-off-by: Taeung Song <treeze.taeung@...il.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
>
I got it :)
Thanks,
Taeung
Powered by blists - more mailing lists