1*7e74ece3SIan Rogers[
2*7e74ece3SIan Rogers    {
3*7e74ece3SIan Rogers        "BriefDescription": "Counts the number of cache lines replaced in L1 data cache.",
4*7e74ece3SIan Rogers        "EventCode": "0x51",
5*7e74ece3SIan Rogers        "EventName": "L1D.REPLACEMENT",
6*7e74ece3SIan Rogers        "PublicDescription": "Counts L1D data line replacements including opportunistic replacements, and replacements that require stall-for-replace or block-for-replace.",
7*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
8*7e74ece3SIan Rogers        "UMask": "0x1"
9*7e74ece3SIan Rogers    },
10*7e74ece3SIan Rogers    {
11*7e74ece3SIan Rogers        "BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailability.",
12*7e74ece3SIan Rogers        "EventCode": "0x48",
13*7e74ece3SIan Rogers        "EventName": "L1D_PEND_MISS.FB_FULL",
14*7e74ece3SIan Rogers        "PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
15*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
16*7e74ece3SIan Rogers        "UMask": "0x2"
17*7e74ece3SIan Rogers    },
18*7e74ece3SIan Rogers    {
19*7e74ece3SIan Rogers        "BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailability.",
20*7e74ece3SIan Rogers        "CounterMask": "1",
21*7e74ece3SIan Rogers        "EdgeDetect": "1",
22*7e74ece3SIan Rogers        "EventCode": "0x48",
23*7e74ece3SIan Rogers        "EventName": "L1D_PEND_MISS.FB_FULL_PERIODS",
24*7e74ece3SIan Rogers        "PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
25*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
26*7e74ece3SIan Rogers        "UMask": "0x2"
27*7e74ece3SIan Rogers    },
28*7e74ece3SIan Rogers    {
29*7e74ece3SIan Rogers        "BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 resources.",
30*7e74ece3SIan Rogers        "EventCode": "0x48",
31*7e74ece3SIan Rogers        "EventName": "L1D_PEND_MISS.L2_STALL",
32*7e74ece3SIan Rogers        "PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack of L2 resources. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
33*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
34*7e74ece3SIan Rogers        "UMask": "0x4"
35*7e74ece3SIan Rogers    },
36*7e74ece3SIan Rogers    {
37*7e74ece3SIan Rogers        "BriefDescription": "Number of L1D misses that are outstanding",
38*7e74ece3SIan Rogers        "EventCode": "0x48",
39*7e74ece3SIan Rogers        "EventName": "L1D_PEND_MISS.PENDING",
40*7e74ece3SIan Rogers        "PublicDescription": "Counts number of L1D misses that are outstanding in each cycle, that is each cycle the number of Fill Buffers (FB) outstanding required by Demand Reads. FB either is held by demand loads, or it is held by non-demand loads and gets hit at least once by demand. The valid outstanding interval is defined until the FB deallocation by one of the following ways: from FB allocation, if FB is allocated by demand from the demand Hit FB, if it is allocated by hardware or software prefetch. Note: In the L1D, a Demand Read contains cacheable or noncacheable demand loads, including ones causing cache-line splits and reads due to page walks resulted from any request type.",
41*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
42*7e74ece3SIan Rogers        "UMask": "0x1"
43*7e74ece3SIan Rogers    },
44*7e74ece3SIan Rogers    {
45*7e74ece3SIan Rogers        "BriefDescription": "Cycles with L1D load Misses outstanding.",
46*7e74ece3SIan Rogers        "CounterMask": "1",
47*7e74ece3SIan Rogers        "EventCode": "0x48",
48*7e74ece3SIan Rogers        "EventName": "L1D_PEND_MISS.PENDING_CYCLES",
49*7e74ece3SIan Rogers        "PublicDescription": "Counts duration of L1D miss outstanding in cycles.",
50*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
51*7e74ece3SIan Rogers        "UMask": "0x1"
52*7e74ece3SIan Rogers    },
53*7e74ece3SIan Rogers    {
54*7e74ece3SIan Rogers        "BriefDescription": "L2 cache lines filling L2",
55*7e74ece3SIan Rogers        "EventCode": "0xF1",
56*7e74ece3SIan Rogers        "EventName": "L2_LINES_IN.ALL",
57*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of L2 cache lines filling the L2. Counting does not cover rejects.",
58*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
59*7e74ece3SIan Rogers        "UMask": "0x1f"
60*7e74ece3SIan Rogers    },
61*7e74ece3SIan Rogers    {
62*7e74ece3SIan Rogers        "BriefDescription": "Modified cache lines that are evicted by L2 cache when triggered by an L2 cache fill.",
63*7e74ece3SIan Rogers        "EventCode": "0xF2",
64*7e74ece3SIan Rogers        "EventName": "L2_LINES_OUT.NON_SILENT",
65*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of lines that are evicted by L2 cache when triggered by an L2 cache fill. Those lines are in Modified state. Modified lines are written back to L3",
66*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
67*7e74ece3SIan Rogers        "UMask": "0x2"
68*7e74ece3SIan Rogers    },
69*7e74ece3SIan Rogers    {
70*7e74ece3SIan Rogers        "BriefDescription": "Non-modified cache lines that are silently dropped by L2 cache when triggered by an L2 cache fill.",
71*7e74ece3SIan Rogers        "EventCode": "0xF2",
72*7e74ece3SIan Rogers        "EventName": "L2_LINES_OUT.SILENT",
73*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of lines that are silently dropped by L2 cache when triggered by an L2 cache fill. These lines are typically in Shared or Exclusive state. A non-threaded event.",
74*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
75*7e74ece3SIan Rogers        "UMask": "0x1"
76*7e74ece3SIan Rogers    },
77*7e74ece3SIan Rogers    {
78*7e74ece3SIan Rogers        "BriefDescription": "Cache lines that have been L2 hardware prefetched but not used by demand accesses",
79*7e74ece3SIan Rogers        "EventCode": "0xf2",
80*7e74ece3SIan Rogers        "EventName": "L2_LINES_OUT.USELESS_HWPF",
81*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of cache lines that have been prefetched by the L2 hardware prefetcher but not used by demand access when evicted from the L2 cache",
82*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
83*7e74ece3SIan Rogers        "UMask": "0x4"
84*7e74ece3SIan Rogers    },
85*7e74ece3SIan Rogers    {
86*7e74ece3SIan Rogers        "BriefDescription": "L2 code requests",
87*7e74ece3SIan Rogers        "EventCode": "0x24",
88*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.ALL_CODE_RD",
89*7e74ece3SIan Rogers        "PublicDescription": "Counts the total number of L2 code requests.",
90*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
91*7e74ece3SIan Rogers        "UMask": "0xe4"
92*7e74ece3SIan Rogers    },
93*7e74ece3SIan Rogers    {
94*7e74ece3SIan Rogers        "BriefDescription": "Demand Data Read requests",
95*7e74ece3SIan Rogers        "EventCode": "0x24",
96*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.ALL_DEMAND_DATA_RD",
97*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of demand Data Read requests (including requests from L1D hardware prefetchers). These loads may hit or miss L2 cache. Only non rejected loads are counted.",
98*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
99*7e74ece3SIan Rogers        "UMask": "0xe1"
100*7e74ece3SIan Rogers    },
101*7e74ece3SIan Rogers    {
102*7e74ece3SIan Rogers        "BriefDescription": "Demand requests that miss L2 cache",
103*7e74ece3SIan Rogers        "EventCode": "0x24",
104*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.ALL_DEMAND_MISS",
105*7e74ece3SIan Rogers        "PublicDescription": "Counts demand requests that miss L2 cache.",
106*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
107*7e74ece3SIan Rogers        "UMask": "0x27"
108*7e74ece3SIan Rogers    },
109*7e74ece3SIan Rogers    {
110*7e74ece3SIan Rogers        "BriefDescription": "Demand requests to L2 cache",
111*7e74ece3SIan Rogers        "EventCode": "0x24",
112*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.ALL_DEMAND_REFERENCES",
113*7e74ece3SIan Rogers        "PublicDescription": "Counts demand requests to L2 cache.",
114*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
115*7e74ece3SIan Rogers        "UMask": "0xe7"
116*7e74ece3SIan Rogers    },
117*7e74ece3SIan Rogers    {
118*7e74ece3SIan Rogers        "BriefDescription": "RFO requests to L2 cache",
119*7e74ece3SIan Rogers        "EventCode": "0x24",
120*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.ALL_RFO",
121*7e74ece3SIan Rogers        "PublicDescription": "Counts the total number of RFO (read for ownership) requests to L2 cache. L2 RFO requests include both L1D demand RFO misses as well as L1D RFO prefetches.",
122*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
123*7e74ece3SIan Rogers        "UMask": "0xe2"
124*7e74ece3SIan Rogers    },
125*7e74ece3SIan Rogers    {
126*7e74ece3SIan Rogers        "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
127*7e74ece3SIan Rogers        "EventCode": "0x24",
128*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.CODE_RD_HIT",
129*7e74ece3SIan Rogers        "PublicDescription": "Counts L2 cache hits when fetching instructions, code reads.",
130*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
131*7e74ece3SIan Rogers        "UMask": "0xc4"
132*7e74ece3SIan Rogers    },
133*7e74ece3SIan Rogers    {
134*7e74ece3SIan Rogers        "BriefDescription": "L2 cache misses when fetching instructions",
135*7e74ece3SIan Rogers        "EventCode": "0x24",
136*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.CODE_RD_MISS",
137*7e74ece3SIan Rogers        "PublicDescription": "Counts L2 cache misses when fetching instructions.",
138*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
139*7e74ece3SIan Rogers        "UMask": "0x24"
140*7e74ece3SIan Rogers    },
141*7e74ece3SIan Rogers    {
142*7e74ece3SIan Rogers        "BriefDescription": "Demand Data Read requests that hit L2 cache",
143*7e74ece3SIan Rogers        "EventCode": "0x24",
144*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.DEMAND_DATA_RD_HIT",
145*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of demand Data Read requests initiated by load instructions that hit L2 cache.",
146*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
147*7e74ece3SIan Rogers        "UMask": "0xc1"
148*7e74ece3SIan Rogers    },
149*7e74ece3SIan Rogers    {
150*7e74ece3SIan Rogers        "BriefDescription": "Demand Data Read miss L2, no rejects",
151*7e74ece3SIan Rogers        "EventCode": "0x24",
152*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.DEMAND_DATA_RD_MISS",
153*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of demand Data Read requests that miss L2 cache. Only not rejected loads are counted.",
154*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
155*7e74ece3SIan Rogers        "UMask": "0x21"
156*7e74ece3SIan Rogers    },
157*7e74ece3SIan Rogers    {
158*7e74ece3SIan Rogers        "BriefDescription": "All requests that miss L2 cache.",
159*7e74ece3SIan Rogers        "EventCode": "0x24",
160*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.MISS",
161*7e74ece3SIan Rogers        "PublicDescription": "Counts all requests that miss L2 cache.",
162*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
163*7e74ece3SIan Rogers        "UMask": "0x3f"
164*7e74ece3SIan Rogers    },
165*7e74ece3SIan Rogers    {
166*7e74ece3SIan Rogers        "BriefDescription": "All L2 requests.",
167*7e74ece3SIan Rogers        "EventCode": "0x24",
168*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.REFERENCES",
169*7e74ece3SIan Rogers        "PublicDescription": "Counts all L2 requests.",
170*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
171*7e74ece3SIan Rogers        "UMask": "0xff"
172*7e74ece3SIan Rogers    },
173*7e74ece3SIan Rogers    {
174*7e74ece3SIan Rogers        "BriefDescription": "RFO requests that hit L2 cache",
175*7e74ece3SIan Rogers        "EventCode": "0x24",
176*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.RFO_HIT",
177*7e74ece3SIan Rogers        "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache.",
178*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
179*7e74ece3SIan Rogers        "UMask": "0xc2"
180*7e74ece3SIan Rogers    },
181*7e74ece3SIan Rogers    {
182*7e74ece3SIan Rogers        "BriefDescription": "RFO requests that miss L2 cache",
183*7e74ece3SIan Rogers        "EventCode": "0x24",
184*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.RFO_MISS",
185*7e74ece3SIan Rogers        "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache.",
186*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
187*7e74ece3SIan Rogers        "UMask": "0x22"
188*7e74ece3SIan Rogers    },
189*7e74ece3SIan Rogers    {
190*7e74ece3SIan Rogers        "BriefDescription": "SW prefetch requests that hit L2 cache.",
191*7e74ece3SIan Rogers        "EventCode": "0x24",
192*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.SWPF_HIT",
193*7e74ece3SIan Rogers        "PublicDescription": "Counts Software prefetch requests that hit the L2 cache. Accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions when FB is not full.",
194*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
195*7e74ece3SIan Rogers        "UMask": "0xc8"
196*7e74ece3SIan Rogers    },
197*7e74ece3SIan Rogers    {
198*7e74ece3SIan Rogers        "BriefDescription": "SW prefetch requests that miss L2 cache.",
199*7e74ece3SIan Rogers        "EventCode": "0x24",
200*7e74ece3SIan Rogers        "EventName": "L2_RQSTS.SWPF_MISS",
201*7e74ece3SIan Rogers        "PublicDescription": "Counts Software prefetch requests that miss the L2 cache. Accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions when FB is not full.",
202*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
203*7e74ece3SIan Rogers        "UMask": "0x28"
204*7e74ece3SIan Rogers    },
205*7e74ece3SIan Rogers    {
206*7e74ece3SIan Rogers        "BriefDescription": "L2 writebacks that access L2 cache",
207*7e74ece3SIan Rogers        "EventCode": "0xF0",
208*7e74ece3SIan Rogers        "EventName": "L2_TRANS.L2_WB",
209*7e74ece3SIan Rogers        "PublicDescription": "Counts L2 writebacks that access L2 cache.",
210*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
211*7e74ece3SIan Rogers        "UMask": "0x40"
212*7e74ece3SIan Rogers    },
213*7e74ece3SIan Rogers    {
214*7e74ece3SIan Rogers        "BriefDescription": "Core-originated cacheable requests that missed L3  (Except hardware prefetches to the L3)",
215*7e74ece3SIan Rogers        "EventCode": "0x2e",
216*7e74ece3SIan Rogers        "EventName": "LONGEST_LAT_CACHE.MISS",
217*7e74ece3SIan Rogers        "PublicDescription": "Counts core-originated cacheable requests that miss the L3 cache (Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculative accesses and hardware prefetches to the L1 and L2.  It does not include hardware prefetches to the L3, and may not count other types of requests to the L3.",
218*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
219*7e74ece3SIan Rogers        "UMask": "0x41"
220*7e74ece3SIan Rogers    },
221*7e74ece3SIan Rogers    {
222*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions.",
223*7e74ece3SIan Rogers        "Data_LA": "1",
224*7e74ece3SIan Rogers        "EventCode": "0xd0",
225*7e74ece3SIan Rogers        "EventName": "MEM_INST_RETIRED.ALL_LOADS",
226*7e74ece3SIan Rogers        "PEBS": "1",
227*7e74ece3SIan Rogers        "PublicDescription": "Counts all retired load instructions. This event accounts for SW prefetch instructions of PREFETCHNTA or PREFETCHT0/1/2 or PREFETCHW.",
228*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
229*7e74ece3SIan Rogers        "UMask": "0x81"
230*7e74ece3SIan Rogers    },
231*7e74ece3SIan Rogers    {
232*7e74ece3SIan Rogers        "BriefDescription": "Retired store instructions.",
233*7e74ece3SIan Rogers        "Data_LA": "1",
234*7e74ece3SIan Rogers        "EventCode": "0xd0",
235*7e74ece3SIan Rogers        "EventName": "MEM_INST_RETIRED.ALL_STORES",
236*7e74ece3SIan Rogers        "PEBS": "1",
237*7e74ece3SIan Rogers        "PublicDescription": "Counts all retired store instructions.",
238*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
239*7e74ece3SIan Rogers        "UMask": "0x82"
240*7e74ece3SIan Rogers    },
241*7e74ece3SIan Rogers    {
242*7e74ece3SIan Rogers        "BriefDescription": "All retired memory instructions.",
243*7e74ece3SIan Rogers        "Data_LA": "1",
244*7e74ece3SIan Rogers        "EventCode": "0xd0",
245*7e74ece3SIan Rogers        "EventName": "MEM_INST_RETIRED.ANY",
246*7e74ece3SIan Rogers        "PEBS": "1",
247*7e74ece3SIan Rogers        "PublicDescription": "Counts all retired memory instructions - loads and stores.",
248*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
249*7e74ece3SIan Rogers        "UMask": "0x83"
250*7e74ece3SIan Rogers    },
251*7e74ece3SIan Rogers    {
252*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions with locked access.",
253*7e74ece3SIan Rogers        "Data_LA": "1",
254*7e74ece3SIan Rogers        "EventCode": "0xd0",
255*7e74ece3SIan Rogers        "EventName": "MEM_INST_RETIRED.LOCK_LOADS",
256*7e74ece3SIan Rogers        "PEBS": "1",
257*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions with locked access.",
258*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
259*7e74ece3SIan Rogers        "UMask": "0x21"
260*7e74ece3SIan Rogers    },
261*7e74ece3SIan Rogers    {
262*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions that split across a cacheline boundary.",
263*7e74ece3SIan Rogers        "Data_LA": "1",
264*7e74ece3SIan Rogers        "EventCode": "0xd0",
265*7e74ece3SIan Rogers        "EventName": "MEM_INST_RETIRED.SPLIT_LOADS",
266*7e74ece3SIan Rogers        "PEBS": "1",
267*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions that split across a cacheline boundary.",
268*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
269*7e74ece3SIan Rogers        "UMask": "0x41"
270*7e74ece3SIan Rogers    },
271*7e74ece3SIan Rogers    {
272*7e74ece3SIan Rogers        "BriefDescription": "Retired store instructions that split across a cacheline boundary.",
273*7e74ece3SIan Rogers        "Data_LA": "1",
274*7e74ece3SIan Rogers        "EventCode": "0xd0",
275*7e74ece3SIan Rogers        "EventName": "MEM_INST_RETIRED.SPLIT_STORES",
276*7e74ece3SIan Rogers        "PEBS": "1",
277*7e74ece3SIan Rogers        "PublicDescription": "Counts retired store instructions that split across a cacheline boundary.",
278*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
279*7e74ece3SIan Rogers        "UMask": "0x42"
280*7e74ece3SIan Rogers    },
281*7e74ece3SIan Rogers    {
282*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions that miss the STLB.",
283*7e74ece3SIan Rogers        "Data_LA": "1",
284*7e74ece3SIan Rogers        "EventCode": "0xd0",
285*7e74ece3SIan Rogers        "EventName": "MEM_INST_RETIRED.STLB_MISS_LOADS",
286*7e74ece3SIan Rogers        "PEBS": "1",
287*7e74ece3SIan Rogers        "PublicDescription": "Number of retired load instructions that (start a) miss in the 2nd-level TLB (STLB).",
288*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
289*7e74ece3SIan Rogers        "UMask": "0x11"
290*7e74ece3SIan Rogers    },
291*7e74ece3SIan Rogers    {
292*7e74ece3SIan Rogers        "BriefDescription": "Retired store instructions that miss the STLB.",
293*7e74ece3SIan Rogers        "Data_LA": "1",
294*7e74ece3SIan Rogers        "EventCode": "0xd0",
295*7e74ece3SIan Rogers        "EventName": "MEM_INST_RETIRED.STLB_MISS_STORES",
296*7e74ece3SIan Rogers        "PEBS": "1",
297*7e74ece3SIan Rogers        "PublicDescription": "Number of retired store instructions that (start a) miss in the 2nd-level TLB (STLB).",
298*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
299*7e74ece3SIan Rogers        "UMask": "0x12"
300*7e74ece3SIan Rogers    },
301*7e74ece3SIan Rogers    {
302*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions whose data sources were L3 and cross-core snoop hits in on-pkg core cache",
303*7e74ece3SIan Rogers        "Data_LA": "1",
304*7e74ece3SIan Rogers        "EventCode": "0xd2",
305*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_HIT",
306*7e74ece3SIan Rogers        "PEBS": "1",
307*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions whose data sources were L3 and cross-core snoop hits in on-pkg core cache.",
308*7e74ece3SIan Rogers        "SampleAfterValue": "20011",
309*7e74ece3SIan Rogers        "UMask": "0x2"
310*7e74ece3SIan Rogers    },
311*7e74ece3SIan Rogers    {
312*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions whose data sources were HitM responses from shared L3",
313*7e74ece3SIan Rogers        "Data_LA": "1",
314*7e74ece3SIan Rogers        "EventCode": "0xd2",
315*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_HITM",
316*7e74ece3SIan Rogers        "PEBS": "1",
317*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions whose data sources were HitM responses from shared L3.",
318*7e74ece3SIan Rogers        "SampleAfterValue": "20011",
319*7e74ece3SIan Rogers        "UMask": "0x4"
320*7e74ece3SIan Rogers    },
321*7e74ece3SIan Rogers    {
322*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
323*7e74ece3SIan Rogers        "Data_LA": "1",
324*7e74ece3SIan Rogers        "EventCode": "0xd2",
325*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_MISS",
326*7e74ece3SIan Rogers        "PEBS": "1",
327*7e74ece3SIan Rogers        "PublicDescription": "Counts the retired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
328*7e74ece3SIan Rogers        "SampleAfterValue": "20011",
329*7e74ece3SIan Rogers        "UMask": "0x1"
330*7e74ece3SIan Rogers    },
331*7e74ece3SIan Rogers    {
332*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions whose data sources were hits in L3 without snoops required",
333*7e74ece3SIan Rogers        "Data_LA": "1",
334*7e74ece3SIan Rogers        "EventCode": "0xd2",
335*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_NONE",
336*7e74ece3SIan Rogers        "PEBS": "1",
337*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions whose data sources were hits in L3 without snoops required.",
338*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
339*7e74ece3SIan Rogers        "UMask": "0x8"
340*7e74ece3SIan Rogers    },
341*7e74ece3SIan Rogers    {
342*7e74ece3SIan Rogers        "BriefDescription": "Retired instructions with at least 1 uncacheable load or Bus Lock.",
343*7e74ece3SIan Rogers        "Data_LA": "1",
344*7e74ece3SIan Rogers        "EventCode": "0xd4",
345*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_MISC_RETIRED.UC",
346*7e74ece3SIan Rogers        "PEBS": "1",
347*7e74ece3SIan Rogers        "PublicDescription": "Retired instructions with at least one load to uncacheable memory-type, or at least one cache-line split locked access (Bus Lock).",
348*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
349*7e74ece3SIan Rogers        "UMask": "0x4"
350*7e74ece3SIan Rogers    },
351*7e74ece3SIan Rogers    {
352*7e74ece3SIan Rogers        "BriefDescription": "Number of completed demand load requests that missed the L1, but hit the FB(fill buffer), because a preceding miss to the same cacheline initiated the line to be brought into L1, but data is not yet ready in L1.",
353*7e74ece3SIan Rogers        "Data_LA": "1",
354*7e74ece3SIan Rogers        "EventCode": "0xd1",
355*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_RETIRED.FB_HIT",
356*7e74ece3SIan Rogers        "PEBS": "1",
357*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions with at least one uop was load missed in L1 but hit FB (Fill Buffers) due to preceding miss to the same cache line with data not ready.",
358*7e74ece3SIan Rogers        "SampleAfterValue": "100007",
359*7e74ece3SIan Rogers        "UMask": "0x40"
360*7e74ece3SIan Rogers    },
361*7e74ece3SIan Rogers    {
362*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions with L1 cache hits as data sources",
363*7e74ece3SIan Rogers        "Data_LA": "1",
364*7e74ece3SIan Rogers        "EventCode": "0xd1",
365*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_RETIRED.L1_HIT",
366*7e74ece3SIan Rogers        "PEBS": "1",
367*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions with at least one uop that hit in the L1 data cache. This event includes all SW prefetches and lock instructions regardless of the data source.",
368*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
369*7e74ece3SIan Rogers        "UMask": "0x1"
370*7e74ece3SIan Rogers    },
371*7e74ece3SIan Rogers    {
372*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions missed L1 cache as data sources",
373*7e74ece3SIan Rogers        "Data_LA": "1",
374*7e74ece3SIan Rogers        "EventCode": "0xd1",
375*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_RETIRED.L1_MISS",
376*7e74ece3SIan Rogers        "PEBS": "1",
377*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions with at least one uop that missed in the L1 cache.",
378*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
379*7e74ece3SIan Rogers        "UMask": "0x8"
380*7e74ece3SIan Rogers    },
381*7e74ece3SIan Rogers    {
382*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions with L2 cache hits as data sources",
383*7e74ece3SIan Rogers        "Data_LA": "1",
384*7e74ece3SIan Rogers        "EventCode": "0xd1",
385*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_RETIRED.L2_HIT",
386*7e74ece3SIan Rogers        "PEBS": "1",
387*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions with L2 cache hits as data sources.",
388*7e74ece3SIan Rogers        "SampleAfterValue": "200003",
389*7e74ece3SIan Rogers        "UMask": "0x2"
390*7e74ece3SIan Rogers    },
391*7e74ece3SIan Rogers    {
392*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions missed L2 cache as data sources",
393*7e74ece3SIan Rogers        "Data_LA": "1",
394*7e74ece3SIan Rogers        "EventCode": "0xd1",
395*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_RETIRED.L2_MISS",
396*7e74ece3SIan Rogers        "PEBS": "1",
397*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions missed L2 cache as data sources.",
398*7e74ece3SIan Rogers        "SampleAfterValue": "100021",
399*7e74ece3SIan Rogers        "UMask": "0x10"
400*7e74ece3SIan Rogers    },
401*7e74ece3SIan Rogers    {
402*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions with L3 cache hits as data sources",
403*7e74ece3SIan Rogers        "Data_LA": "1",
404*7e74ece3SIan Rogers        "EventCode": "0xd1",
405*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_RETIRED.L3_HIT",
406*7e74ece3SIan Rogers        "PEBS": "1",
407*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions with at least one uop that hit in the L3 cache.",
408*7e74ece3SIan Rogers        "SampleAfterValue": "100021",
409*7e74ece3SIan Rogers        "UMask": "0x4"
410*7e74ece3SIan Rogers    },
411*7e74ece3SIan Rogers    {
412*7e74ece3SIan Rogers        "BriefDescription": "Retired load instructions missed L3 cache as data sources",
413*7e74ece3SIan Rogers        "Data_LA": "1",
414*7e74ece3SIan Rogers        "EventCode": "0xd1",
415*7e74ece3SIan Rogers        "EventName": "MEM_LOAD_RETIRED.L3_MISS",
416*7e74ece3SIan Rogers        "PEBS": "1",
417*7e74ece3SIan Rogers        "PublicDescription": "Counts retired load instructions with at least one uop that missed in the L3 cache.",
418*7e74ece3SIan Rogers        "SampleAfterValue": "50021",
419*7e74ece3SIan Rogers        "UMask": "0x20"
420*7e74ece3SIan Rogers    },
421*7e74ece3SIan Rogers    {
422*7e74ece3SIan Rogers        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that hit a cacheline in the L3 where a snoop was sent or not.",
423*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
424*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.ANY",
425*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
426*7e74ece3SIan Rogers        "MSRValue": "0x3FC03C0004",
427*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
428*7e74ece3SIan Rogers        "UMask": "0x1"
429*7e74ece3SIan Rogers    },
430*7e74ece3SIan Rogers    {
431*7e74ece3SIan Rogers        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that hit a cacheline in the L3 where a snoop hit in another cores caches, data forwarding is required as the data is modified.",
432*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
433*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_HITM",
434*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
435*7e74ece3SIan Rogers        "MSRValue": "0x10003C0004",
436*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
437*7e74ece3SIan Rogers        "UMask": "0x1"
438*7e74ece3SIan Rogers    },
439*7e74ece3SIan Rogers    {
440*7e74ece3SIan Rogers        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that hit a cacheline in the L3 where a snoop hit in another core, data forwarding is not required.",
441*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
442*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_HIT_NO_FWD",
443*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
444*7e74ece3SIan Rogers        "MSRValue": "0x4003C0004",
445*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
446*7e74ece3SIan Rogers        "UMask": "0x1"
447*7e74ece3SIan Rogers    },
448*7e74ece3SIan Rogers    {
449*7e74ece3SIan Rogers        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that hit a cacheline in the L3 where a snoop was sent but no other cores had the data.",
450*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
451*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_MISS",
452*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
453*7e74ece3SIan Rogers        "MSRValue": "0x2003C0004",
454*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
455*7e74ece3SIan Rogers        "UMask": "0x1"
456*7e74ece3SIan Rogers    },
457*7e74ece3SIan Rogers    {
458*7e74ece3SIan Rogers        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that hit a cacheline in the L3 where a snoop was not needed to satisfy the request.",
459*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
460*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_NOT_NEEDED",
461*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
462*7e74ece3SIan Rogers        "MSRValue": "0x1003C0004",
463*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
464*7e74ece3SIan Rogers        "UMask": "0x1"
465*7e74ece3SIan Rogers    },
466*7e74ece3SIan Rogers    {
467*7e74ece3SIan Rogers        "BriefDescription": "Counts demand instruction fetches and L1 instruction cache prefetches that hit a cacheline in the L3 where a snoop was sent.",
468*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
469*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_CODE_RD.L3_HIT.SNOOP_SENT",
470*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
471*7e74ece3SIan Rogers        "MSRValue": "0x1E003C0004",
472*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
473*7e74ece3SIan Rogers        "UMask": "0x1"
474*7e74ece3SIan Rogers    },
475*7e74ece3SIan Rogers    {
476*7e74ece3SIan Rogers        "BriefDescription": "Counts demand data reads that hit a cacheline in the L3 where a snoop was sent or not.",
477*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
478*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.ANY",
479*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
480*7e74ece3SIan Rogers        "MSRValue": "0x3FC03C0001",
481*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
482*7e74ece3SIan Rogers        "UMask": "0x1"
483*7e74ece3SIan Rogers    },
484*7e74ece3SIan Rogers    {
485*7e74ece3SIan Rogers        "BriefDescription": "Counts demand data reads that hit a cacheline in the L3 where a snoop hit in another cores caches, data forwarding is required as the data is modified.",
486*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
487*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HITM",
488*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
489*7e74ece3SIan Rogers        "MSRValue": "0x10003C0001",
490*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
491*7e74ece3SIan Rogers        "UMask": "0x1"
492*7e74ece3SIan Rogers    },
493*7e74ece3SIan Rogers    {
494*7e74ece3SIan Rogers        "BriefDescription": "Counts demand data reads that hit a cacheline in the L3 where a snoop hit in another core, data forwarding is not required.",
495*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
496*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_NO_FWD",
497*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
498*7e74ece3SIan Rogers        "MSRValue": "0x4003C0001",
499*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
500*7e74ece3SIan Rogers        "UMask": "0x1"
501*7e74ece3SIan Rogers    },
502*7e74ece3SIan Rogers    {
503*7e74ece3SIan Rogers        "BriefDescription": "Counts demand data reads that hit a cacheline in the L3 where a snoop was sent but no other cores had the data.",
504*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
505*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_MISS",
506*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
507*7e74ece3SIan Rogers        "MSRValue": "0x2003C0001",
508*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
509*7e74ece3SIan Rogers        "UMask": "0x1"
510*7e74ece3SIan Rogers    },
511*7e74ece3SIan Rogers    {
512*7e74ece3SIan Rogers        "BriefDescription": "Counts demand data reads that hit a cacheline in the L3 where a snoop was not needed to satisfy the request.",
513*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
514*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_NOT_NEEDED",
515*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
516*7e74ece3SIan Rogers        "MSRValue": "0x1003C0001",
517*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
518*7e74ece3SIan Rogers        "UMask": "0x1"
519*7e74ece3SIan Rogers    },
520*7e74ece3SIan Rogers    {
521*7e74ece3SIan Rogers        "BriefDescription": "Counts demand data reads that hit a cacheline in the L3 where a snoop was sent.",
522*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
523*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_SENT",
524*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
525*7e74ece3SIan Rogers        "MSRValue": "0x1E003C0001",
526*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
527*7e74ece3SIan Rogers        "UMask": "0x1"
528*7e74ece3SIan Rogers    },
529*7e74ece3SIan Rogers    {
530*7e74ece3SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that hit a cacheline in the L3 where a snoop was sent or not.",
531*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
532*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_RFO.L3_HIT.ANY",
533*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
534*7e74ece3SIan Rogers        "MSRValue": "0x3FC03C0002",
535*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
536*7e74ece3SIan Rogers        "UMask": "0x1"
537*7e74ece3SIan Rogers    },
538*7e74ece3SIan Rogers    {
539*7e74ece3SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that hit a cacheline in the L3 where a snoop hit in another cores caches, data forwarding is required as the data is modified.",
540*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
541*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_HITM",
542*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
543*7e74ece3SIan Rogers        "MSRValue": "0x10003C0002",
544*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
545*7e74ece3SIan Rogers        "UMask": "0x1"
546*7e74ece3SIan Rogers    },
547*7e74ece3SIan Rogers    {
548*7e74ece3SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that hit a cacheline in the L3 where a snoop hit in another core, data forwarding is not required.",
549*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
550*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_HIT_NO_FWD",
551*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
552*7e74ece3SIan Rogers        "MSRValue": "0x4003C0002",
553*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
554*7e74ece3SIan Rogers        "UMask": "0x1"
555*7e74ece3SIan Rogers    },
556*7e74ece3SIan Rogers    {
557*7e74ece3SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that hit a cacheline in the L3 where a snoop was sent but no other cores had the data.",
558*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
559*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_MISS",
560*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
561*7e74ece3SIan Rogers        "MSRValue": "0x2003C0002",
562*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
563*7e74ece3SIan Rogers        "UMask": "0x1"
564*7e74ece3SIan Rogers    },
565*7e74ece3SIan Rogers    {
566*7e74ece3SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that hit a cacheline in the L3 where a snoop was not needed to satisfy the request.",
567*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
568*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_NOT_NEEDED",
569*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
570*7e74ece3SIan Rogers        "MSRValue": "0x1003C0002",
571*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
572*7e74ece3SIan Rogers        "UMask": "0x1"
573*7e74ece3SIan Rogers    },
574*7e74ece3SIan Rogers    {
575*7e74ece3SIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFETCHW) that hit a cacheline in the L3 where a snoop was sent.",
576*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
577*7e74ece3SIan Rogers        "EventName": "OCR.DEMAND_RFO.L3_HIT.SNOOP_SENT",
578*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
579*7e74ece3SIan Rogers        "MSRValue": "0x1E003C0002",
580*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
581*7e74ece3SIan Rogers        "UMask": "0x1"
582*7e74ece3SIan Rogers    },
583*7e74ece3SIan Rogers    {
584*7e74ece3SIan Rogers        "BriefDescription": "Counts L1 data cache prefetch requests and software prefetches (except PREFETCHW) that hit a cacheline in the L3 where a snoop was sent or not.",
585*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
586*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L1D_AND_SWPF.L3_HIT.ANY",
587*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
588*7e74ece3SIan Rogers        "MSRValue": "0x3FC03C0400",
589*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
590*7e74ece3SIan Rogers        "UMask": "0x1"
591*7e74ece3SIan Rogers    },
592*7e74ece3SIan Rogers    {
593*7e74ece3SIan Rogers        "BriefDescription": "Counts L1 data cache prefetch requests and software prefetches (except PREFETCHW) that hit a cacheline in the L3 where a snoop was sent but no other cores had the data.",
594*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
595*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L1D_AND_SWPF.L3_HIT.SNOOP_MISS",
596*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
597*7e74ece3SIan Rogers        "MSRValue": "0x2003C0400",
598*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
599*7e74ece3SIan Rogers        "UMask": "0x1"
600*7e74ece3SIan Rogers    },
601*7e74ece3SIan Rogers    {
602*7e74ece3SIan Rogers        "BriefDescription": "Counts L1 data cache prefetch requests and software prefetches (except PREFETCHW) that hit a cacheline in the L3 where a snoop was not needed to satisfy the request.",
603*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
604*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L1D_AND_SWPF.L3_HIT.SNOOP_NOT_NEEDED",
605*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
606*7e74ece3SIan Rogers        "MSRValue": "0x1003C0400",
607*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
608*7e74ece3SIan Rogers        "UMask": "0x1"
609*7e74ece3SIan Rogers    },
610*7e74ece3SIan Rogers    {
611*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch data reads (which bring data to L2)  that hit a cacheline in the L3 where a snoop was sent or not.",
612*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
613*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT.ANY",
614*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
615*7e74ece3SIan Rogers        "MSRValue": "0x3FC03C0010",
616*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
617*7e74ece3SIan Rogers        "UMask": "0x1"
618*7e74ece3SIan Rogers    },
619*7e74ece3SIan Rogers    {
620*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch data reads (which bring data to L2)  that hit a cacheline in the L3 where a snoop hit in another cores caches, data forwarding is required as the data is modified.",
621*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
622*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT.SNOOP_HITM",
623*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
624*7e74ece3SIan Rogers        "MSRValue": "0x10003C0010",
625*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
626*7e74ece3SIan Rogers        "UMask": "0x1"
627*7e74ece3SIan Rogers    },
628*7e74ece3SIan Rogers    {
629*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch data reads (which bring data to L2)  that hit a cacheline in the L3 where a snoop hit in another core, data forwarding is not required.",
630*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
631*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT.SNOOP_HIT_NO_FWD",
632*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
633*7e74ece3SIan Rogers        "MSRValue": "0x4003C0010",
634*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
635*7e74ece3SIan Rogers        "UMask": "0x1"
636*7e74ece3SIan Rogers    },
637*7e74ece3SIan Rogers    {
638*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch data reads (which bring data to L2)  that hit a cacheline in the L3 where a snoop was sent but no other cores had the data.",
639*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
640*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT.SNOOP_MISS",
641*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
642*7e74ece3SIan Rogers        "MSRValue": "0x2003C0010",
643*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
644*7e74ece3SIan Rogers        "UMask": "0x1"
645*7e74ece3SIan Rogers    },
646*7e74ece3SIan Rogers    {
647*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch data reads (which bring data to L2)  that hit a cacheline in the L3 where a snoop was not needed to satisfy the request.",
648*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
649*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT.SNOOP_NOT_NEEDED",
650*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
651*7e74ece3SIan Rogers        "MSRValue": "0x1003C0010",
652*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
653*7e74ece3SIan Rogers        "UMask": "0x1"
654*7e74ece3SIan Rogers    },
655*7e74ece3SIan Rogers    {
656*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch data reads (which bring data to L2)  that hit a cacheline in the L3 where a snoop was sent.",
657*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
658*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_DATA_RD.L3_HIT.SNOOP_SENT",
659*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
660*7e74ece3SIan Rogers        "MSRValue": "0x1E003C0010",
661*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
662*7e74ece3SIan Rogers        "UMask": "0x1"
663*7e74ece3SIan Rogers    },
664*7e74ece3SIan Rogers    {
665*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch RFOs (which bring data to L2) that hit a cacheline in the L3 where a snoop was sent or not.",
666*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
667*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_RFO.L3_HIT.ANY",
668*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
669*7e74ece3SIan Rogers        "MSRValue": "0x3FC03C0020",
670*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
671*7e74ece3SIan Rogers        "UMask": "0x1"
672*7e74ece3SIan Rogers    },
673*7e74ece3SIan Rogers    {
674*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch RFOs (which bring data to L2) that hit a cacheline in the L3 where a snoop hit in another cores caches, data forwarding is required as the data is modified.",
675*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
676*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_RFO.L3_HIT.SNOOP_HITM",
677*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
678*7e74ece3SIan Rogers        "MSRValue": "0x10003C0020",
679*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
680*7e74ece3SIan Rogers        "UMask": "0x1"
681*7e74ece3SIan Rogers    },
682*7e74ece3SIan Rogers    {
683*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch RFOs (which bring data to L2) that hit a cacheline in the L3 where a snoop hit in another core, data forwarding is not required.",
684*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
685*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_RFO.L3_HIT.SNOOP_HIT_NO_FWD",
686*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
687*7e74ece3SIan Rogers        "MSRValue": "0x4003C0020",
688*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
689*7e74ece3SIan Rogers        "UMask": "0x1"
690*7e74ece3SIan Rogers    },
691*7e74ece3SIan Rogers    {
692*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch RFOs (which bring data to L2) that hit a cacheline in the L3 where a snoop was sent but no other cores had the data.",
693*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
694*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_RFO.L3_HIT.SNOOP_MISS",
695*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
696*7e74ece3SIan Rogers        "MSRValue": "0x2003C0020",
697*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
698*7e74ece3SIan Rogers        "UMask": "0x1"
699*7e74ece3SIan Rogers    },
700*7e74ece3SIan Rogers    {
701*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch RFOs (which bring data to L2) that hit a cacheline in the L3 where a snoop was not needed to satisfy the request.",
702*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
703*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_RFO.L3_HIT.SNOOP_NOT_NEEDED",
704*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
705*7e74ece3SIan Rogers        "MSRValue": "0x1003C0020",
706*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
707*7e74ece3SIan Rogers        "UMask": "0x1"
708*7e74ece3SIan Rogers    },
709*7e74ece3SIan Rogers    {
710*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetch RFOs (which bring data to L2) that hit a cacheline in the L3 where a snoop was sent.",
711*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
712*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L2_RFO.L3_HIT.SNOOP_SENT",
713*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
714*7e74ece3SIan Rogers        "MSRValue": "0x1E003C0020",
715*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
716*7e74ece3SIan Rogers        "UMask": "0x1"
717*7e74ece3SIan Rogers    },
718*7e74ece3SIan Rogers    {
719*7e74ece3SIan Rogers        "BriefDescription": "Counts hardware prefetches to the L3 only that hit a cacheline in the L3 where a snoop was sent or not.",
720*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
721*7e74ece3SIan Rogers        "EventName": "OCR.HWPF_L3.L3_HIT.ANY",
722*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
723*7e74ece3SIan Rogers        "MSRValue": "0x3FC03C2380",
724*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
725*7e74ece3SIan Rogers        "UMask": "0x1"
726*7e74ece3SIan Rogers    },
727*7e74ece3SIan Rogers    {
728*7e74ece3SIan Rogers        "BriefDescription": "Counts miscellaneous requests, such as I/O and un-cacheable accesses that hit a cacheline in the L3 where a snoop hit in another core, data forwarding is not required.",
729*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
730*7e74ece3SIan Rogers        "EventName": "OCR.OTHER.L3_HIT.SNOOP_HIT_NO_FWD",
731*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
732*7e74ece3SIan Rogers        "MSRValue": "0x4003C8000",
733*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
734*7e74ece3SIan Rogers        "UMask": "0x1"
735*7e74ece3SIan Rogers    },
736*7e74ece3SIan Rogers    {
737*7e74ece3SIan Rogers        "BriefDescription": "Counts miscellaneous requests, such as I/O and un-cacheable accesses that hit a cacheline in the L3 where a snoop was sent but no other cores had the data.",
738*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
739*7e74ece3SIan Rogers        "EventName": "OCR.OTHER.L3_HIT.SNOOP_MISS",
740*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
741*7e74ece3SIan Rogers        "MSRValue": "0x2003C8000",
742*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
743*7e74ece3SIan Rogers        "UMask": "0x1"
744*7e74ece3SIan Rogers    },
745*7e74ece3SIan Rogers    {
746*7e74ece3SIan Rogers        "BriefDescription": "Counts miscellaneous requests, such as I/O and un-cacheable accesses that hit a cacheline in the L3 where a snoop was not needed to satisfy the request.",
747*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
748*7e74ece3SIan Rogers        "EventName": "OCR.OTHER.L3_HIT.SNOOP_NOT_NEEDED",
749*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
750*7e74ece3SIan Rogers        "MSRValue": "0x1003C8000",
751*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
752*7e74ece3SIan Rogers        "UMask": "0x1"
753*7e74ece3SIan Rogers    },
754*7e74ece3SIan Rogers    {
755*7e74ece3SIan Rogers        "BriefDescription": "Counts miscellaneous requests, such as I/O and un-cacheable accesses that hit a cacheline in the L3 where a snoop was sent.",
756*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
757*7e74ece3SIan Rogers        "EventName": "OCR.OTHER.L3_HIT.SNOOP_SENT",
758*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
759*7e74ece3SIan Rogers        "MSRValue": "0x1E003C8000",
760*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
761*7e74ece3SIan Rogers        "UMask": "0x1"
762*7e74ece3SIan Rogers    },
763*7e74ece3SIan Rogers    {
764*7e74ece3SIan Rogers        "BriefDescription": "Counts streaming stores that hit a cacheline in the L3 where a snoop was sent or not.",
765*7e74ece3SIan Rogers        "EventCode": "0xB7, 0xBB",
766*7e74ece3SIan Rogers        "EventName": "OCR.STREAMING_WR.L3_HIT.ANY",
767*7e74ece3SIan Rogers        "MSRIndex": "0x1a6,0x1a7",
768*7e74ece3SIan Rogers        "MSRValue": "0x3FC03C0800",
769*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
770*7e74ece3SIan Rogers        "UMask": "0x1"
771*7e74ece3SIan Rogers    },
772*7e74ece3SIan Rogers    {
773*7e74ece3SIan Rogers        "BriefDescription": "Demand and prefetch data reads",
774*7e74ece3SIan Rogers        "EventCode": "0xB0",
775*7e74ece3SIan Rogers        "EventName": "OFFCORE_REQUESTS.ALL_DATA_RD",
776*7e74ece3SIan Rogers        "PublicDescription": "Counts the demand and prefetch data reads. All Core Data Reads include cacheable 'Demands' and L2 prefetchers (not L3 prefetchers). Counting also covers reads due to page walks resulted from any request type.",
777*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
778*7e74ece3SIan Rogers        "UMask": "0x8"
779*7e74ece3SIan Rogers    },
780*7e74ece3SIan Rogers    {
781*7e74ece3SIan Rogers        "BriefDescription": "Counts memory transactions sent to the uncore.",
782*7e74ece3SIan Rogers        "EventCode": "0xB0",
783*7e74ece3SIan Rogers        "EventName": "OFFCORE_REQUESTS.ALL_REQUESTS",
784*7e74ece3SIan Rogers        "PublicDescription": "Counts memory transactions sent to the uncore including requests initiated by the core, all L3 prefetches, reads resulting from page walks, and snoop responses.",
785*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
786*7e74ece3SIan Rogers        "UMask": "0x80"
787*7e74ece3SIan Rogers    },
788*7e74ece3SIan Rogers    {
789*7e74ece3SIan Rogers        "BriefDescription": "Demand Data Read requests sent to uncore",
790*7e74ece3SIan Rogers        "EventCode": "0xb0",
791*7e74ece3SIan Rogers        "EventName": "OFFCORE_REQUESTS.DEMAND_DATA_RD",
792*7e74ece3SIan Rogers        "PublicDescription": "Counts the Demand Data Read requests sent to uncore. Use it in conjunction with OFFCORE_REQUESTS_OUTSTANDING to determine average latency in the uncore.",
793*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
794*7e74ece3SIan Rogers        "UMask": "0x1"
795*7e74ece3SIan Rogers    },
796*7e74ece3SIan Rogers    {
797*7e74ece3SIan Rogers        "BriefDescription": "Demand RFO requests including regular RFOs, locks, ItoM",
798*7e74ece3SIan Rogers        "EventCode": "0xb0",
799*7e74ece3SIan Rogers        "EventName": "OFFCORE_REQUESTS.DEMAND_RFO",
800*7e74ece3SIan Rogers        "PublicDescription": "Counts the demand RFO (read for ownership) requests including regular RFOs, locks, ItoM.",
801*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
802*7e74ece3SIan Rogers        "UMask": "0x4"
803*7e74ece3SIan Rogers    },
804*7e74ece3SIan Rogers    {
805*7e74ece3SIan Rogers        "BriefDescription": "For every cycle, increments by the number of outstanding data read requests pending.",
806*7e74ece3SIan Rogers        "EventCode": "0x60",
807*7e74ece3SIan Rogers        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.ALL_DATA_RD",
808*7e74ece3SIan Rogers        "PublicDescription": "For every cycle, increments by the number of outstanding data read requests pending.  Data read requests include cacheable demand reads and L2 prefetches, but do not include RFOs, code reads or prefetches to the L3.  Reads due to page walks resulting from any request type will also be counted.  Requests are considered outstanding from the time they miss the core's L2 cache until the transaction completion message is sent to the requestor.",
809*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
810*7e74ece3SIan Rogers        "UMask": "0x8"
811*7e74ece3SIan Rogers    },
812*7e74ece3SIan Rogers    {
813*7e74ece3SIan Rogers        "BriefDescription": "Cycles where at least 1 outstanding data read request is pending.",
814*7e74ece3SIan Rogers        "CounterMask": "1",
815*7e74ece3SIan Rogers        "EventCode": "0x60",
816*7e74ece3SIan Rogers        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD",
817*7e74ece3SIan Rogers        "PublicDescription": "Cycles where at least 1 outstanding data read request is pending.  Data read requests include cacheable demand reads and L2 prefetches, but do not include RFOs, code reads or prefetches to the L3.  Reads due to page walks resulting from any request type will also be counted.  Requests are considered outstanding from the time they miss the core's L2 cache until the transaction completion message is sent to the requestor.",
818*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
819*7e74ece3SIan Rogers        "UMask": "0x8"
820*7e74ece3SIan Rogers    },
821*7e74ece3SIan Rogers    {
822*7e74ece3SIan Rogers        "BriefDescription": "Cycles where at least 1 outstanding Demand RFO request is pending.",
823*7e74ece3SIan Rogers        "CounterMask": "1",
824*7e74ece3SIan Rogers        "EventCode": "0x60",
825*7e74ece3SIan Rogers        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO",
826*7e74ece3SIan Rogers        "PublicDescription": "Cycles where at least 1 outstanding Demand RFO request is pending.   RFOs are initiated by a core as part of a data store operation.  Demand RFO requests include RFOs, locks, and ItoM transactions.  Requests are considered outstanding from the time they miss the core's L2 cache until the transaction completion message is sent to the requestor.",
827*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
828*7e74ece3SIan Rogers        "UMask": "0x4"
829*7e74ece3SIan Rogers    },
830*7e74ece3SIan Rogers    {
831*7e74ece3SIan Rogers        "BriefDescription": "For every cycle, increments by the number of outstanding demand data read requests pending.",
832*7e74ece3SIan Rogers        "EventCode": "0x60",
833*7e74ece3SIan Rogers        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD",
834*7e74ece3SIan Rogers        "PublicDescription": "For every cycle, increments by the number of outstanding demand data read requests pending.   Requests are considered outstanding from the time they miss the core's L2 cache until the transaction completion message is sent to the requestor.",
835*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
836*7e74ece3SIan Rogers        "UMask": "0x1"
837*7e74ece3SIan Rogers    },
838*7e74ece3SIan Rogers    {
839*7e74ece3SIan Rogers        "BriefDescription": "Store Read transactions pending for off-core. Highly correlated.",
840*7e74ece3SIan Rogers        "EventCode": "0x60",
841*7e74ece3SIan Rogers        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_RFO",
842*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of off-core outstanding read-for-ownership (RFO) store transactions every cycle. An RFO transaction is considered to be in the Off-core outstanding state between L2 cache miss and transaction completion.",
843*7e74ece3SIan Rogers        "SampleAfterValue": "1000003",
844*7e74ece3SIan Rogers        "UMask": "0x4"
845*7e74ece3SIan Rogers    },
846*7e74ece3SIan Rogers    {
847*7e74ece3SIan Rogers        "BriefDescription": "Counts bus locks, accounts for cache line split locks and UC locks.",
848*7e74ece3SIan Rogers        "EventCode": "0xF4",
849*7e74ece3SIan Rogers        "EventName": "SQ_MISC.BUS_LOCK",
850*7e74ece3SIan Rogers        "PublicDescription": "Counts the more expensive bus lock needed to enforce cache coherency for certain memory accesses that need to be done atomically.  Can be created by issuing an atomic instruction (via the LOCK prefix) which causes a cache line split or accesses uncacheable memory.",
851*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
852*7e74ece3SIan Rogers        "UMask": "0x10"
853*7e74ece3SIan Rogers    },
854*7e74ece3SIan Rogers    {
855*7e74ece3SIan Rogers        "BriefDescription": "Cycles the queue waiting for offcore responses is full.",
856*7e74ece3SIan Rogers        "EventCode": "0xf4",
857*7e74ece3SIan Rogers        "EventName": "SQ_MISC.SQ_FULL",
858*7e74ece3SIan Rogers        "PublicDescription": "Counts the cycles for which the thread is active and the queue waiting for responses from the uncore cannot take any more entries.",
859*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
860*7e74ece3SIan Rogers        "UMask": "0x4"
861*7e74ece3SIan Rogers    },
862*7e74ece3SIan Rogers    {
863*7e74ece3SIan Rogers        "BriefDescription": "Number of PREFETCHNTA instructions executed.",
864*7e74ece3SIan Rogers        "EventCode": "0x32",
865*7e74ece3SIan Rogers        "EventName": "SW_PREFETCH_ACCESS.NTA",
866*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of PREFETCHNTA instructions executed.",
867*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
868*7e74ece3SIan Rogers        "UMask": "0x1"
869*7e74ece3SIan Rogers    },
870*7e74ece3SIan Rogers    {
871*7e74ece3SIan Rogers        "BriefDescription": "Number of PREFETCHW instructions executed.",
872*7e74ece3SIan Rogers        "EventCode": "0x32",
873*7e74ece3SIan Rogers        "EventName": "SW_PREFETCH_ACCESS.PREFETCHW",
874*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of PREFETCHW instructions executed.",
875*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
876*7e74ece3SIan Rogers        "UMask": "0x8"
877*7e74ece3SIan Rogers    },
878*7e74ece3SIan Rogers    {
879*7e74ece3SIan Rogers        "BriefDescription": "Number of PREFETCHT0 instructions executed.",
880*7e74ece3SIan Rogers        "EventCode": "0x32",
881*7e74ece3SIan Rogers        "EventName": "SW_PREFETCH_ACCESS.T0",
882*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of PREFETCHT0 instructions executed.",
883*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
884*7e74ece3SIan Rogers        "UMask": "0x2"
885*7e74ece3SIan Rogers    },
886*7e74ece3SIan Rogers    {
887*7e74ece3SIan Rogers        "BriefDescription": "Number of PREFETCHT1 or PREFETCHT2 instructions executed.",
888*7e74ece3SIan Rogers        "EventCode": "0x32",
889*7e74ece3SIan Rogers        "EventName": "SW_PREFETCH_ACCESS.T1_T2",
890*7e74ece3SIan Rogers        "PublicDescription": "Counts the number of PREFETCHT1 or PREFETCHT2 instructions executed.",
891*7e74ece3SIan Rogers        "SampleAfterValue": "100003",
892*7e74ece3SIan Rogers        "UMask": "0x4"
893*7e74ece3SIan Rogers    }
894*7e74ece3SIan Rogers]
895