@@ -189,13 +189,13 @@ def IceLakePfmCounters : ProcPfmCounters {
189
189
let CycleCounter = UnhaltedCoreCyclesPfmCounter;
190
190
let UopsCounter = UopsIssuedPfmCounter;
191
191
let IssueCounters = [
192
- PfmIssueCounter<"ICXPort0", "uops_dispatched_port :port_0">,
193
- PfmIssueCounter<"ICXPort1", "uops_dispatched_port :port_1">,
194
- PfmIssueCounter<"ICXPort23", "uops_dispatched_port :port_2_3">,
195
- PfmIssueCounter<"ICXPort49", "uops_dispatched_port :port_4_9">,
196
- PfmIssueCounter<"ICXPort5", "uops_dispatched_port :port_5">,
197
- PfmIssueCounter<"ICXPort6", "uops_dispatched_port :port_6">,
198
- PfmIssueCounter<"ICXPort78", "uops_dispatched_port :port_7_8">
192
+ PfmIssueCounter<"ICXPort0", "uops_dispatched :port_0">,
193
+ PfmIssueCounter<"ICXPort1", "uops_dispatched :port_1">,
194
+ PfmIssueCounter<"ICXPort23", "uops_dispatched :port_2_3">,
195
+ PfmIssueCounter<"ICXPort49", "uops_dispatched :port_4_9">,
196
+ PfmIssueCounter<"ICXPort5", "uops_dispatched :port_5">,
197
+ PfmIssueCounter<"ICXPort6", "uops_dispatched :port_6">,
198
+ PfmIssueCounter<"ICXPort78", "uops_dispatched :port_7_8">
199
199
];
200
200
let ValidationCounters = DefaultIntelPfmValidationCounters;
201
201
}
@@ -208,16 +208,16 @@ def AlderLakePfmCounters : ProcPfmCounters {
208
208
let CycleCounter = UnhaltedCoreCyclesPfmCounter;
209
209
let UopsCounter = UopsIssuedPfmCounter;
210
210
let IssueCounters = [
211
- PfmIssueCounter<"ADLPPort00", "uops_dispatched_port :port_0">,
212
- PfmIssueCounter<"ADLPPort01", "uops_dispatched_port :port_1">,
211
+ PfmIssueCounter<"ADLPPort00", "uops_dispatched :port_0">,
212
+ PfmIssueCounter<"ADLPPort01", "uops_dispatched :port_1">,
213
213
// The perfmon documentation and thus libpfm seems to incorrectly label
214
214
// this performance counter, as ports 2,3, and 11 are actually grouped
215
215
// according to most documentation. See #113941 for additional details.
216
- PfmIssueCounter<"ADLPPort02_03_11", "uops_dispatched_port :port_2_3_10">,
217
- PfmIssueCounter<"ADLPPort04_09", "uops_dispatched_port :port_4_9">,
218
- PfmIssueCounter<"ADLPPort05_11", "uops_dispatched_port :port_5_11">,
219
- PfmIssueCounter<"ADLPPort06", "uops_dispatched_port :port_6">,
220
- PfmIssueCounter<"ADLPPort07_08", "uops_dispatched_port :port_7_8">
216
+ PfmIssueCounter<"ADLPPort02_03_11", "uops_dispatched :port_2_3_10">,
217
+ PfmIssueCounter<"ADLPPort04_09", "uops_dispatched :port_4_9">,
218
+ PfmIssueCounter<"ADLPPort05_11", "uops_dispatched :port_5_11">,
219
+ PfmIssueCounter<"ADLPPort06", "uops_dispatched :port_6">,
220
+ PfmIssueCounter<"ADLPPort07_08", "uops_dispatched :port_7_8">
221
221
];
222
222
let ValidationCounters = DefaultIntelPfmValidationCounters;
223
223
}
@@ -227,16 +227,16 @@ def SapphireRapidsPfmCounters : ProcPfmCounters {
227
227
let CycleCounter = UnhaltedCoreCyclesPfmCounter;
228
228
let UopsCounter = UopsIssuedPfmCounter;
229
229
let IssueCounters = [
230
- PfmIssueCounter<"SPRPort00", "uops_dispatched_port :port_0">,
231
- PfmIssueCounter<"SPRPort01", "uops_dispatched_port :port_1">,
230
+ PfmIssueCounter<"SPRPort00", "uops_dispatched :port_0">,
231
+ PfmIssueCounter<"SPRPort01", "uops_dispatched :port_1">,
232
232
// The perfmon documentation and thus libpfm seems to incorrectly label
233
233
// this performance counter, as ports 2,3, and 11 are actually grouped
234
234
// according to most documentation. See #113941 for additional details.
235
- PfmIssueCounter<"SPRPort02_03_11", "uops_dispatched_port :port_2_3_10">,
236
- PfmIssueCounter<"SPRPort04_09", "uops_dispatched_port :port_4_9">,
237
- PfmIssueCounter<"SPRPort05_11", "uops_dispatched_port :port_5_11">,
238
- PfmIssueCounter<"SPRPort06", "uops_dispatched_port :port_6">,
239
- PfmIssueCounter<"SPRPort07_08", "uops_dispatched_port :port_7_8">,
235
+ PfmIssueCounter<"SPRPort02_03_11", "uops_dispatched :port_2_3_10">,
236
+ PfmIssueCounter<"SPRPort04_09", "uops_dispatched :port_4_9">,
237
+ PfmIssueCounter<"SPRPort05_11", "uops_dispatched :port_5_11">,
238
+ PfmIssueCounter<"SPRPort06", "uops_dispatched :port_6">,
239
+ PfmIssueCounter<"SPRPort07_08", "uops_dispatched :port_7_8">,
240
240
];
241
241
let ValidationCounters = DefaultIntelPfmValidationCounters;
242
242
}
0 commit comments