在 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 <heku...@huawei.com>
---
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.