Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299234
b: refs/heads/master
c: 8493fe1
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Apr 5, 2012
1 parent f8c3f0e commit 17a7773
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: 63fa471dd49e9c9ce029d910d1024330d9b1b145
refs/heads/master: 8493fe1daf15324eb13a4cc2f94e258716daa568
3 changes: 3 additions & 0 deletions trunk/tools/perf/util/ui/browsers/hists.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ static int callchain__count_rows(struct rb_root *chain)

static bool map_symbol__toggle_fold(struct map_symbol *self)
{
if (!self)
return false;

if (!self->has_children)
return false;

Expand Down

0 comments on commit 17a7773

Please sign in to comment.