Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333961
b: refs/heads/master
c: ae359f1
h: refs/heads/master
i:
  333959: 7da0ea3
v: v3
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Oct 4, 2012
1 parent 7fb0a9c commit 891c6b9
Show file tree
Hide file tree
Showing 3 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: ae0c1f993411d88bf54c9e20a4249ebcc7a041f9
refs/heads/master: ae359f193a80e19166efaed7d400d1476057b865
2 changes: 2 additions & 0 deletions trunk/tools/perf/util/hist.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ struct hist_entry *__hists__add_branch_entry(struct hists *self,
.parent = sym_parent,
.filtered = symbol__parent_filter(sym_parent),
.branch_info = bi,
.hists = self,
};

return add_hist_entry(self, &entry, al, period);
Expand All @@ -346,6 +347,7 @@ struct hist_entry *__hists__add_entry(struct hists *self,
.period = period,
.parent = sym_parent,
.filtered = symbol__parent_filter(sym_parent),
.hists = self,
};

return add_hist_entry(self, &entry, al, period);
Expand Down
1 change: 1 addition & 0 deletions trunk/tools/perf/util/sort.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ struct hist_entry {
struct rb_root sorted_chain;
};
struct branch_info *branch_info;
struct hists *hists;
struct callchain_root callchain[0];
};

Expand Down

0 comments on commit 891c6b9

Please sign in to comment.