]> git.baikalelectronics.ru Git - kernel.git/commit
perf hists browser: Fix 'd' hotkey action to filter by DSO
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 12 Nov 2015 18:59:26 +0000 (15:59 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 12 Nov 2015 21:58:17 +0000 (18:58 -0300)
commit033561f106845bdb7fe696b7e719b225fed90fc1
treea44fdb13406d6003366479b83af79aa96b733e49
parent1f7b03050e60e76c5802e99a29d00ac0c30087b6
perf hists browser: Fix 'd' hotkey action to filter by DSO

When pressing 'd' the expected action is to filter all entries by the
DSO in the current entry, but for that the action->map needs to be set,
and only action->dso was being set, fix it.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Fixes: c552edb2bcc5 ("perf hists browser: Use the map to determine if a DSO is being used as a kernel")
Link: http://lkml.kernel.org/n/tip-xqhfzgoblq49lk5h5u82atro@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/browsers/hists.c