]> git.baikalelectronics.ru Git - kernel.git/commit
perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etc
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 16 Dec 2019 16:22:33 +0000 (13:22 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Mar 2020 15:43:49 +0000 (16:43 +0100)
commitbdc1cd076572b8c52ba8aacc1243f4e872911d40
tree53dcec9f252925e49037e2d589435445d8d65ca9
parentdb5fc5f003129793b23cd61936832bac6ef7481c
perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etc

commit 9016ac426268a99a56aa7975990fdc56c18aec99 upstream.

We need to set actions->ms.map since dc3f1d43bfac ("perf hists browser:
Check sort keys before hot key actions"), as in that patch we bail out
if map is NULL.

Reviewed-by: Jiri Olsa <jolsa@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Fixes: dc3f1d43bfac ("perf hists browser: Check sort keys before hot key actions")
Link: https://lkml.kernel.org/n/tip-wp1ssoewy6zihwwexqpohv0j@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/perf/ui/browsers/hists.c