1*4babba55SJin Yao[
2*4babba55SJin Yao    {
3*4babba55SJin Yao        "BriefDescription": "Loads that miss the DTLB and hit the STLB.",
4*4babba55SJin Yao        "EventCode": "0x08",
5*4babba55SJin Yao        "EventName": "DTLB_LOAD_MISSES.STLB_HIT",
6*4babba55SJin Yao        "PublicDescription": "Counts loads that miss the DTLB (Data TLB) and hit the STLB (Second level TLB).",
7*4babba55SJin Yao        "SampleAfterValue": "100003",
8*4babba55SJin Yao        "UMask": "0x20"
9*4babba55SJin Yao    },
10*4babba55SJin Yao    {
11*4babba55SJin Yao        "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a demand load.",
12*4babba55SJin Yao        "CounterMask": "1",
13*4babba55SJin Yao        "EventCode": "0x08",
14*4babba55SJin Yao        "EventName": "DTLB_LOAD_MISSES.WALK_ACTIVE",
15*4babba55SJin Yao        "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a demand load.",
16*4babba55SJin Yao        "SampleAfterValue": "100003",
17*4babba55SJin Yao        "UMask": "0x10"
18*4babba55SJin Yao    },
19*4babba55SJin Yao    {
20*4babba55SJin Yao        "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
21*4babba55SJin Yao        "EventCode": "0x08",
22*4babba55SJin Yao        "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED",
23*4babba55SJin Yao        "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.",
24*4babba55SJin Yao        "SampleAfterValue": "100003",
25*4babba55SJin Yao        "UMask": "0xe"
26*4babba55SJin Yao    },
27*4babba55SJin Yao    {
28*4babba55SJin Yao        "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.",
29*4babba55SJin Yao        "EventCode": "0x08",
30*4babba55SJin Yao        "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_2M_4M",
31*4babba55SJin Yao        "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.",
32*4babba55SJin Yao        "SampleAfterValue": "100003",
33*4babba55SJin Yao        "UMask": "0x4"
34*4babba55SJin Yao    },
35*4babba55SJin Yao    {
36*4babba55SJin Yao        "BriefDescription": "Page walks completed due to a demand data load to a 4K page.",
37*4babba55SJin Yao        "EventCode": "0x08",
38*4babba55SJin Yao        "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_4K",
39*4babba55SJin Yao        "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.",
40*4babba55SJin Yao        "SampleAfterValue": "100003",
41*4babba55SJin Yao        "UMask": "0x2"
42*4babba55SJin Yao    },
43*4babba55SJin Yao    {
44*4babba55SJin Yao        "BriefDescription": "Number of page walks outstanding for a demand load in the PMH each cycle.",
45*4babba55SJin Yao        "EventCode": "0x08",
46*4babba55SJin Yao        "EventName": "DTLB_LOAD_MISSES.WALK_PENDING",
47*4babba55SJin Yao        "PublicDescription": "Counts the number of page walks outstanding for a demand load in the PMH (Page Miss Handler) each cycle.",
48*4babba55SJin Yao        "SampleAfterValue": "100003",
49*4babba55SJin Yao        "UMask": "0x10"
50*4babba55SJin Yao    },
51*4babba55SJin Yao    {
52*4babba55SJin Yao        "BriefDescription": "Stores that miss the DTLB and hit the STLB.",
53*4babba55SJin Yao        "EventCode": "0x49",
54*4babba55SJin Yao        "EventName": "DTLB_STORE_MISSES.STLB_HIT",
55*4babba55SJin Yao        "PublicDescription": "Counts stores that miss the DTLB (Data TLB) and hit the STLB (2nd Level TLB).",
56*4babba55SJin Yao        "SampleAfterValue": "100003",
57*4babba55SJin Yao        "UMask": "0x20"
58*4babba55SJin Yao    },
59*4babba55SJin Yao    {
60*4babba55SJin Yao        "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a store.",
61*4babba55SJin Yao        "CounterMask": "1",
62*4babba55SJin Yao        "EventCode": "0x49",
63*4babba55SJin Yao        "EventName": "DTLB_STORE_MISSES.WALK_ACTIVE",
64*4babba55SJin Yao        "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a store.",
65*4babba55SJin Yao        "SampleAfterValue": "100003",
66*4babba55SJin Yao        "UMask": "0x10"
67*4babba55SJin Yao    },
68*4babba55SJin Yao    {
69*4babba55SJin Yao        "BriefDescription": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
70*4babba55SJin Yao        "EventCode": "0x49",
71*4babba55SJin Yao        "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED",
72*4babba55SJin Yao        "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.",
73*4babba55SJin Yao        "SampleAfterValue": "100003",
74*4babba55SJin Yao        "UMask": "0xe"
75*4babba55SJin Yao    },
76*4babba55SJin Yao    {
77*4babba55SJin Yao        "BriefDescription": "Page walks completed due to a demand data store to a 2M/4M page.",
78*4babba55SJin Yao        "EventCode": "0x49",
79*4babba55SJin Yao        "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_2M_4M",
80*4babba55SJin Yao        "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.",
81*4babba55SJin Yao        "SampleAfterValue": "100003",
82*4babba55SJin Yao        "UMask": "0x4"
83*4babba55SJin Yao    },
84*4babba55SJin Yao    {
85*4babba55SJin Yao        "BriefDescription": "Page walks completed due to a demand data store to a 4K page.",
86*4babba55SJin Yao        "EventCode": "0x49",
87*4babba55SJin Yao        "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_4K",
88*4babba55SJin Yao        "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.",
89*4babba55SJin Yao        "SampleAfterValue": "100003",
90*4babba55SJin Yao        "UMask": "0x2"
91*4babba55SJin Yao    },
92*4babba55SJin Yao    {
93*4babba55SJin Yao        "BriefDescription": "Number of page walks outstanding for a store in the PMH each cycle.",
94*4babba55SJin Yao        "EventCode": "0x49",
95*4babba55SJin Yao        "EventName": "DTLB_STORE_MISSES.WALK_PENDING",
96*4babba55SJin Yao        "PublicDescription": "Counts the number of page walks outstanding for a store in the PMH (Page Miss Handler) each cycle.",
97*4babba55SJin Yao        "SampleAfterValue": "100003",
98*4babba55SJin Yao        "UMask": "0x10"
99*4babba55SJin Yao    },
100*4babba55SJin Yao    {
101*4babba55SJin Yao        "BriefDescription": "Instruction fetch requests that miss the ITLB and hit the STLB.",
102*4babba55SJin Yao        "EventCode": "0x85",
103*4babba55SJin Yao        "EventName": "ITLB_MISSES.STLB_HIT",
104*4babba55SJin Yao        "PublicDescription": "Counts instruction fetch requests that miss the ITLB (Instruction TLB) and hit the STLB (Second-level TLB).",
105*4babba55SJin Yao        "SampleAfterValue": "100003",
106*4babba55SJin Yao        "UMask": "0x20"
107*4babba55SJin Yao    },
108*4babba55SJin Yao    {
109*4babba55SJin Yao        "BriefDescription": "Cycles when at least one PMH is busy with a page walk for code (instruction fetch) request.",
110*4babba55SJin Yao        "CounterMask": "1",
111*4babba55SJin Yao        "EventCode": "0x85",
112*4babba55SJin Yao        "EventName": "ITLB_MISSES.WALK_ACTIVE",
113*4babba55SJin Yao        "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request.",
114*4babba55SJin Yao        "SampleAfterValue": "100003",
115*4babba55SJin Yao        "UMask": "0x10"
116*4babba55SJin Yao    },
117*4babba55SJin Yao    {
118*4babba55SJin Yao        "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)",
119*4babba55SJin Yao        "EventCode": "0x85",
120*4babba55SJin Yao        "EventName": "ITLB_MISSES.WALK_COMPLETED",
121*4babba55SJin Yao        "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.",
122*4babba55SJin Yao        "SampleAfterValue": "100003",
123*4babba55SJin Yao        "UMask": "0xe"
124*4babba55SJin Yao    },
125*4babba55SJin Yao    {
126*4babba55SJin Yao        "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (2M/4M)",
127*4babba55SJin Yao        "EventCode": "0x85",
128*4babba55SJin Yao        "EventName": "ITLB_MISSES.WALK_COMPLETED_2M_4M",
129*4babba55SJin Yao        "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.",
130*4babba55SJin Yao        "SampleAfterValue": "100003",
131*4babba55SJin Yao        "UMask": "0x4"
132*4babba55SJin Yao    },
133*4babba55SJin Yao    {
134*4babba55SJin Yao        "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (4K)",
135*4babba55SJin Yao        "EventCode": "0x85",
136*4babba55SJin Yao        "EventName": "ITLB_MISSES.WALK_COMPLETED_4K",
137*4babba55SJin Yao        "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.",
138*4babba55SJin Yao        "SampleAfterValue": "100003",
139*4babba55SJin Yao        "UMask": "0x2"
140*4babba55SJin Yao    },
141*4babba55SJin Yao    {
142*4babba55SJin Yao        "BriefDescription": "Number of page walks outstanding for an outstanding code request in the PMH each cycle.",
143*4babba55SJin Yao        "EventCode": "0x85",
144*4babba55SJin Yao        "EventName": "ITLB_MISSES.WALK_PENDING",
145*4babba55SJin Yao        "PublicDescription": "Counts the number of page walks outstanding for an outstanding code (instruction fetch) request in the PMH (Page Miss Handler) each cycle.",
146*4babba55SJin Yao        "SampleAfterValue": "100003",
147*4babba55SJin Yao        "UMask": "0x10"
148*4babba55SJin Yao    },
149*4babba55SJin Yao    {
150*4babba55SJin Yao        "BriefDescription": "DTLB flush attempts of the thread-specific entries",
151*4babba55SJin Yao        "EventCode": "0xbd",
152*4babba55SJin Yao        "EventName": "TLB_FLUSH.DTLB_THREAD",
153*4babba55SJin Yao        "PublicDescription": "Counts the number of DTLB flush attempts of the thread-specific entries.",
154*4babba55SJin Yao        "SampleAfterValue": "100007",
155*4babba55SJin Yao        "UMask": "0x1"
156*4babba55SJin Yao    },
157*4babba55SJin Yao    {
158*4babba55SJin Yao        "BriefDescription": "STLB flush attempts",
159*4babba55SJin Yao        "EventCode": "0xbd",
160*4babba55SJin Yao        "EventName": "TLB_FLUSH.STLB_ANY",
161*4babba55SJin Yao        "PublicDescription": "Counts the number of any STLB flush attempts (such as entire, VPID, PCID, InvPage, CR3 write, etc.).",
162*4babba55SJin Yao        "SampleAfterValue": "100007",
163*4babba55SJin Yao        "UMask": "0x20"
164*4babba55SJin Yao    }
165*4babba55SJin Yao]
166