From: tip-bot for Andi Kleen <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: hpa@zytor.com, kan.liang@intel.com, jolsa@kernel.org,
tglx@linutronix.de, mingo@kernel.org, ak@linux.intel.com,
acme@redhat.com, linux-kernel@vger.kernel.org
Subject: [tip:perf/core] perf vendor events intel: Update IvyBridge events to v21
Date: Fri, 5 Apr 2019 05:00:10 -0700 [thread overview]
Message-ID: <tip-2111da70ff1094ed65d15f00e6285b668f689b87@git.kernel.org> (raw)
In-Reply-To: <20190315165219.GA21223@tassilo.jf.intel.com>
Commit-ID: 2111da70ff1094ed65d15f00e6285b668f689b87
Gitweb: https://git.kernel.org/tip/2111da70ff1094ed65d15f00e6285b668f689b87
Author: Andi Kleen <ak@linux.intel.com>
AuthorDate: Thu, 14 Mar 2019 08:41:35 -0700
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Mon, 1 Apr 2019 15:23:35 -0300
perf vendor events intel: Update IvyBridge events to v21
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Kan Liang <kan.liang@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Link: https://lkml.kernel.org/r/20190315165219.GA21223@tassilo.jf.intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/pmu-events/arch/x86/ivybridge/cache.json | 10 +++++-----
tools/perf/pmu-events/arch/x86/ivybridge/pipeline.json | 4 ----
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/tools/perf/pmu-events/arch/x86/ivybridge/cache.json b/tools/perf/pmu-events/arch/x86/ivybridge/cache.json
index 999a01bc6467..5f6cb2abc384 100644
--- a/tools/perf/pmu-events/arch/x86/ivybridge/cache.json
+++ b/tools/perf/pmu-events/arch/x86/ivybridge/cache.json
@@ -1012,7 +1012,7 @@
"EventName": "OFFCORE_RESPONSE.SPLIT_LOCK_UC_LOCK.ANY_RESPONSE",
"MSRIndex": "0x1a6,0x1a7",
"SampleAfterValue": "100003",
- "BriefDescription": "Counts requests where the address of an atomic lock instruction spans a cache line boundary or the lock instruction is executed on uncacheable address ",
+ "BriefDescription": "Counts requests where the address of an atomic lock instruction spans a cache line boundary or the lock instruction is executed on uncacheable address",
"CounterHTOff": "0,1,2,3"
},
{
@@ -1036,7 +1036,7 @@
"EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.ANY_RESPONSE",
"MSRIndex": "0x1a6,0x1a7",
"SampleAfterValue": "100003",
- "BriefDescription": "Counts all demand data reads ",
+ "BriefDescription": "Counts all demand data reads",
"CounterHTOff": "0,1,2,3"
},
{
@@ -1048,7 +1048,7 @@
"EventName": "OFFCORE_RESPONSE.DEMAND_RFO.ANY_RESPONSE",
"MSRIndex": "0x1a6,0x1a7",
"SampleAfterValue": "100003",
- "BriefDescription": "Counts all demand rfo's ",
+ "BriefDescription": "Counts all demand rfo's",
"CounterHTOff": "0,1,2,3"
},
{
@@ -1084,7 +1084,7 @@
"EventName": "OFFCORE_RESPONSE.ALL_RFO.ANY_RESPONSE",
"MSRIndex": "0x1a6,0x1a7",
"SampleAfterValue": "100003",
- "BriefDescription": "Counts all demand & prefetch prefetch RFOs ",
+ "BriefDescription": "Counts all demand & prefetch prefetch RFOs",
"CounterHTOff": "0,1,2,3"
},
{
@@ -1096,7 +1096,7 @@
"EventName": "OFFCORE_RESPONSE.ALL_READS.ANY_RESPONSE",
"MSRIndex": "0x1a6,0x1a7",
"SampleAfterValue": "100003",
- "BriefDescription": "Counts all data/code/rfo references (demand & prefetch) ",
+ "BriefDescription": "Counts all data/code/rfo references (demand & prefetch)",
"CounterHTOff": "0,1,2,3"
}
]
\ No newline at end of file
diff --git a/tools/perf/pmu-events/arch/x86/ivybridge/pipeline.json b/tools/perf/pmu-events/arch/x86/ivybridge/pipeline.json
index 0afbfd95ea30..2a0aad91d83d 100644
--- a/tools/perf/pmu-events/arch/x86/ivybridge/pipeline.json
+++ b/tools/perf/pmu-events/arch/x86/ivybridge/pipeline.json
@@ -1,6 +1,5 @@
[
{
- "EventCode": "0x00",
"Counter": "Fixed counter 0",
"UMask": "0x1",
"EventName": "INST_RETIRED.ANY",
@@ -9,7 +8,6 @@
"CounterHTOff": "Fixed counter 0"
},
{
- "EventCode": "0x00",
"Counter": "Fixed counter 1",
"UMask": "0x2",
"EventName": "CPU_CLK_UNHALTED.THREAD",
@@ -19,7 +17,6 @@
},
{
"PublicDescription": "Core cycles when at least one thread on the physical core is not in halt state.",
- "EventCode": "0x00",
"Counter": "Fixed counter 1",
"UMask": "0x2",
"AnyThread": "1",
@@ -29,7 +26,6 @@
"CounterHTOff": "Fixed counter 1"
},
{
- "EventCode": "0x00",
"Counter": "Fixed counter 2",
"UMask": "0x3",
"EventName": "CPU_CLK_UNHALTED.REF_TSC",
next prev parent reply other threads:[~2019-04-05 12:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20190315165219.GA21223@tassilo.jf.intel.com>
2019-04-05 11:53 ` [tip:perf/core] perf vendor events intel: Update metrics from TMAM 3.5 tip-bot for Andi Kleen
2019-04-05 11:53 ` [tip:perf/core] perf vendor events intel: Update Broadwell events to v23 tip-bot for Andi Kleen
2019-04-05 11:54 ` [tip:perf/core] perf vendor events intel: Update Broadwell-DE events to v7 tip-bot for Andi Kleen
2019-04-05 11:55 ` [tip:perf/core] perf vendor events intel: Update Skylake events to v42 tip-bot for Andi Kleen
2019-04-05 11:56 ` [tip:perf/core] perf vendor events intel: Update SkylakeX events to v1.12 tip-bot for Andi Kleen
2019-04-05 11:56 ` [tip:perf/core] perf vendor events intel: Update BroadwellX events to v14 tip-bot for Andi Kleen
2019-04-05 11:57 ` [tip:perf/core] perf vendor events intel: Update HaswellX events to v20 tip-bot for Andi Kleen
2019-04-05 11:58 ` [tip:perf/core] perf vendor events intel: Update IvyTown " tip-bot for Andi Kleen
2019-04-05 11:58 ` [tip:perf/core] perf vendor events intel: Update JakeTown " tip-bot for Andi Kleen
2019-04-05 11:59 ` [tip:perf/core] perf vendor events intel: Update SandyBridge events to v16 tip-bot for Andi Kleen
2019-04-05 12:00 ` tip-bot for Andi Kleen [this message]
2019-04-05 12:00 ` [tip:perf/core] perf vendor events intel: Update Haswell events to v28 tip-bot for Andi Kleen
2019-04-05 12:01 ` [tip:perf/core] perf vendor events intel: Update KnightsLanding events to v9 tip-bot for Andi Kleen
2019-04-05 12:02 ` [tip:perf/core] perf vendor events intel: Update Bonnell to V4 tip-bot for Andi Kleen
2019-04-05 12:02 ` [tip:perf/core] perf vendor events intel: Update Goldmont to v13 tip-bot for Andi Kleen
2019-04-05 12:03 ` [tip:perf/core] perf vendor events intel: Update GoldmontPlus to v1.01 tip-bot for Andi Kleen
2019-04-05 12:04 ` [tip:perf/core] perf vendor events intel: Update Silvermont to v14 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-2111da70ff1094ed65d15f00e6285b668f689b87@git.kernel.org \
--to=tipbot@zytor.com \
--cc=acme@redhat.com \
--cc=ak@linux.intel.com \
--cc=hpa@zytor.com \
--cc=jolsa@kernel.org \
--cc=kan.liang@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox