perf hists browser: Fix 'd' hotkey action to filter by DSO
[firefly-linux-kernel-4.4.55.git] / tools / perf / ui / browsers / hists.c
index e5afb893604044f189da5a0f50962f990362e0da..a7ce0cf117e7d4cc2c21f56fdda090c4eb6c6e3d 100644 (file)
@@ -1875,6 +1875,7 @@ static int perf_evsel__hists_browse(struct perf_evsel *evsel, int nr_events,
                        continue;
                case 'd':
                        actions->dso = dso;
+                       actions->ms.map = map;
                        do_zoom_dso(browser, actions);
                        continue;
                case 'V':