diff --git a/[refs] b/[refs] index 6293f460cab4..f1b055166f90 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9e201442de7c954f03710ac76f28c1927d07550c +refs/heads/master: cf4e5b0838e822dd404638ad00d35b63fffe8191 diff --git a/trunk/tools/perf/util/symbol.c b/trunk/tools/perf/util/symbol.c index ae61e9f4d6eb..4267138c7bbe 100644 --- a/trunk/tools/perf/util/symbol.c +++ b/trunk/tools/perf/util/symbol.c @@ -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; }