From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752390AbbHaIZD (ORCPT ); Mon, 31 Aug 2015 04:25:03 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:35180 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751372AbbHaIZA (ORCPT ); Mon, 31 Aug 2015 04:25:00 -0400 Date: Mon, 31 Aug 2015 10:24:56 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Adrian Hunter , Andi Kleen , David Ahern , Jiri Olsa , Kan Liang , Namhyung Kim , Peter Zijlstra , Stephane Eranian , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/1] perf stat fix Message-ID: <20150831082456.GA13092@gmail.com> References: <1440781989-21700-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440781989-21700-1-git-send-email-acme@kernel.org> 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 * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider applying, > > Kan Liang (1): > perf stat: Get correct cpu id for print_aggr > > tools/perf/builtin-stat.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > -- > 2.1.0 > > The following changes since commit 196676497f2507966f99abef63bede6a8550f8b3: > > Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2015-08-20 11:47:14 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo > > for you to fetch changes up to 601083cffb7cabdcc55b8195d732f0f7028570fa: > > perf stat: Get correct cpu id for print_aggr (2015-08-28 11:49:52 -0300) > > ---------------------------------------------------------------- > perf/urgent fix: > > User visible: > > - Use index, not CPU id, to find core/pkg id in 'perf stat' (Kan Liang) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Kan Liang (1): > perf stat: Get correct cpu id for print_aggr > > tools/perf/builtin-stat.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Pulled, thanks Arnaldo! Ingo