On 2016/5/28 19:59, He Kuang wrote:
This patch extracts codes related to specific arithecture out ofPlease use 'git format-patch -M' to avoid such a large patch.
unwind-libunwind.c. The extrated part are only built if local
libunwind is supported.
Signed-off-by: He Kuang <hekuang@xxxxxxxxxx>
---
tools/perf/util/Build | 1 +
tools/perf/util/unwind-libunwind-local.c | 677 ++++++++++++++++++++++++++++++
tools/perf/util/unwind-libunwind.c | 694 +------------------------------
3 files changed, 679 insertions(+), 693 deletions(-)
create mode 100644 tools/perf/util/unwind-libunwind-local.c
Thank you.