Skip to content

Commit 8550506

Browse files
captain5050acmel
authored andcommitted
perf vendor events intel: Update icelakex events to v1.23
Update to v1.23 released in: intel/perfmon#123 Updates to event descriptions. Signed-off-by: Ian Rogers <irogers@google.com> Reviewed-by: Kan Liang <kan.liang@linux.intel.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Edward Baker <edward.baker@intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20240104074259.653219-3-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 576d7fe commit 8550506

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tools/perf/pmu-events/arch/x86/icelakex/other.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped to the AVX512 turbo schedule.",
2020
"EventCode": "0x28",
2121
"EventName": "CORE_POWER.LVL2_TURBO_LICENSE",
22-
"PublicDescription": "Core cycles where the core was running with power-delivery for license level 2 (introduced in Skylake Server microarchtecture). This includes high current AVX 512-bit instructions.",
22+
"PublicDescription": "Core cycles where the core was running with power-delivery for license level 2 (introduced in Skylake Server microarchitecture). This includes high current AVX 512-bit instructions.",
2323
"SampleAfterValue": "200003",
2424
"UMask": "0x20"
2525
},

tools/perf/pmu-events/arch/x86/icelakex/pipeline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
"BriefDescription": "Cycles when Reservation Station (RS) is empty for the thread",
520520
"EventCode": "0x5e",
521521
"EventName": "RS_EVENTS.EMPTY_CYCLES",
522-
"PublicDescription": "Counts cycles during which the reservation station (RS) is empty for this logical processor. This is usually caused when the front-end pipeline runs into stravation periods (e.g. branch mispredictions or i-cache misses)",
522+
"PublicDescription": "Counts cycles during which the reservation station (RS) is empty for this logical processor. This is usually caused when the front-end pipeline runs into starvation periods (e.g. branch mispredictions or i-cache misses)",
523523
"SampleAfterValue": "1000003",
524524
"UMask": "0x1"
525525
},

tools/perf/pmu-events/arch/x86/icelakex/uncore-interconnect.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"EventCode": "0x10",
3939
"EventName": "UNC_I_COHERENT_OPS.CLFLUSH",
4040
"PerPkg": "1",
41-
"PublicDescription": "Coherent Ops : CLFlush : Counts the number of coherency related operations servied by the IRP",
41+
"PublicDescription": "Coherent Ops : CLFlush : Counts the number of coherency related operations serviced by the IRP",
4242
"UMask": "0x80",
4343
"Unit": "IRP"
4444
},
@@ -65,7 +65,7 @@
6565
"EventCode": "0x10",
6666
"EventName": "UNC_I_COHERENT_OPS.WBMTOI",
6767
"PerPkg": "1",
68-
"PublicDescription": "Coherent Ops : WbMtoI : Counts the number of coherency related operations servied by the IRP",
68+
"PublicDescription": "Coherent Ops : WbMtoI : Counts the number of coherency related operations serviced by the IRP",
6969
"UMask": "0x40",
7070
"Unit": "IRP"
7171
},
@@ -454,7 +454,7 @@
454454
"EventCode": "0x11",
455455
"EventName": "UNC_I_TRANSACTIONS.WRITES",
456456
"PerPkg": "1",
457-
"PublicDescription": "Inbound Transaction Count : Writes : Counts the number of Inbound transactions from the IRP to the Uncore. This can be filtered based on request type in addition to the source queue. Note the special filtering equation. We do OR-reduction on the request type. If the SOURCE bit is set, then we also do AND qualification based on the source portID. : Trackes only write requests. Each write request should have a prefetch, so there is no need to explicitly track these requests. For writes that are tickled and have to retry, the counter will be incremented for each retry.",
457+
"PublicDescription": "Inbound Transaction Count : Writes : Counts the number of Inbound transactions from the IRP to the Uncore. This can be filtered based on request type in addition to the source queue. Note the special filtering equation. We do OR-reduction on the request type. If the SOURCE bit is set, then we also do AND qualification based on the source portID. : Tracks only write requests. Each write request should have a prefetch, so there is no need to explicitly track these requests. For writes that are tickled and have to retry, the counter will be incremented for each retry.",
458458
"UMask": "0x2",
459459
"Unit": "IRP"
460460
},

tools/perf/pmu-events/arch/x86/mapfile.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GenuineIntel-6-A[DE],v1.01,graniterapids,core
1515
GenuineIntel-6-(3C|45|46),v33,haswell,core
1616
GenuineIntel-6-3F,v28,haswellx,core
1717
GenuineIntel-6-7[DE],v1.19,icelake,core
18-
GenuineIntel-6-6[AC],v1.21,icelakex,core
18+
GenuineIntel-6-6[AC],v1.23,icelakex,core
1919
GenuineIntel-6-3A,v24,ivybridge,core
2020
GenuineIntel-6-3E,v24,ivytown,core
2121
GenuineIntel-6-2D,v24,jaketown,core

0 commit comments

Comments
 (0)