From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755799AbbE2JXz (ORCPT ); Fri, 29 May 2015 05:23:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40978 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754234AbbE2JXo (ORCPT ); Fri, 29 May 2015 05:23:44 -0400 Date: Fri, 29 May 2015 11:21:19 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: "Wangnan (F)" , Namhyung Kim , lizefan@huawei.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf tools: introduce arm64 support unwind test. Message-ID: <20150529092119.GA20737@krava.redhat.com> References: <1427461681-72971-1-git-send-email-wangnan0@huawei.com> <5566C106.4070706@huawei.com> <20150528134314.GF24859@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150528134314.GF24859@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 28, 2015 at 10:43:14AM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, May 28, 2015 at 03:17:26PM +0800, Wangnan (F) escreveu: > > Ping? > > Jiri, Ack? yep, I've already ack-ed that.. should be on the lkml somewhere ;-) > > And from a quick look, isn't this better split in two pieces, i.e. the > first wiring up ARM64 to libunwing, i.e. all those perf_regs.h files > being added to tools/perf/arch/arm64/, and then a second patch, enabling > the dwarf unwind 'perf test' entry to run on ARM64? I guess.. but the change is fairly small, so it did not occur to me as necessary.. jirka