Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182370
b: refs/heads/master
c: cf4e5b0
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Jan 16, 2010
1 parent ec11e92 commit ae99a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9e201442de7c954f03710ac76f28c1927d07550c
refs/heads/master: cf4e5b0838e822dd404638ad00d35b63fffe8191
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ static struct dso *dsos__find(struct list_head *head, const char *name)
struct dso *pos;

list_for_each_entry(pos, head, node)
if (strcmp(pos->name, name) == 0)
if (strcmp(pos->long_name, name) == 0)
return pos;
return NULL;
}
Expand Down

0 comments on commit ae99a90

Please sign in to comment.