From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753167AbbICQxI (ORCPT ); Thu, 3 Sep 2015 12:53:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38752 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752296AbbICQxG (ORCPT ); Thu, 3 Sep 2015 12:53:06 -0400 Date: Thu, 3 Sep 2015 13:53:02 -0300 From: Arnaldo Carvalho de Melo To: Stephane Eranian Cc: Jiri Olsa , LKML , Peter Zijlstra , "mingo@elte.hu" , "ak@linux.intel.com" , Namhyung Kim , "Liang, Kan" , David Ahern , Adrian Hunter Subject: Re: [PATCH] perf stat: fix per-pkg event reporting bug Message-ID: <20150903165302.GC2537@redhat.com> References: <1441199871-7384-1-git-send-email-eranian@google.com> <20150903100134.GD13114@krava.redhat.com> <20150903120133.GF13114@krava.redhat.com> <20150903121310.GG13114@krava.redhat.com> <20150903122544.GH13114@krava.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150903122544.GH13114@krava.redhat.com> 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 Em Thu, Sep 03, 2015 at 02:25:44PM +0200, Jiri Olsa escreveu: > On Thu, Sep 03, 2015 at 05:16:41AM -0700, Stephane Eranian wrote: > > On Thu, Sep 3, 2015 at 5:13 AM, Jiri Olsa wrote: > > > yes, but for 'count' not 'aggr' > > Ah, yes, sorry, has to be count and not aggr. Sent the wrong version. > > Can you fix it? Or do you want me to resubmit? > > well, Arnaldo will queue it.. leaving up to him ;-) Please resubmit, with a [PATCH v2 ...] in it, and with a v2 right before your Signed-off-by: stating what you changed, that helps when I see multiple patches, i.e. you document what was changed and I don't have to follow that many threads :-) - Arnaldo