From: tip-bot for Andi Kleen <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: tglx@linutronix.de, hpa@zytor.com, acme@redhat.com,
mingo@kernel.org, jolsa@redhat.com, ak@linux.intel.com,
linux-kernel@vger.kernel.org
Subject: [tip:perf/core] perf vendor events: Add JSON metrics for Broadwell Server
Date: Fri, 22 Sep 2017 09:41:14 -0700 [thread overview]
Message-ID: <tip-6d75abd3e84596933aa2ca91751744271cfec6cb@git.kernel.org> (raw)
In-Reply-To: <20170908180133.GA20128@tassilo.jf.intel.com>
Commit-ID: 6d75abd3e84596933aa2ca91751744271cfec6cb
Gitweb: http://git.kernel.org/tip/6d75abd3e84596933aa2ca91751744271cfec6cb
Author: Andi Kleen <ak@linux.intel.com>
AuthorDate: Sun, 23 Jul 2017 21:55:59 -0700
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Wed, 13 Sep 2017 09:49:18 -0300
perf vendor events: Add JSON metrics for Broadwell Server
Add JSON metrics for Broadwell Server.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/20170908180133.GA20128@tassilo.jf.intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
.../x86/{broadwell/bdw-metrics.json => broadwellx/bdx-metrics.json} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/pmu-events/arch/x86/broadwell/bdw-metrics.json b/tools/perf/pmu-events/arch/x86/broadwellx/bdx-metrics.json
similarity index 95%
copy from tools/perf/pmu-events/arch/x86/broadwell/bdw-metrics.json
copy to tools/perf/pmu-events/arch/x86/broadwellx/bdx-metrics.json
index 49c5f12..4248b02 100644
--- a/tools/perf/pmu-events/arch/x86/broadwell/bdw-metrics.json
+++ b/tools/perf/pmu-events/arch/x86/broadwellx/bdx-metrics.json
@@ -85,7 +85,7 @@
},
{
"BriefDescription": "Utilization of the core's Page Walker(s) serving STLB misses triggered by instruction/Load/Store accesses",
- "MetricExpr": "( cpu@ITLB_MISSES.WALK_DURATION\\,cmask\\=1@ + cpu@DTLB_LOAD_MISSES.WALK_DURATION\\,cmask\\=1@ + cpu@DTLB_STORE_MISSES.WALK_DURATION\\,cmask\\=1@ + 7*(DTLB_STORE_MISSES.WALK_COMPLETED+DTLB_LOAD_MISSES.WALK_COMPLETED+ITLB_MISSES.WALK_COMPLETED)) / ( CPU_CLK_UNHALTED.THREAD_ANY / 2 ) if #SMT_on else cycles",
+ "MetricExpr": "( ITLB_MISSES.WALK_DURATION + DTLB_LOAD_MISSES.WALK_DURATION + DTLB_STORE_MISSES.WALK_DURATION + 7*(DTLB_STORE_MISSES.WALK_COMPLETED+DTLB_LOAD_MISSES.WALK_COMPLETED+ITLB_MISSES.WALK_COMPLETED) ) / (2*( CPU_CLK_UNHALTED.THREAD_ANY / 2 ) if #SMT_on else cycles)",
"MetricGroup": "TLB",
"MetricName": "Page_Walks_Utilization"
},
next prev parent reply other threads:[~2017-09-22 16:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-08 18:01 [PULL] Please pull JSON Metrics for Intel CPUs Andi Kleen
2017-09-11 20:27 ` Arnaldo Carvalho de Melo
2017-09-22 16:38 ` [tip:perf/core] perf vendor events: Add JSON metrics for Sandy Bridge EP tip-bot for Andi Kleen
2017-09-22 16:39 ` [tip:perf/core] perf vendor events: Add JSON metrics for Ivy Bridge tip-bot for Andi Kleen
2017-09-22 16:39 ` [tip:perf/core] perf vendor events: Add JSON metrics for Haswell tip-bot for Andi Kleen
2017-09-22 16:40 ` [tip:perf/core] perf vendor events: Add JSON metrics for Ivy Town tip-bot for Andi Kleen
2017-09-22 16:40 ` [tip:perf/core] perf vendor events: Add JSON metrics for Haswell EP tip-bot for Andi Kleen
2017-09-22 16:41 ` tip-bot for Andi Kleen [this message]
2017-09-22 16:41 ` [tip:perf/core] perf vendor events: Add JSON metrics for Broadwell DE tip-bot for Andi Kleen
2017-09-22 16:42 ` [tip:perf/core] perf vendor events: Add JSON metrics for Skylake server tip-bot for Andi Kleen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-6d75abd3e84596933aa2ca91751744271cfec6cb@git.kernel.org \
--to=tipbot@zytor.com \
--cc=acme@redhat.com \
--cc=ak@linux.intel.com \
--cc=hpa@zytor.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.