From: Arnaldo Carvalho de Melo Date: Fri, 15 Jan 2010 01:45:27 +0000 (-0200) Subject: perf symbols: Use dso->long_name in dsos__find() X-Git-Tag: v2.6.34-rc1~197^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf4e5b0838e822dd404638ad00d35b63fffe8191;p=pandora-kernel.git perf symbols: Use dso->long_name in dsos__find() If not we end up duplicating the module DSOs because first we insert them using the short name found in /proc/modules, then, when processing synthesized MMAP events we add them again. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <1263519930-22803-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed