From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752245AbdIVQlz (ORCPT ); Fri, 22 Sep 2017 12:41:55 -0400 Received: from terminus.zytor.com ([65.50.211.136]:35579 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752283AbdIVQlx (ORCPT ); Fri, 22 Sep 2017 12:41:53 -0400 Date: Fri, 22 Sep 2017 09:40:46 -0700 From: tip-bot for Andi Kleen Message-ID: Cc: jolsa@redhat.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, acme@redhat.com, ak@linux.intel.com, hpa@zytor.com, mingo@kernel.org Reply-To: linux-kernel@vger.kernel.org, tglx@linutronix.de, jolsa@redhat.com, mingo@kernel.org, hpa@zytor.com, ak@linux.intel.com, acme@redhat.com In-Reply-To: <20170908180133.GA20128@tassilo.jf.intel.com> References: <20170908180133.GA20128@tassilo.jf.intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf vendor events: Add JSON metrics for Haswell EP Git-Commit-ID: 5e49f7321b06428ac68c51096cff9a4a55c3d4d6 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 5e49f7321b06428ac68c51096cff9a4a55c3d4d6 Gitweb: http://git.kernel.org/tip/5e49f7321b06428ac68c51096cff9a4a55c3d4d6 Author: Andi Kleen AuthorDate: Sun, 23 Jul 2017 21:55:39 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 13 Sep 2017 09:49:18 -0300 perf vendor events: Add JSON metrics for Haswell EP Add JSON metrics for Haswell EP. Signed-off-by: Andi Kleen Cc: Jiri Olsa Link: http://lkml.kernel.org/r/20170908180133.GA20128@tassilo.jf.intel.com Signed-off-by: Arnaldo Carvalho de Melo --- .../arch/x86/{haswell/hsw-metrics.json => haswellx/hsx-metrics.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/pmu-events/arch/x86/haswell/hsw-metrics.json b/tools/perf/pmu-events/arch/x86/haswellx/hsx-metrics.json similarity index 98% copy from tools/perf/pmu-events/arch/x86/haswell/hsw-metrics.json copy to tools/perf/pmu-events/arch/x86/haswellx/hsx-metrics.json index 03d8949..0bae5ed 100644 --- a/tools/perf/pmu-events/arch/x86/haswell/hsw-metrics.json +++ b/tools/perf/pmu-events/arch/x86/haswellx/hsx-metrics.json @@ -55,7 +55,7 @@ }, { "BriefDescription": "Instruction-Level-Parallelism (average number of uops executed when there is at least 1 uop executed)", - "MetricExpr": "( UOPS_EXECUTED.CORE / 2 / ( cpu@uops_executed.core\\,cmask\\=1@ / 2)) if #SMT_on else (UOPS_EXECUTED.CORE / cpu@uops_executed.core\\,cmask\\=1@)", + "MetricExpr": "( UOPS_EXECUTED.CORE / 2 / ( cpu@uops_executed.core\\,cmask\\=1@ / 2)) if #SMT_on else UOPS_EXECUTED.CORE / cpu@uops_executed.core\\,cmask\\=1@", "MetricGroup": "Pipeline;Ports_Utilization", "MetricName": "ILP" },