From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757722AbbA1VLF (ORCPT ); Wed, 28 Jan 2015 16:11:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49284 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753529AbbA1UyW (ORCPT ); Wed, 28 Jan 2015 15:54:22 -0500 Date: Wed, 28 Jan 2015 11:37:53 +0100 From: Jiri Olsa To: Michael Ellerman Cc: Sukadev Bhattiprolu , Paul Mackerras , Arnaldo Carvalho de Melo , dev@codyps.com, peterz@infradead.org, hbabu@us.ibm.com, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH v7 0/4] Add support for parametrized events Message-ID: <20150128103753.GA4584@krava.brq.redhat.com> References: <1422322990-9030-1-git-send-email-sukadev@linux.vnet.ibm.com> <20150127100213.GC7810@krava.brq.redhat.com> <1422406478.32234.0.camel@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422406478.32234.0.camel@ellerman.id.au> 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 Wed, Jan 28, 2015 at 11:54:38AM +1100, Michael Ellerman wrote: > On Tue, 2015-01-27 at 11:02 +0100, Jiri Olsa wrote: > > On Mon, Jan 26, 2015 at 05:43:03PM -0800, Sukadev Bhattiprolu wrote: > > > > SNIP > > > > > > > > > > > Cody P Schafer (6): > > > perf: provide sysfs_show for struct perf_pmu_events_attr > > > perf: add PMU_EVENT_ATTR_STRING() helper > > > powerpc/perf/hv-24x7: parse catalog and populate sysfs with events > > > powerpc/perf/{hv-gpci, hv-common}: generate requests with counters > > > annotated > > > powerpc/perf/hv-gpci: add the remaining gpci requests > > > powerpc/perf/hv-24x7: Document sysfs event description entries > > > > > > Sukadev Bhattiprolu (1): > > > perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper > > > > generic 'perf: *' patches look good to me.. cant say much about > > the rest of the patchset though > > Is that an ACK ? ah right, sry ;-) Acked-by: Jiri Olsa jirka > > I'm happy to merge the rest through the powerpc tree, but I'd like an ACK on > the first two from someone in perf land. > > cheers > >