diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-08-30 02:55:38 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-08-30 02:55:38 -0400 |
commit | 3449dafaf514f83de8d9a41f2c437a8803eea24d (patch) | |
tree | 58949fb18ebe7fa6bc2707f0d2a9b11f0936d977 /tools | |
parent | f2481f3df4521e731da36afe7f0fe19a5c93e46d (diff) | |
parent | 98ee74a75ca0f047e75400afa712f7bf08268b8e (diff) |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/callchain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/callchain.h b/tools/perf/util/callchain.h index 51a8f2b600bd..c15fb8c24ad2 100644 --- a/tools/perf/util/callchain.h +++ b/tools/perf/util/callchain.h | |||
@@ -57,6 +57,7 @@ static inline void callchain_init(struct callchain_root *root) | |||
57 | 57 | ||
58 | root->node.parent = NULL; | 58 | root->node.parent = NULL; |
59 | root->node.hit = 0; | 59 | root->node.hit = 0; |
60 | root->node.children_hit = 0; | ||
60 | root->max_depth = 0; | 61 | root->max_depth = 0; |
61 | } | 62 | } |
62 | 63 | ||