Commit d2243329 authored by Andi Kleen's avatar Andi Kleen Committed by Arnaldo Carvalho de Melo

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

Signed-off-by: default avatarAndi 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.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 8313fe2d
...@@ -439,7 +439,7 @@ ...@@ -439,7 +439,7 @@
"PEBS": "1", "PEBS": "1",
"Counter": "0,1,2,3", "Counter": "0,1,2,3",
"EventName": "MEM_UOPS_RETIRED.SPLIT_LOADS", "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", "SampleAfterValue": "100003",
"CounterHTOff": "0,1,2,3" "CounterHTOff": "0,1,2,3"
}, },
...@@ -451,7 +451,7 @@ ...@@ -451,7 +451,7 @@
"PEBS": "1", "PEBS": "1",
"Counter": "0,1,2,3", "Counter": "0,1,2,3",
"EventName": "MEM_UOPS_RETIRED.SPLIT_STORES", "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", "SampleAfterValue": "100003",
"L1_Hit_Indication": "1", "L1_Hit_Indication": "1",
"CounterHTOff": "0,1,2,3" "CounterHTOff": "0,1,2,3"
......
[ [
{ {
"EventCode": "0x00",
"UMask": "0x1", "UMask": "0x1",
"BriefDescription": "Instructions retired from execution.", "BriefDescription": "Instructions retired from execution.",
"Counter": "Fixed counter 0", "Counter": "Fixed counter 0",
...@@ -10,7 +9,6 @@ ...@@ -10,7 +9,6 @@
"CounterHTOff": "Fixed counter 0" "CounterHTOff": "Fixed counter 0"
}, },
{ {
"EventCode": "0x00",
"UMask": "0x2", "UMask": "0x2",
"BriefDescription": "Core cycles when the thread is not in halt state", "BriefDescription": "Core cycles when the thread is not in halt state",
"Counter": "Fixed counter 1", "Counter": "Fixed counter 1",
...@@ -20,7 +18,6 @@ ...@@ -20,7 +18,6 @@
"CounterHTOff": "Fixed counter 1" "CounterHTOff": "Fixed counter 1"
}, },
{ {
"EventCode": "0x00",
"UMask": "0x2", "UMask": "0x2",
"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt state.", "BriefDescription": "Core cycles when at least one thread on the physical core is not in halt state.",
"Counter": "Fixed counter 1", "Counter": "Fixed counter 1",
...@@ -30,7 +27,6 @@ ...@@ -30,7 +27,6 @@
"CounterHTOff": "Fixed counter 1" "CounterHTOff": "Fixed counter 1"
}, },
{ {
"EventCode": "0x00",
"UMask": "0x3", "UMask": "0x3",
"BriefDescription": "Reference cycles when the core is not in halt state.", "BriefDescription": "Reference cycles when the core is not in halt state.",
"Counter": "Fixed counter 2", "Counter": "Fixed counter 2",
...@@ -322,7 +318,7 @@ ...@@ -322,7 +318,7 @@
"BriefDescription": "Stalls caused by changing prefix length of the instruction.", "BriefDescription": "Stalls caused by changing prefix length of the instruction.",
"Counter": "0,1,2,3", "Counter": "0,1,2,3",
"EventName": "ILD_STALL.LCP", "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", "SampleAfterValue": "2000003",
"CounterHTOff": "0,1,2,3,4,5,6,7" "CounterHTOff": "0,1,2,3,4,5,6,7"
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment