From: Arnaldo Carvalho de Melo Date: Wed, 3 Jun 2009 03:54:33 +0000 (-0300) Subject: perf_counter tools: Cover PLT symbols too X-Git-Tag: v2.6.31-rc1~383^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce998d6693bd02ab3b74ee1cc303ecb1fa9b514;p=pandora-kernel.git perf_counter tools: Cover PLT symbols too PLT, the Program Linking Table, is used with the dynamic linker to allow PIC code in executables and shared objects to figure out where functions are in other shared objects. It is one of the sources of unknown/unresolved symbols - this patch does what binutils figures out when you ask it to disassembly. (objdump -S) Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Paul Mackerras Cc: Corey Ashford Cc: Marcelo Tosatti Cc: John Kacur Cc: Stephane Eranian LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed