From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759481AbbA1WKs (ORCPT ); Wed, 28 Jan 2015 17:10:48 -0500 Received: from mail.kernel.org ([198.145.29.136]:52901 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932376AbbA1URO (ORCPT ); Wed, 28 Jan 2015 15:17:14 -0500 Date: Wed, 28 Jan 2015 12:29:07 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Michael Ellerman , Sukadev Bhattiprolu , Paul Mackerras , 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: <20150128152907.GB25018@kernel.org> 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> <20150128103753.GA4584@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150128103753.GA4584@krava.brq.redhat.com> X-Url: http://acmel.wordpress.com 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 Em Wed, Jan 28, 2015 at 11:37:53AM +0100, Jiri Olsa escreveu: > 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 Thanks, I'll try and collect the tools/ bits since Michael already took the other bits, right? - Arnaldo