diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-10-13 07:01:33 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-10-13 07:01:33 -0400 |
commit | df71d95f86ec7310722f96b6902699f3fe30b439 (patch) | |
tree | 39bb03df54fc25cb8032a65f8386585813f50a57 /tools/perf/util/sort.h | |
parent | 900e14a8f5a49e987790b93c7906989b22075f1b (diff) |
perf hists: Don't free decayed entries if in the annotation browser
Just let it there till the user exits the annotation browser.
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-nmaxuzreqhm5k10t2co5sk9a@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/sort.h')
-rw-r--r-- | tools/perf/util/sort.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index 03851e301721..3f67ae395752 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h | |||
@@ -64,6 +64,7 @@ struct hist_entry { | |||
64 | 64 | ||
65 | bool init_have_children; | 65 | bool init_have_children; |
66 | char level; | 66 | char level; |
67 | bool used; | ||
67 | u8 filtered; | 68 | u8 filtered; |
68 | struct symbol *parent; | 69 | struct symbol *parent; |
69 | union { | 70 | union { |