diff options
author | 2013-09-26 12:36:38 +0100 | |
---|---|---|
committer | 2013-09-30 16:42:12 +0100 | |
commit | ab255e72204fc5127f0adf40ba103d9335fefa30 (patch) | |
tree | 953f548561e3e4011f514deb5a5e80bbf8f13bf7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | perf tools: Check libunwind for availability of dwarf parsing feature (diff) | |
download | linux-dev-ab255e72204fc5127f0adf40ba103d9335fefa30.tar.xz linux-dev-ab255e72204fc5127f0adf40ba103d9335fefa30.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions