]> git.karo-electronics.de Git - linux-beck.git/blobdiff - tools/perf/util/callchain.h
Merge branch 'perf/urgent' into perf/core
[linux-beck.git] / tools / perf / util / callchain.h
index 51a8f2b600bd75dfb0296b1cc943d3778fa2fc9f..c15fb8c24ad2b87388e97cd6346cfdebaac11dd5 100644 (file)
@@ -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;
 }