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

From: Hekuang
Date: Sun May 29 2016 - 23:28:40 EST




å 2016/5/28 20:10, Wangnan (F) åé:


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.

Currently is not a 100% similar rename, I split this patch into a
rename and a small diff.

Thank you.