]> Pileus Git - ~andy/linux/commit
perf tools: Check libunwind for availability of dwarf parsing feature
authorJean Pihet <jean.pihet@linaro.org>
Thu, 26 Sep 2013 11:36:37 +0000 (12:36 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 30 Sep 2013 15:41:59 +0000 (16:41 +0100)
commit405ffbd4988118c56ff127792ebddae77d2c7a43
treea6e57eacb60eb430d53576e94a60ccc391861ed1
parent7495f3742dda97612a77d92fa62f85cb7591ab14
perf tools: Check libunwind for availability of dwarf parsing feature

The newly added dwarf unwinding feature [1] requires:
. a recent version (>= 1.1) of libunwind,
. libunwind to be configured with --enable-debug-frame.

[1] http://www.spinics.net/lists/kernel/msg1598951.html

Add the corresponding API tests in the feature check list.

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>
tools/perf/config/Makefile
tools/perf/config/feature-tests.mak