From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753750AbcE3D2h (ORCPT ); Sun, 29 May 2016 23:28:37 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:41817 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752585AbcE3D2g (ORCPT ); Sun, 29 May 2016 23:28:36 -0400 Subject: Re: [PATCH v6 06/11] perf tools: Extract local libunwind code out of unwind-libunwind.c To: "Wangnan (F)" , , , , , , , , , , , , , , , , References: <1464436800-39860-1-git-send-email-hekuang@huawei.com> <1464436800-39860-7-git-send-email-hekuang@huawei.com> <57498AAF.1080206@huawei.com> CC: From: Hekuang Message-ID: <574BB259.6030703@huawei.com> Date: Mon, 30 May 2016 11:24:09 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <57498AAF.1080206@huawei.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.110.55.166] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090203.574BB30A.005D,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: b55940085d299d456f9c26e875701d32 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 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 >> --- >> 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. > >