From: Jean Pihet Date: Thu, 26 Sep 2013 11:36:38 +0000 (+0100) Subject: perf: parse the .debug_frame section in case .eh_frame is not present X-Git-Tag: v3.13-rc1~103^2~1^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab255e72204fc5127f0adf40ba103d9335fefa30;p=pandora-kernel.git perf: parse the .debug_frame section in case .eh_frame is not present On ARM the debug info is not present in the .eh_frame sections but in .debug_frame instead, in dwarf format. Use libunwind to load and parse the debug info. Dependencies: . if present, libunwind >= 1.1 is needed to prevent a segfault when parsing the dwarf info, . libunwind needs to be configured with --enable-debug-frame. Note: --enable-debug-frame is automatically selected on ARM. Acked-by: Jiri Olsa Signed-off-by: Jean Pihet Signed-off-by: Will Deacon --- Reading git-diff-tree failed