diff options
author | Jean Pihet <jean.pihet@linaro.org> | 2013-09-26 12:36:38 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2013-09-30 16:42:12 +0100 |
commit | ab255e72204fc5127f0adf40ba103d9335fefa30 (patch) | |
tree | 953f548561e3e4011f514deb5a5e80bbf8f13bf7 /arch | |
parent | 405ffbd4988118c56ff127792ebddae77d2c7a43 (diff) |
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 <jolsa@redhat.com>
Signed-off-by: Jean Pihet <jean.pihet@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions