From ae99a90a72f1280635d5d1212b83cf6903fe466f Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 14 Jan 2010 23:45:27 -0200 Subject: [PATCH] --- yaml --- r: 182370 b: refs/heads/master c: cf4e5b0838e822dd404638ad00d35b63fffe8191 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/util/symbol.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }