Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201015
b: refs/heads/master
c: 97aa105
h: refs/heads/master
i:
  201013: eba2195
  201011: 79e1686
  201007: 97b2a31
v: v3
  • Loading branch information
Frederic Weisbecker committed Jul 8, 2010
1 parent 69e1c24 commit 5eee9fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 869599ceda4a035cdb3345c563b74cdeef10f790
refs/heads/master: 97aa1052739c6a06cb6b0467dbf410613d20bc97
3 changes: 3 additions & 0 deletions trunk/tools/perf/util/callchain.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ static inline void callchain_init(struct callchain_node *node)
INIT_LIST_HEAD(&node->brothers);
INIT_LIST_HEAD(&node->children);
INIT_LIST_HEAD(&node->val);

node->parent = NULL;
node->hit = 0;
}

static inline u64 cumul_hits(struct callchain_node *node)
Expand Down

0 comments on commit 5eee9fe

Please sign in to comment.