perf build: Add build-test for libunwind cross-platforms support
authorHe Kuang <hekuang@huawei.com>
Tue, 10 May 2016 07:40:31 +0000 (07:40 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 11 May 2016 15:24:58 +0000 (12:24 -0300)
commitb1d960000ca12508c25776f1fd375ee81578ae1f
tree575f82beb8c1c676040a5486321bd4ec6a7bf2cc
parent83302e79b18f75266e4a44281e8432f61d57d441
perf build: Add build-test for libunwind cross-platforms support

Currently only test for local libunwind. We should check all supported
platforms so we can use them to parse perf.data with callchain info on
different machines.

Signed-off-by: He Kuang <hekuang@huawei.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ekaterina Tumanova <tumanova@linux.vnet.ibm.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Kan Liang <kan.liang@intel.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/1462866037-30382-4-git-send-email-hekuang@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/Makefile.feature
tools/build/feature/Makefile
tools/build/feature/test-libunwind-aarch64.c [new file with mode: 0644]
tools/build/feature/test-libunwind-arm.c [new file with mode: 0644]
tools/build/feature/test-libunwind-x86.c [new file with mode: 0644]
tools/build/feature/test-libunwind-x86_64.c [new file with mode: 0644]