public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: tip-bot for Andi Kleen <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: jolsa@kernel.org, hpa@zytor.com, acme@redhat.com,
	tglx@linutronix.de, linux-kernel@vger.kernel.org,
	kan.liang@intel.com, mingo@kernel.org, ak@linux.intel.com
Subject: [tip:perf/core] perf vendor events intel: Update Broadwell-DE events to v7
Date: Fri, 5 Apr 2019 04:54:38 -0700	[thread overview]
Message-ID: <tip-d2243329ef3c5107d00dee4327a9884a394ef715@git.kernel.org> (raw)
In-Reply-To: <20190315165219.GA21223@tassilo.jf.intel.com>

Commit-ID:  d2243329ef3c5107d00dee4327a9884a394ef715
Gitweb:     https://git.kernel.org/tip/d2243329ef3c5107d00dee4327a9884a394ef715
Author:     Andi Kleen <ak@linux.intel.com>
AuthorDate: Thu, 14 Mar 2019 08:37:33 -0700
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Mon, 1 Apr 2019 15:23:14 -0300

perf vendor events intel: Update Broadwell-DE events to v7

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/broadwellde/cache.json    | 4 ++--
 tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json | 6 +-----
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/tools/perf/pmu-events/arch/x86/broadwellde/cache.json b/tools/perf/pmu-events/arch/x86/broadwellde/cache.json
index 4ad425312bdc..bf243fe2a0ec 100644
--- a/tools/perf/pmu-events/arch/x86/broadwellde/cache.json
+++ b/tools/perf/pmu-events/arch/x86/broadwellde/cache.json
@@ -439,7 +439,7 @@
         "PEBS": "1",
         "Counter": "0,1,2,3",
         "EventName": "MEM_UOPS_RETIRED.SPLIT_LOADS",
-        "PublicDescription": "This is a precise version (that is, uses PEBS) of the event that counts line-split load uops retired to the architected path. A line split is across 64B cache-line which includes a page split (4K).",
+        "PublicDescription": "This is a precise version (that is, uses PEBS) of the event that counts line-splitted load uops retired to the architected path. A line split is across 64B cache-line which includes a page split (4K).",
         "SampleAfterValue": "100003",
         "CounterHTOff": "0,1,2,3"
     },
@@ -451,7 +451,7 @@
         "PEBS": "1",
         "Counter": "0,1,2,3",
         "EventName": "MEM_UOPS_RETIRED.SPLIT_STORES",
-        "PublicDescription": "This is a precise version (that is, uses PEBS) of the event that counts line-split store uops retired to the architected path. A line split is across 64B cache-line which includes a page split (4K).",
+        "PublicDescription": "This is a precise version (that is, uses PEBS) of the event that counts line-splitted store uops retired to the architected path. A line split is across 64B cache-line which includes a page split (4K).",
         "SampleAfterValue": "100003",
         "L1_Hit_Indication": "1",
         "CounterHTOff": "0,1,2,3"
diff --git a/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json b/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json
index 0d04bf9db000..e2f0540625a2 100644
--- a/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json
+++ b/tools/perf/pmu-events/arch/x86/broadwellde/pipeline.json
@@ -1,6 +1,5 @@
 [
     {
-        "EventCode": "0x00",
         "UMask": "0x1",
         "BriefDescription": "Instructions retired from execution.",
         "Counter": "Fixed counter 0",
@@ -10,7 +9,6 @@
         "CounterHTOff": "Fixed counter 0"
     },
     {
-        "EventCode": "0x00",
         "UMask": "0x2",
         "BriefDescription": "Core cycles when the thread is not in halt state",
         "Counter": "Fixed counter 1",
@@ -20,7 +18,6 @@
         "CounterHTOff": "Fixed counter 1"
     },
     {
-        "EventCode": "0x00",
         "UMask": "0x2",
         "BriefDescription": "Core cycles when at least one thread on the physical core is not in halt state.",
         "Counter": "Fixed counter 1",
@@ -30,7 +27,6 @@
         "CounterHTOff": "Fixed counter 1"
     },
     {
-        "EventCode": "0x00",
         "UMask": "0x3",
         "BriefDescription": "Reference cycles when the core is not in halt state.",
         "Counter": "Fixed counter 2",
@@ -322,7 +318,7 @@
         "BriefDescription": "Stalls caused by changing prefix length of the instruction.",
         "Counter": "0,1,2,3",
         "EventName": "ILD_STALL.LCP",
-        "PublicDescription": "This event counts stalls occurred due to changing prefix length (66, 67 or REX.W when they change the length of the decoded instruction). Occurrences counting is proportional to the number of prefixes in a 16B-line. This may result in the following penalties: three-cycle penalty for each LCP in a 16-byte chunk.",
+        "PublicDescription": "This event counts stalls occured due to changing prefix length (66, 67 or REX.W when they change the length of the decoded instruction). Occurrences counting is proportional to the number of prefixes in a 16B-line. This may result in the following penalties: three-cycle penalty for each LCP in a 16-byte chunk.",
         "SampleAfterValue": "2000003",
         "CounterHTOff": "0,1,2,3,4,5,6,7"
     },

  parent reply	other threads:[~2019-04-05 11:54 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-bot for Andi Kleen [this message]
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:perf/core] perf vendor events intel: Update IvyBridge events to v21 tip-bot for Andi Kleen
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-d2243329ef3c5107d00dee4327a9884a394ef715@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