Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199106
b: refs/heads/master
c: f6e1467
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed May 19, 2010
1 parent a1883b7 commit a38b57e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: ce7f15452cc1dc1eca795542367871a07f37aa79
refs/heads/master: f6e1467d8303a397ce40bcfb5f72f97d3ebc768f
4 changes: 4 additions & 0 deletions trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,10 @@ bool __dsos__read_build_ids(struct list_head *head, bool with_hits)
list_for_each_entry(pos, head, node) {
if (with_hits && !pos->hit)
continue;
if (pos->has_build_id) {
have_build_id = true;
continue;
}
if (filename__read_build_id(pos->long_name, pos->build_id,
sizeof(pos->build_id)) > 0) {
have_build_id = true;
Expand Down

0 comments on commit a38b57e

Please sign in to comment.