From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757077AbbICUmH (ORCPT ); Thu, 3 Sep 2015 16:42:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38234 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756958AbbICUmF (ORCPT ); Thu, 3 Sep 2015 16:42:05 -0400 Date: Thu, 3 Sep 2015 17:42:01 -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: <20150903204201.GB2570@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> <20150903165302.GC2537@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 10:12:12AM -0700, Stephane Eranian escreveu: > On Thu, Sep 3, 2015 at 9:53 AM, Arnaldo Carvalho de Melo > wrote: > > 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 :-) > > > I already sent the V2, but I forgot to state the small change. > Do you want a V3? Or you add: fix perf_counter_value argument to check_per_pkg. > Thanks. Ok, I can do it... - Arnaldo