From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752381AbcE1MMZ (ORCPT ); Sat, 28 May 2016 08:12:25 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:11956 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752148AbcE1MMU (ORCPT ); Sat, 28 May 2016 08:12:20 -0400 Subject: Re: [PATCH v6 06/11] perf tools: Extract local libunwind code out of unwind-libunwind.c To: He Kuang , , , , , , , , , , , , , , , , References: <1464436800-39860-1-git-send-email-hekuang@huawei.com> <1464436800-39860-7-git-send-email-hekuang@huawei.com> CC: From: "Wangnan (F)" Message-ID: <57498AAF.1080206@huawei.com> Date: Sat, 28 May 2016 20:10:23 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1464436800-39860-7-git-send-email-hekuang@huawei.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.111.66.109] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090204.57498AC6.0099,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 7eb5d5e77801665b58ba8dc3c34cb0b5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thank you.