3 "PublicDescription": "Counts demand data loads that caused a page walk of any page size (4K/2M/4M/1G). This implies it missed in all TLB levels, but the walk need not have completed.",
7 "EventName": "DTLB_LOAD_MISSES.MISS_CAUSES_A_WALK",
8 "SampleAfterValue": "100003",
9 "BriefDescription": "Load misses in all DTLB levels that cause page walks",
10 "CounterHTOff": "0,1,2,3,4,5,6,7"
13 "PublicDescription": "Counts page walks completed due to demand data loads whose address translations missed in the TLB and were mapped to 4K pages. The page walks can end with or without a page fault.",
17 "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_4K",
18 "SampleAfterValue": "2000003",
19 "BriefDescription": "Page walk completed due to a demand data load to a 4K page",
20 "CounterHTOff": "0,1,2,3,4,5,6,7"
23 "PublicDescription": "Counts page walks completed due to demand data loads whose address translations missed in the TLB and were mapped to 2M/4M pages. The page walks can end with or without a page fault.",
27 "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_2M_4M",
28 "SampleAfterValue": "2000003",
29 "BriefDescription": "Page walk completed due to a demand data load to a 2M/4M page",
30 "CounterHTOff": "0,1,2,3,4,5,6,7"
33 "PublicDescription": "Counts page walks completed due to demand data loads whose address translations missed in the TLB and were mapped to 4K pages. The page walks can end with or without a page fault.",
37 "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_1G",
38 "SampleAfterValue": "2000003",
39 "BriefDescription": "Page walk completed due to a demand data load to a 1G page",
40 "CounterHTOff": "0,1,2,3,4,5,6,7"
43 "PublicDescription": "Counts demand data loads that caused a completed page walk of any page size (4K/2M/4M/1G). This implies it missed in all TLB levels. The page walk can end with or without a fault.",
47 "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED",
48 "SampleAfterValue": "100003",
49 "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
50 "CounterHTOff": "0,1,2,3,4,5,6,7"
53 "PublicDescription": "Counts 1 per cycle for each PMH that is busy with a page walk for a load. EPT page walk duration are excluded in Skylake microarchitecture.",
57 "EventName": "DTLB_LOAD_MISSES.WALK_PENDING",
58 "SampleAfterValue": "2000003",
59 "BriefDescription": "Counts 1 per cycle for each PMH that is busy with a page walk for a load. EPT page walk duration are excluded in Skylake.",
60 "CounterHTOff": "0,1,2,3,4,5,6,7"
63 "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a load.",
67 "EventName": "DTLB_LOAD_MISSES.WALK_ACTIVE",
68 "SampleAfterValue": "100003",
69 "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a load. EPT page walk duration are excluded in Skylake.",
71 "CounterHTOff": "0,1,2,3,4,5,6,7"
74 "PublicDescription": "Counts loads that miss the DTLB (Data TLB) and hit the STLB (Second level TLB).",
78 "EventName": "DTLB_LOAD_MISSES.STLB_HIT",
79 "SampleAfterValue": "2000003",
80 "BriefDescription": "Loads that miss the DTLB and hit the STLB.",
81 "CounterHTOff": "0,1,2,3,4,5,6,7"
84 "PublicDescription": "Counts demand data stores that caused a page walk of any page size (4K/2M/4M/1G). This implies it missed in all TLB levels, but the walk need not have completed.",
88 "EventName": "DTLB_STORE_MISSES.MISS_CAUSES_A_WALK",
89 "SampleAfterValue": "100003",
90 "BriefDescription": "Store misses in all DTLB levels that cause page walks",
91 "CounterHTOff": "0,1,2,3,4,5,6,7"
94 "PublicDescription": "Counts page walks completed due to demand data stores whose address translations missed in the TLB and were mapped to 4K pages. The page walks can end with or without a page fault.",
98 "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_4K",
99 "SampleAfterValue": "100003",
100 "BriefDescription": "Page walk completed due to a demand data store to a 4K page",
101 "CounterHTOff": "0,1,2,3,4,5,6,7"
104 "PublicDescription": "Counts page walks completed due to demand data stores whose address translations missed in the TLB and were mapped to 2M/4M pages. The page walks can end with or without a page fault.",
106 "Counter": "0,1,2,3",
108 "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_2M_4M",
109 "SampleAfterValue": "100003",
110 "BriefDescription": "Page walk completed due to a demand data store to a 2M/4M page",
111 "CounterHTOff": "0,1,2,3,4,5,6,7"
114 "PublicDescription": "Counts page walks completed due to demand data stores whose address translations missed in the TLB and were mapped to 1G pages. The page walks can end with or without a page fault.",
116 "Counter": "0,1,2,3",
118 "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_1G",
119 "SampleAfterValue": "100003",
120 "BriefDescription": "Page walk completed due to a demand data store to a 1G page",
121 "CounterHTOff": "0,1,2,3,4,5,6,7"
124 "PublicDescription": "Counts demand data stores that caused a completed page walk of any page size (4K/2M/4M/1G). This implies it missed in all TLB levels. The page walk can end with or without a fault.",
126 "Counter": "0,1,2,3",
128 "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED",
129 "SampleAfterValue": "100003",
130 "BriefDescription": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
131 "CounterHTOff": "0,1,2,3,4,5,6,7"
134 "PublicDescription": "Counts 1 per cycle for each PMH that is busy with a page walk for a store. EPT page walk duration are excluded in Skylake microarchitecture.",
136 "Counter": "0,1,2,3",
138 "EventName": "DTLB_STORE_MISSES.WALK_PENDING",
139 "SampleAfterValue": "2000003",
140 "BriefDescription": "Counts 1 per cycle for each PMH that is busy with a page walk for a store. EPT page walk duration are excluded in Skylake.",
141 "CounterHTOff": "0,1,2,3,4,5,6,7"
144 "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a store.",
146 "Counter": "0,1,2,3",
148 "EventName": "DTLB_STORE_MISSES.WALK_ACTIVE",
149 "SampleAfterValue": "100003",
150 "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a store. EPT page walk duration are excluded in Skylake.",
152 "CounterHTOff": "0,1,2,3,4,5,6,7"
155 "PublicDescription": "Stores that miss the DTLB (Data TLB) and hit the STLB (2nd Level TLB).",
157 "Counter": "0,1,2,3",
159 "EventName": "DTLB_STORE_MISSES.STLB_HIT",
160 "SampleAfterValue": "100003",
161 "BriefDescription": "Stores that miss the DTLB and hit the STLB.",
162 "CounterHTOff": "0,1,2,3,4,5,6,7"
165 "PublicDescription": "Counts cycles for each PMH (Page Miss Handler) that is busy with an EPT (Extended Page Table) walk for any request type.",
167 "Counter": "0,1,2,3",
169 "EventName": "EPT.WALK_PENDING",
170 "SampleAfterValue": "2000003",
171 "BriefDescription": "Counts 1 per cycle for each PMH that is busy with a EPT (Extended Page Table) walk for any request type.",
172 "CounterHTOff": "0,1,2,3,4,5,6,7"
175 "PublicDescription": "Counts page walks of any page size (4K/2M/4M/1G) caused by a code fetch. This implies it missed in the ITLB and further levels of TLB, but the walk need not have completed.",
177 "Counter": "0,1,2,3",
179 "EventName": "ITLB_MISSES.MISS_CAUSES_A_WALK",
180 "SampleAfterValue": "100003",
181 "BriefDescription": "Misses at all ITLB levels that cause page walks",
182 "CounterHTOff": "0,1,2,3,4,5,6,7"
185 "PublicDescription": "Counts completed page walks (4K page size) caused by a code fetch. This implies it missed in the ITLB and further levels of TLB. The page walk can end with or without a fault.",
187 "Counter": "0,1,2,3",
189 "EventName": "ITLB_MISSES.WALK_COMPLETED_4K",
190 "SampleAfterValue": "100003",
191 "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (4K)",
192 "CounterHTOff": "0,1,2,3,4,5,6,7"
195 "PublicDescription": "Counts code misses in all ITLB levels that caused a completed page walk (2M and 4M page sizes). The page walk can end with or without a fault.",
197 "Counter": "0,1,2,3",
199 "EventName": "ITLB_MISSES.WALK_COMPLETED_2M_4M",
200 "SampleAfterValue": "100003",
201 "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (2M/4M)",
202 "CounterHTOff": "0,1,2,3,4,5,6,7"
205 "PublicDescription": "Counts store misses in all DTLB levels that cause a completed page walk (1G page size). The page walk can end with or without a fault.",
207 "Counter": "0,1,2,3",
209 "EventName": "ITLB_MISSES.WALK_COMPLETED_1G",
210 "SampleAfterValue": "100003",
211 "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (1G)",
212 "CounterHTOff": "0,1,2,3,4,5,6,7"
215 "PublicDescription": "Counts completed page walks (2M and 4M page sizes) caused by a code fetch. This implies it missed in the ITLB and further levels of TLB. The page walk can end with or without a fault.",
217 "Counter": "0,1,2,3",
219 "EventName": "ITLB_MISSES.WALK_COMPLETED",
220 "SampleAfterValue": "100003",
221 "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)",
222 "CounterHTOff": "0,1,2,3,4,5,6,7"
225 "PublicDescription": "Counts 1 per cycle for each PMH (Page Miss Handler) that is busy with a page walk for an instruction fetch request. EPT page walk duration are excluded in Skylake michroarchitecture.",
227 "Counter": "0,1,2,3",
229 "EventName": "ITLB_MISSES.WALK_PENDING",
230 "SampleAfterValue": "100003",
231 "BriefDescription": "Counts 1 per cycle for each PMH that is busy with a page walk for an instruction fetch request. EPT page walk duration are excluded in Skylake.",
232 "CounterHTOff": "0,1,2,3,4,5,6,7"
235 "PublicDescription": "Cycles when at least one PMH is busy with a page walk for code (instruction fetch) request. EPT page walk duration are excluded in Skylake microarchitecture.",
237 "Counter": "0,1,2,3",
239 "EventName": "ITLB_MISSES.WALK_ACTIVE",
240 "SampleAfterValue": "100003",
241 "BriefDescription": "Cycles when at least one PMH is busy with a page walk for code (instruction fetch) request. EPT page walk duration are excluded in Skylake.",
243 "CounterHTOff": "0,1,2,3,4,5,6,7"
247 "Counter": "0,1,2,3",
249 "EventName": "ITLB_MISSES.STLB_HIT",
250 "SampleAfterValue": "100003",
251 "BriefDescription": "Instruction fetch requests that miss the ITLB and hit the STLB.",
252 "CounterHTOff": "0,1,2,3,4,5,6,7"
255 "PublicDescription": "Counts the number of flushes of the big or small ITLB pages. Counting include both TLB Flush (covering all sets) and TLB Set Clear (set-specific).",
257 "Counter": "0,1,2,3",
259 "EventName": "ITLB.ITLB_FLUSH",
260 "SampleAfterValue": "100007",
261 "BriefDescription": "Flushing of the Instruction TLB (ITLB) pages, includes 4k/2M/4M pages.",
262 "CounterHTOff": "0,1,2,3,4,5,6,7"
265 "PublicDescription": "Counts the number of DTLB flush attempts of the thread-specific entries.",
267 "Counter": "0,1,2,3",
269 "EventName": "TLB_FLUSH.DTLB_THREAD",
270 "SampleAfterValue": "100007",
271 "BriefDescription": "DTLB flush attempts of the thread-specific entries",
272 "CounterHTOff": "0,1,2,3,4,5,6,7"
275 "PublicDescription": "Counts the number of any STLB flush attempts (such as entire, VPID, PCID, InvPage, CR3 write, etc.).",
277 "Counter": "0,1,2,3",
279 "EventName": "TLB_FLUSH.STLB_ANY",
280 "SampleAfterValue": "100007",
281 "BriefDescription": "STLB flush attempts",
282 "CounterHTOff": "0,1,2,3,4,5,6,7"