From: Namhyung Kim Date: Tue, 22 Apr 2014 04:44:23 +0000 (+0900) Subject: perf hists: Add missing update on filtered stats in hists__decay_entries() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~33^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3186b6815d49b5e0defbd884223da3778edb59fc;p=pandora-kernel.git perf hists: Add missing update on filtered stats in hists__decay_entries() When a filter is used for perf top, its hists->nr_non_filtered_entries was not updated after it removed an entry in hists__decay_entries(). Also hists->stats.total_non_filtered_period was missed too. Signed-off-by: Namhyung Kim Link: http://lkml.kernel.org/r/1398327843-31845-8-git-send-email-namhyung@kernel.org Signed-off-by: Jiri Olsa --- Reading git-diff-tree failed