From: Namhyung Kim Date: Wed, 21 Nov 2012 12:49:44 +0000 (+0100) Subject: perf symbols: Ignore ABS symbols when loading data maps X-Git-Tag: v3.9-rc1~173^2~14^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3843b05d6ef20acbd4b0043e4ab7536602eb10ae;p=pandora-kernel.git perf symbols: Ignore ABS symbols when loading data maps When loading symbols in a data mapping, ABS symbols (which has a value of SHN_ABS in its st_shndx) failed at elf_getscn(). And it marks the loading as a failure so already loaded symbols cannot be fixed up. I'm not sure what should be done. Just ignore them for now. :) Signed-off-by: Namhyung Kim Cc: Andi Kleen Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/r/1353502185-26521-19-git-send-email-eranian@google.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed