From: Arnaldo Carvalho de Melo Date: Mon, 16 Nov 2009 15:48:11 +0000 (-0200) Subject: perf symbols: Call the symbol filter in dso__synthesize_plt_symbols() X-Git-Tag: v2.6.33-rc1~399^2~165^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82164161679c448f33092945ea97cb547a13683a;p=pandora-kernel.git perf symbols: Call the symbol filter in dso__synthesize_plt_symbols() We need to pass the symbol to the filter so that, for instance, 'perf top' can do filtering and also set the private area it manages, setting the ->map pointer, etc. I found this while running 'perf top' on a machine where hits happened on PLT symbols, where ->map wasn't being set up and segfaults thus happened. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra LKML-Reference: <1258386491-20278-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed