lkml.org 
[lkml]   [2017]   [Aug]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v3 4/5] perf annotate browser: Support --show-nr-samples option
From
Date


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@kernel.org>
>> Cc: Jiri Olsa <jolsa@redhat.com>
>> Signed-off-by: Taeung Song <treeze.taeung@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
>

I got it :)

Thanks,
Taeung

\
 
 \ /
  Last update: 2017-08-21 07:36    [W:0.039 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site