Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156736
b: refs/heads/master
c: 1340e6b
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Aug 12, 2009
1 parent af7a226 commit 7c2e78b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 247648e3742ded01e42a4b14c2da330b13cbb47f
refs/heads/master: 1340e6bbaff7ff7f6f75eb4a5c34933efce84a84
2 changes: 2 additions & 0 deletions trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,8 @@ int dso__load(struct dso *self, symbol_filter_t filter, int verbose)
}
out:
free(name);
if (ret < 0 && strstr(self->name, " (deleted)") != NULL)
return 0;
return ret;
}

Expand Down

0 comments on commit 7c2e78b

Please sign in to comment.