Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175437
b: refs/heads/master
c: 8b4825b
h: refs/heads/master
i:
  175435: dd49ce9
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Dec 10, 2009
1 parent b3dd2e1 commit 7052d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bc3abfb1b50964ffbbd0fc4e1ffe598b1b63a8c7
refs/heads/master: 8b4825bf8da5c07e80496b749e9a50d675df4119
5 changes: 3 additions & 2 deletions trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,9 @@ static bool __dsos__read_build_ids(struct list_head *head)

bool dsos__read_build_ids(void)
{
return __dsos__read_build_ids(&dsos__kernel) ||
__dsos__read_build_ids(&dsos__user);
bool kbuildids = __dsos__read_build_ids(&dsos__kernel),
ubuildids = __dsos__read_build_ids(&dsos__user);
return kbuildids || ubuildids;
}

/*
Expand Down

0 comments on commit 7052d0b

Please sign in to comment.