git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
820bc81
)
perf hists: Add missing update on filtered stats in hists__decay_entries()
author
Namhyung Kim
<namhyung@kernel.org>
Tue, 22 Apr 2014 04:44:23 +0000
(13:44 +0900)
committer
Jiri Olsa
<jolsa@kernel.org>
Thu, 24 Apr 2014 14:32:44 +0000
(16:32 +0200)
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 <namhyung@kernel.org>
Link:
http://lkml.kernel.org/r/1398327843-31845-8-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
No differences found