File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def : PfmCountersDefaultBinding<DefaultPfmCounters>;
19
19
20
20
// Intel X86 Counters.
21
21
defvar DefaultIntelPfmValidationCounters = [
22
- PfmValidationCounter<InstructionRetired, "INSTRUCTIONS_RETIRED">
22
+ PfmValidationCounter<InstructionRetired, "INSTRUCTIONS_RETIRED">,
23
23
PfmValidationCounter<L1DCacheLoadMiss, "MEM_LOAD_UOPS_RETIRED:L1_MISS">,
24
24
PfmValidationCounter<L1ICacheLoadMiss, "L1-ICACHE-LOAD-MISSES">,
25
25
PfmValidationCounter<DataTLBLoadMiss, "DTLB_LOAD_MISSES:MISS_CAUSES_A_WALK">,
@@ -205,7 +205,7 @@ def : PfmCountersBinding<"tigerlake", IceLakePfmCounters>;
205
205
206
206
// AMD X86 Counters.
207
207
defvar DefaultAMDPfmValidationCounters = [
208
- PfmValidationCounter<InstructionRetired, "RETIRED_INSTRUCTIONS">
208
+ PfmValidationCounter<InstructionRetired, "RETIRED_INSTRUCTIONS">,
209
209
PfmValidationCounter<L1DCacheLoadMiss, "L1-DCACHE-LOAD-MISSES">,
210
210
PfmValidationCounter<L1DCacheStoreMiss, "L1-DCACHE-STORE-MISSES">,
211
211
PfmValidationCounter<L1ICacheLoadMiss, "L1-ICACHE-LOAD-MISSES">,
You can’t perform that action at this time.
0 commit comments