From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753050AbbH1RNl (ORCPT ); Fri, 28 Aug 2015 13:13:41 -0400 Received: from casper.infradead.org ([85.118.1.10]:57218 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752542AbbH1RNj (ORCPT ); Fri, 28 Aug 2015 13:13:39 -0400 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Andi Kleen , David Ahern , Jiri Olsa , Kan Liang , Namhyung Kim , Peter Zijlstra , Stephane Eranian , Arnaldo Carvalho de Melo Subject: [GIT PULL 0/1] perf stat fix Date: Fri, 28 Aug 2015 14:13:08 -0300 Message-Id: <1440781989-21700-1-git-send-email-acme@kernel.org> X-Mailer: git-send-email 2.1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)