OSDN Git Service

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)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 6 Jan 2020 14:46:09 +0000 (11:46 -0300)
commit3f7774033e6820d25beee5cf7aefa11d4968b951
treee421f12bc74166d3c07ffc6663b3aaa8b1aa155d
parent6794200fa3c9c3e6759dae099145f23e4310f4f7
perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etc

We need to set actions->ms.map since 599a2f38a989 ("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: 599a2f38a989 ("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>
tools/perf/ui/browsers/hists.c