Re: [PATCH v6 06/11] perf tools: Extract local libunwind code out of unwind-libunwind.c

From: Wangnan (F)
Date: Sat May 28 2016 - 08:12:29 EST




On 2016/5/28 19:59, He Kuang wrote:
This patch extracts codes related to specific arithecture out of
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

Please use 'git format-patch -M' to avoid such a large patch.

Thank you.