1[
2    {
3        "BriefDescription": "Counts the number of first level TLB misses but second level hits due to a demand load that did not start a page walk. Accounts for all page sizes. Will result in a DTLB write from STLB.",
4        "EventCode": "0x08",
5        "EventName": "DTLB_LOAD_MISSES.STLB_HIT",
6        "SampleAfterValue": "200003",
7        "UMask": "0x20",
8        "Unit": "cpu_atom"
9    },
10    {
11        "BriefDescription": "Loads that miss the DTLB and hit the STLB.",
12        "EventCode": "0x12",
13        "EventName": "DTLB_LOAD_MISSES.STLB_HIT",
14        "PublicDescription": "Counts loads that miss the DTLB (Data TLB) and hit the STLB (Second level TLB).",
15        "SampleAfterValue": "100003",
16        "UMask": "0x20",
17        "Unit": "cpu_core"
18    },
19    {
20        "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a demand load.",
21        "CounterMask": "1",
22        "EventCode": "0x12",
23        "EventName": "DTLB_LOAD_MISSES.WALK_ACTIVE",
24        "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a demand load.",
25        "SampleAfterValue": "100003",
26        "UMask": "0x10",
27        "Unit": "cpu_core"
28    },
29    {
30        "BriefDescription": "Counts the number of page walks completed due to load DTLB misses.",
31        "EventCode": "0x08",
32        "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED",
33        "SampleAfterValue": "200003",
34        "UMask": "0xe",
35        "Unit": "cpu_atom"
36    },
37    {
38        "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
39        "EventCode": "0x12",
40        "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED",
41        "PublicDescription": "Counts completed page walks  (all page sizes) caused by demand data loads. This implies it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
42        "SampleAfterValue": "100003",
43        "UMask": "0xe",
44        "Unit": "cpu_core"
45    },
46    {
47        "BriefDescription": "Page walks completed due to a demand data load to a 1G page.",
48        "EventCode": "0x12",
49        "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_1G",
50        "PublicDescription": "Counts completed page walks  (1G sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
51        "SampleAfterValue": "100003",
52        "UMask": "0x8",
53        "Unit": "cpu_core"
54    },
55    {
56        "BriefDescription": "Counts the number of page walks completed due to load DTLB misses to a 2M or 4M page.",
57        "EventCode": "0x08",
58        "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_2M_4M",
59        "PublicDescription": "Counts the number of page walks completed due to loads (including SW prefetches) whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 2M or 4M pages. Includes page walks that page fault.",
60        "SampleAfterValue": "200003",
61        "UMask": "0x4",
62        "Unit": "cpu_atom"
63    },
64    {
65        "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.",
66        "EventCode": "0x12",
67        "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_2M_4M",
68        "PublicDescription": "Counts completed page walks  (2M/4M sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
69        "SampleAfterValue": "100003",
70        "UMask": "0x4",
71        "Unit": "cpu_core"
72    },
73    {
74        "BriefDescription": "Counts the number of page walks completed due to load DTLB misses to a 4K page.",
75        "EventCode": "0x08",
76        "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_4K",
77        "PublicDescription": "Counts the number of page walks completed due to loads (including SW prefetches) whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages. Includes page walks that page fault.",
78        "SampleAfterValue": "200003",
79        "UMask": "0x2",
80        "Unit": "cpu_atom"
81    },
82    {
83        "BriefDescription": "Page walks completed due to a demand data load to a 4K page.",
84        "EventCode": "0x12",
85        "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_4K",
86        "PublicDescription": "Counts completed page walks  (4K sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
87        "SampleAfterValue": "100003",
88        "UMask": "0x2",
89        "Unit": "cpu_core"
90    },
91    {
92        "BriefDescription": "Counts the number of page walks outstanding for Loads (demand or SW prefetch) in PMH every cycle.",
93        "EventCode": "0x08",
94        "EventName": "DTLB_LOAD_MISSES.WALK_PENDING",
95        "PublicDescription": "Counts the number of page walks outstanding for Loads (demand or SW prefetch) in PMH every cycle.  A PMH page walk is outstanding from page walk start till PMH becomes idle again (ready to serve next walk). Includes EPT-walk intervals.",
96        "SampleAfterValue": "200003",
97        "UMask": "0x10",
98        "Unit": "cpu_atom"
99    },
100    {
101        "BriefDescription": "Number of page walks outstanding for a demand load in the PMH each cycle.",
102        "EventCode": "0x12",
103        "EventName": "DTLB_LOAD_MISSES.WALK_PENDING",
104        "PublicDescription": "Counts the number of page walks outstanding for a demand load in the PMH (Page Miss Handler) each cycle.",
105        "SampleAfterValue": "100003",
106        "UMask": "0x10",
107        "Unit": "cpu_core"
108    },
109    {
110        "BriefDescription": "Counts the number of first level TLB misses but second level hits due to stores that did not start a page walk. Accounts for all pages sizes. Will result in a DTLB write from STLB.",
111        "EventCode": "0x49",
112        "EventName": "DTLB_STORE_MISSES.STLB_HIT",
113        "SampleAfterValue": "2000003",
114        "UMask": "0x20",
115        "Unit": "cpu_atom"
116    },
117    {
118        "BriefDescription": "Stores that miss the DTLB and hit the STLB.",
119        "EventCode": "0x13",
120        "EventName": "DTLB_STORE_MISSES.STLB_HIT",
121        "PublicDescription": "Counts stores that miss the DTLB (Data TLB) and hit the STLB (2nd Level TLB).",
122        "SampleAfterValue": "100003",
123        "UMask": "0x20",
124        "Unit": "cpu_core"
125    },
126    {
127        "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a store.",
128        "CounterMask": "1",
129        "EventCode": "0x13",
130        "EventName": "DTLB_STORE_MISSES.WALK_ACTIVE",
131        "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a store.",
132        "SampleAfterValue": "100003",
133        "UMask": "0x10",
134        "Unit": "cpu_core"
135    },
136    {
137        "BriefDescription": "Counts the number of page walks completed due to store DTLB misses to a 1G page.",
138        "EventCode": "0x49",
139        "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED",
140        "SampleAfterValue": "2000003",
141        "UMask": "0xe",
142        "Unit": "cpu_atom"
143    },
144    {
145        "BriefDescription": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
146        "EventCode": "0x13",
147        "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED",
148        "PublicDescription": "Counts completed page walks  (all page sizes) caused by demand data stores. This implies it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
149        "SampleAfterValue": "100003",
150        "UMask": "0xe",
151        "Unit": "cpu_core"
152    },
153    {
154        "BriefDescription": "Page walks completed due to a demand data store to a 1G page.",
155        "EventCode": "0x13",
156        "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_1G",
157        "PublicDescription": "Counts completed page walks  (1G sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
158        "SampleAfterValue": "100003",
159        "UMask": "0x8",
160        "Unit": "cpu_core"
161    },
162    {
163        "BriefDescription": "Counts the number of page walks completed due to store DTLB misses to a 2M or 4M page.",
164        "EventCode": "0x49",
165        "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_2M_4M",
166        "PublicDescription": "Counts the number of page walks completed due to stores whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 2M or 4M pages.  Includes page walks that page fault.",
167        "SampleAfterValue": "2000003",
168        "UMask": "0x4",
169        "Unit": "cpu_atom"
170    },
171    {
172        "BriefDescription": "Page walks completed due to a demand data store to a 2M/4M page.",
173        "EventCode": "0x13",
174        "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_2M_4M",
175        "PublicDescription": "Counts completed page walks  (2M/4M sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
176        "SampleAfterValue": "100003",
177        "UMask": "0x4",
178        "Unit": "cpu_core"
179    },
180    {
181        "BriefDescription": "Counts the number of page walks completed due to store DTLB misses to a 4K page.",
182        "EventCode": "0x49",
183        "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_4K",
184        "PublicDescription": "Counts the number of page walks completed due to stores whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages.  Includes page walks that page fault.",
185        "SampleAfterValue": "2000003",
186        "UMask": "0x2",
187        "Unit": "cpu_atom"
188    },
189    {
190        "BriefDescription": "Page walks completed due to a demand data store to a 4K page.",
191        "EventCode": "0x13",
192        "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_4K",
193        "PublicDescription": "Counts completed page walks  (4K sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
194        "SampleAfterValue": "100003",
195        "UMask": "0x2",
196        "Unit": "cpu_core"
197    },
198    {
199        "BriefDescription": "Counts the number of page walks outstanding in the page miss handler (PMH) for stores every cycle.",
200        "EventCode": "0x49",
201        "EventName": "DTLB_STORE_MISSES.WALK_PENDING",
202        "PublicDescription": "Counts the number of page walks outstanding in the page miss handler (PMH) for stores every cycle. A PMH page walk is outstanding from page walk start till PMH becomes idle again (ready to serve next walk). Includes EPT-walk intervals.",
203        "SampleAfterValue": "200003",
204        "UMask": "0x10",
205        "Unit": "cpu_atom"
206    },
207    {
208        "BriefDescription": "Number of page walks outstanding for a store in the PMH each cycle.",
209        "EventCode": "0x13",
210        "EventName": "DTLB_STORE_MISSES.WALK_PENDING",
211        "PublicDescription": "Counts the number of page walks outstanding for a store in the PMH (Page Miss Handler) each cycle.",
212        "SampleAfterValue": "100003",
213        "UMask": "0x10",
214        "Unit": "cpu_core"
215    },
216    {
217        "BriefDescription": "Counts the number of page walks initiated by a instruction fetch that missed the first and second level TLBs.",
218        "EventCode": "0x85",
219        "EventName": "ITLB_MISSES.MISS_CAUSED_WALK",
220        "SampleAfterValue": "1000003",
221        "UMask": "0x1",
222        "Unit": "cpu_atom"
223    },
224    {
225        "BriefDescription": "Counts the number of first level TLB misses but second level hits due to an instruction fetch that did not start a page walk. Account for all pages sizes. Will result in an ITLB write from STLB.",
226        "EventCode": "0x85",
227        "EventName": "ITLB_MISSES.STLB_HIT",
228        "SampleAfterValue": "2000003",
229        "UMask": "0x20",
230        "Unit": "cpu_atom"
231    },
232    {
233        "BriefDescription": "Instruction fetch requests that miss the ITLB and hit the STLB.",
234        "EventCode": "0x11",
235        "EventName": "ITLB_MISSES.STLB_HIT",
236        "PublicDescription": "Counts instruction fetch requests that miss the ITLB (Instruction TLB) and hit the STLB (Second-level TLB).",
237        "SampleAfterValue": "100003",
238        "UMask": "0x20",
239        "Unit": "cpu_core"
240    },
241    {
242        "BriefDescription": "Cycles when at least one PMH is busy with a page walk for code (instruction fetch) request.",
243        "CounterMask": "1",
244        "EventCode": "0x11",
245        "EventName": "ITLB_MISSES.WALK_ACTIVE",
246        "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request.",
247        "SampleAfterValue": "100003",
248        "UMask": "0x10",
249        "Unit": "cpu_core"
250    },
251    {
252        "BriefDescription": "Counts the number of page walks completed due to instruction fetch misses to any page size.",
253        "EventCode": "0x85",
254        "EventName": "ITLB_MISSES.WALK_COMPLETED",
255        "PublicDescription": "Counts the number of page walks completed due to instruction fetches whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to any page size.  Includes page walks that page fault.",
256        "SampleAfterValue": "200003",
257        "UMask": "0xe",
258        "Unit": "cpu_atom"
259    },
260    {
261        "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)",
262        "EventCode": "0x11",
263        "EventName": "ITLB_MISSES.WALK_COMPLETED",
264        "PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
265        "SampleAfterValue": "100003",
266        "UMask": "0xe",
267        "Unit": "cpu_core"
268    },
269    {
270        "BriefDescription": "Counts the number of page walks completed due to instruction fetch misses to a 2M or 4M page.",
271        "EventCode": "0x85",
272        "EventName": "ITLB_MISSES.WALK_COMPLETED_2M_4M",
273        "PublicDescription": "Counts the number of page walks completed due to instruction fetches whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 2M or 4M pages.  Includes page walks that page fault.",
274        "SampleAfterValue": "2000003",
275        "UMask": "0x4",
276        "Unit": "cpu_atom"
277    },
278    {
279        "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (2M/4M)",
280        "EventCode": "0x11",
281        "EventName": "ITLB_MISSES.WALK_COMPLETED_2M_4M",
282        "PublicDescription": "Counts completed page walks (2M/4M page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
283        "SampleAfterValue": "100003",
284        "UMask": "0x4",
285        "Unit": "cpu_core"
286    },
287    {
288        "BriefDescription": "Counts the number of page walks completed due to instruction fetch misses to a 4K page.",
289        "EventCode": "0x85",
290        "EventName": "ITLB_MISSES.WALK_COMPLETED_4K",
291        "PublicDescription": "Counts the number of page walks completed due to instruction fetches whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages.  Includes page walks that page fault.",
292        "SampleAfterValue": "2000003",
293        "UMask": "0x2",
294        "Unit": "cpu_atom"
295    },
296    {
297        "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (4K)",
298        "EventCode": "0x11",
299        "EventName": "ITLB_MISSES.WALK_COMPLETED_4K",
300        "PublicDescription": "Counts completed page walks (4K page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
301        "SampleAfterValue": "100003",
302        "UMask": "0x2",
303        "Unit": "cpu_core"
304    },
305    {
306        "BriefDescription": "Counts the number of page walks outstanding for iside in PMH every cycle.",
307        "EventCode": "0x85",
308        "EventName": "ITLB_MISSES.WALK_PENDING",
309        "PublicDescription": "Counts the number of page walks outstanding for iside in PMH every cycle.  A PMH page walk is outstanding from page walk start till PMH becomes idle again (ready to serve next walk). Includes EPT-walk intervals.  Walks could be counted by edge detecting on this event, but would count restarted suspended walks.",
310        "SampleAfterValue": "200003",
311        "UMask": "0x10",
312        "Unit": "cpu_atom"
313    },
314    {
315        "BriefDescription": "Number of page walks outstanding for an outstanding code request in the PMH each cycle.",
316        "EventCode": "0x11",
317        "EventName": "ITLB_MISSES.WALK_PENDING",
318        "PublicDescription": "Counts the number of page walks outstanding for an outstanding code (instruction fetch) request in the PMH (Page Miss Handler) each cycle.",
319        "SampleAfterValue": "100003",
320        "UMask": "0x10",
321        "Unit": "cpu_core"
322    },
323    {
324        "BriefDescription": "Counts the number of cycles that the head (oldest load) of the load buffer and retirement are both stalled due to a DTLB miss.",
325        "EventCode": "0x05",
326        "EventName": "LD_HEAD.DTLB_MISS_AT_RET",
327        "SampleAfterValue": "1000003",
328        "UMask": "0x90",
329        "Unit": "cpu_atom"
330    }
331]
332