[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YC1fpJIJFFfrNLUI@kernel.org>
Date: Wed, 17 Feb 2021 15:25:40 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Martin Liška <mliska@...e.cz>
Cc: linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org
Subject: Re: [PATCH] perf annotate: do not jump after 'k' is pressed
Em Mon, Feb 15, 2021 at 01:45:25PM +0100, Martin Liška escreveu:
> Do not jump when 'k' is pressed, the cursor show stay where it is.
> Right now, it jumps to the currently selected hot instruction.
Thanks, applied.
- Arnaldo
> Signed-off-by: Martin Liška <mliska@...e.cz>
> ---
> tools/perf/ui/browsers/annotate.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/ui/browsers/annotate.c b/tools/perf/ui/browsers/annotate.c
> index bd77825fd5a1..35b82caf8090 100644
> --- a/tools/perf/ui/browsers/annotate.c
> +++ b/tools/perf/ui/browsers/annotate.c
> @@ -759,7 +759,7 @@ static int annotate_browser__run(struct annotate_browser *browser,
> continue;
> case 'k':
> notes->options->show_linenr = !notes->options->show_linenr;
> - break;
> + continue;
> case 'H':
> nd = browser->curr_hot;
> break;
> --
> 2.30.0
>
--
- Arnaldo
Powered by blists - more mailing lists