aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2010-08-30 08:55:38 +0200
committerIngo Molnar <mingo@elte.hu>2010-08-30 08:55:38 +0200
commit3449dafaf514f83de8d9a41f2c437a8803eea24d (patch)
tree58949fb18ebe7fa6bc2707f0d2a9b11f0936d977 /tools
parentperf tools: Fix linking errors with --as-needed flag (diff)
parentMerge branch 'perf/urgent' into perf/core (diff)
downloadlinux-dev-3449dafaf514f83de8d9a41f2c437a8803eea24d.tar.xz
linux-dev-3449dafaf514f83de8d9a41f2c437a8803eea24d.zip
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.h1
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)
root->node.parent = NULL;
root->node.hit = 0;
+ root->node.children_hit = 0;
root->max_depth = 0;
}