From: Jean Pihet Date: Thu, 26 Sep 2013 11:36:37 +0000 (+0100) Subject: perf tools: Check libunwind for availability of dwarf parsing feature X-Git-Tag: v3.13-rc1~103^2~1^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=405ffbd4988118c56ff127792ebddae77d2c7a43;p=pandora-kernel.git 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 Signed-off-by: Jean Pihet Signed-off-by: Will Deacon --- Reading git-diff-tree failed