Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932389AbcDTNQd (ORCPT ); Wed, 20 Apr 2016 09:16:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56705 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932304AbcDTNQb (ORCPT ); Wed, 20 Apr 2016 09:16:31 -0400 Date: Wed, 20 Apr 2016 10:16:33 -0300 From: Arnaldo Carvalho de Melo To: Michael Ellerman Cc: Anju T , linux-kernel@vger.kernel.org, maddy@linux.vnet.ibm.com, jolsa@redhat.com, dsahern@gmail.com, sukadev@linux.vnet.ibm.com, hemant@linux.vnet.ibm.com, acme@kernel.org, naveen.n.rao@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH V11 0/4]perf/powerpc: Add ability to sample intr machine state in powerpc Message-ID: <20160420131633.GI2527@redhat.com> References: <1455944568-7231-1-git-send-email-anju@linux.vnet.ibm.com> <5714AD1F.9020807@linux.vnet.ibm.com> <20160420035754.GH2527@redhat.com> <1461128158.13404.3.camel@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461128158.13404.3.camel@ellerman.id.au> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1067 Lines: 27 Em Wed, Apr 20, 2016 at 02:55:58PM +1000, Michael Ellerman escreveu: > On Wed, 2016-04-20 at 00:57 -0300, Arnaldo Carvalho de Melo wrote: > > Em Mon, Apr 18, 2016 at 03:17:11PM +0530, Anju T escreveu: > > > On Saturday 20 February 2016 10:32 AM, Anju T wrote: > > > > tools/perf/arch/powerpc/include/perf_regs.h | 69 ++++++++++++++++++++++ > > > > tools/perf/arch/powerpc/util/Build | 1 + > > > > tools/perf/arch/powerpc/util/perf_regs.c | 49 ++++++++++++++++ > > > > tools/perf/config/Makefile | 5 ++ > > > > create mode 100644 tools/perf/arch/powerpc/include/perf_regs.h > > > > create mode 100644 tools/perf/arch/powerpc/util/perf_regs.c > > > Can this be taken into the next tree? > > Even the bits in tools/perf/ are arch specific, so I guess this goes via > > the powerpc tree? Michael? > Yeah if that's OK with you. > > It doesn't look like it will generate much in the way of merge conflicts. > > Do you want to send an ack? For the tools/perf/ bits: Acked-by: Arnaldo Carvalho de Melo - Arnaldo