xref: /linux/tools/perf/pmu-events/arch/x86/icelake/cache.json (revision 71fbc431c19c2306fedf934fa9f267a5bdcdc44b)
1b115df07SHaiyan Song[
2b115df07SHaiyan Song    {
3*71fbc431SJin Yao        "BriefDescription": "L2 code requests",
4b115df07SHaiyan Song        "CollectPEBSRecord": "2",
5b115df07SHaiyan Song        "Counter": "0,1,2,3",
6b115df07SHaiyan Song        "EventCode": "0x24",
7b115df07SHaiyan Song        "EventName": "L2_RQSTS.ALL_CODE_RD",
8*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
9*71fbc431SJin Yao        "PublicDescription": "Counts the total number of L2 code requests.",
10b115df07SHaiyan Song        "SampleAfterValue": "200003",
11*71fbc431SJin Yao        "Speculative": "1",
12*71fbc431SJin Yao        "UMask": "0xe4"
13b115df07SHaiyan Song    },
14b115df07SHaiyan Song    {
15b115df07SHaiyan Song        "BriefDescription": "Retired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
16b115df07SHaiyan Song        "CollectPEBSRecord": "2",
17b115df07SHaiyan Song        "Counter": "0,1,2,3",
18*71fbc431SJin Yao        "Data_LA": "1",
19*71fbc431SJin Yao        "EventCode": "0xd2",
20*71fbc431SJin Yao        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_MISS",
21*71fbc431SJin Yao        "PEBS": "1",
22b115df07SHaiyan Song        "PEBScounters": "0,1,2,3",
23*71fbc431SJin Yao        "PublicDescription": "Counts the retired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
24b115df07SHaiyan Song        "SampleAfterValue": "20011",
25*71fbc431SJin Yao        "UMask": "0x1"
26b115df07SHaiyan Song    },
27b115df07SHaiyan Song    {
28*71fbc431SJin Yao        "BriefDescription": "Demand requests that miss L2 cache",
29b115df07SHaiyan Song        "CollectPEBSRecord": "2",
30b115df07SHaiyan Song        "Counter": "0,1,2,3",
31*71fbc431SJin Yao        "EventCode": "0x24",
32*71fbc431SJin Yao        "EventName": "L2_RQSTS.ALL_DEMAND_MISS",
33b115df07SHaiyan Song        "PEBScounters": "0,1,2,3",
34*71fbc431SJin Yao        "PublicDescription": "Counts demand requests that miss L2 cache.",
35*71fbc431SJin Yao        "SampleAfterValue": "200003",
36*71fbc431SJin Yao        "Speculative": "1",
37*71fbc431SJin Yao        "UMask": "0x27"
38b115df07SHaiyan Song    },
39b115df07SHaiyan Song    {
40*71fbc431SJin Yao        "BriefDescription": "Demand RFO requests including regular RFOs, locks, ItoM",
41b115df07SHaiyan Song        "CollectPEBSRecord": "2",
42b115df07SHaiyan Song        "Counter": "0,1,2,3",
43*71fbc431SJin Yao        "EventCode": "0xb0",
44*71fbc431SJin Yao        "EventName": "OFFCORE_REQUESTS.DEMAND_RFO",
45b115df07SHaiyan Song        "PEBScounters": "0,1,2,3",
46*71fbc431SJin Yao        "PublicDescription": "Counts the demand RFO (read for ownership) requests including regular RFOs, locks, ItoM.",
47b115df07SHaiyan Song        "SampleAfterValue": "100003",
48*71fbc431SJin Yao        "Speculative": "1",
49*71fbc431SJin Yao        "UMask": "0x4"
50b115df07SHaiyan Song    },
51b115df07SHaiyan Song    {
52*71fbc431SJin Yao        "BriefDescription": "RFO requests that hit L2 cache",
53b115df07SHaiyan Song        "CollectPEBSRecord": "2",
54*71fbc431SJin Yao        "Counter": "0,1,2,3",
55*71fbc431SJin Yao        "EventCode": "0x24",
56*71fbc431SJin Yao        "EventName": "L2_RQSTS.RFO_HIT",
57*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
58*71fbc431SJin Yao        "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache.",
59*71fbc431SJin Yao        "SampleAfterValue": "200003",
60*71fbc431SJin Yao        "Speculative": "1",
61*71fbc431SJin Yao        "UMask": "0xc2"
62*71fbc431SJin Yao    },
63*71fbc431SJin Yao    {
64*71fbc431SJin Yao        "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.",
65*71fbc431SJin Yao        "CollectPEBSRecord": "2",
66*71fbc431SJin Yao        "Counter": "0,1,2,3",
67*71fbc431SJin Yao        "Data_LA": "1",
68*71fbc431SJin Yao        "EventCode": "0xd1",
69*71fbc431SJin Yao        "EventName": "MEM_LOAD_RETIRED.FB_HIT",
70*71fbc431SJin Yao        "PEBS": "1",
71*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
72*71fbc431SJin Yao        "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.",
73*71fbc431SJin Yao        "SampleAfterValue": "100007",
74*71fbc431SJin Yao        "UMask": "0x40"
75*71fbc431SJin Yao    },
76*71fbc431SJin Yao    {
77*71fbc431SJin Yao        "BriefDescription": "Offcore outstanding cacheable Core Data Read transactions in SuperQueue (SQ), queue to uncore",
78*71fbc431SJin Yao        "CollectPEBSRecord": "2",
79*71fbc431SJin Yao        "Counter": "0,1,2,3",
80*71fbc431SJin Yao        "EventCode": "0x60",
81*71fbc431SJin Yao        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.ALL_DATA_RD",
82*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
83*71fbc431SJin Yao        "PublicDescription": "Counts the number of offcore outstanding cacheable Core Data Read transactions in the super queue every cycle. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation). See corresponding Umask under OFFCORE_REQUESTS.",
84*71fbc431SJin Yao        "SampleAfterValue": "1000003",
85*71fbc431SJin Yao        "Speculative": "1",
86*71fbc431SJin Yao        "UMask": "0x8"
87*71fbc431SJin Yao    },
88*71fbc431SJin Yao    {
89*71fbc431SJin Yao        "BriefDescription": "L2 cache lines filling L2",
90*71fbc431SJin Yao        "CollectPEBSRecord": "2",
91*71fbc431SJin Yao        "Counter": "0,1,2,3",
92b115df07SHaiyan Song        "EventCode": "0xF1",
93b115df07SHaiyan Song        "EventName": "L2_LINES_IN.ALL",
94*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
95*71fbc431SJin Yao        "PublicDescription": "Counts the number of L2 cache lines filling the L2. Counting does not cover rejects.",
96b115df07SHaiyan Song        "SampleAfterValue": "100003",
97*71fbc431SJin Yao        "Speculative": "1",
98*71fbc431SJin Yao        "UMask": "0x1f"
99b115df07SHaiyan Song    },
100b115df07SHaiyan Song    {
101*71fbc431SJin Yao        "BriefDescription": "Retired load instructions that split across a cacheline boundary.",
102b115df07SHaiyan Song        "CollectPEBSRecord": "2",
103b115df07SHaiyan Song        "Counter": "0,1,2,3",
104*71fbc431SJin Yao        "Data_LA": "1",
105*71fbc431SJin Yao        "EventCode": "0xd0",
106*71fbc431SJin Yao        "EventName": "MEM_INST_RETIRED.SPLIT_LOADS",
107*71fbc431SJin Yao        "PEBS": "1",
108b115df07SHaiyan Song        "PEBScounters": "0,1,2,3",
109*71fbc431SJin Yao        "PublicDescription": "Counts retired load instructions that split across a cacheline boundary.",
110b115df07SHaiyan Song        "SampleAfterValue": "100003",
111*71fbc431SJin Yao        "UMask": "0x41"
112*71fbc431SJin Yao    },
113*71fbc431SJin Yao    {
114*71fbc431SJin Yao        "BriefDescription": "Retired load instructions with L3 cache hits as data sources",
115*71fbc431SJin Yao        "CollectPEBSRecord": "2",
116*71fbc431SJin Yao        "Counter": "0,1,2,3",
117*71fbc431SJin Yao        "Data_LA": "1",
118*71fbc431SJin Yao        "EventCode": "0xd1",
119*71fbc431SJin Yao        "EventName": "MEM_LOAD_RETIRED.L3_HIT",
120*71fbc431SJin Yao        "PEBS": "1",
121*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
122*71fbc431SJin Yao        "PublicDescription": "Counts retired load instructions with at least one uop that hit in the L3 cache.",
123*71fbc431SJin Yao        "SampleAfterValue": "100021",
124*71fbc431SJin Yao        "UMask": "0x4"
125*71fbc431SJin Yao    },
126*71fbc431SJin Yao    {
127*71fbc431SJin Yao        "BriefDescription": "Demand Data Read miss L2, no rejects",
128*71fbc431SJin Yao        "CollectPEBSRecord": "2",
129*71fbc431SJin Yao        "Counter": "0,1,2,3",
130*71fbc431SJin Yao        "EventCode": "0x24",
131*71fbc431SJin Yao        "EventName": "L2_RQSTS.DEMAND_DATA_RD_MISS",
132*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
133*71fbc431SJin Yao        "PublicDescription": "Counts the number of demand Data Read requests that miss L2 cache. Only not rejected loads are counted.",
134*71fbc431SJin Yao        "SampleAfterValue": "200003",
135*71fbc431SJin Yao        "Speculative": "1",
136*71fbc431SJin Yao        "UMask": "0x21"
137*71fbc431SJin Yao    },
138*71fbc431SJin Yao    {
139*71fbc431SJin Yao        "BriefDescription": "L2 cache misses when fetching instructions",
140*71fbc431SJin Yao        "CollectPEBSRecord": "2",
141*71fbc431SJin Yao        "Counter": "0,1,2,3",
142*71fbc431SJin Yao        "EventCode": "0x24",
143*71fbc431SJin Yao        "EventName": "L2_RQSTS.CODE_RD_MISS",
144*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
145*71fbc431SJin Yao        "PublicDescription": "Counts L2 cache misses when fetching instructions.",
146*71fbc431SJin Yao        "SampleAfterValue": "200003",
147*71fbc431SJin Yao        "Speculative": "1",
148*71fbc431SJin Yao        "UMask": "0x24"
149*71fbc431SJin Yao    },
150*71fbc431SJin Yao    {
151*71fbc431SJin Yao        "BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailability.",
152*71fbc431SJin Yao        "CollectPEBSRecord": "2",
153*71fbc431SJin Yao        "Counter": "0,1,2,3",
154*71fbc431SJin Yao        "EventCode": "0x48",
155*71fbc431SJin Yao        "EventName": "L1D_PEND_MISS.FB_FULL",
156*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
157*71fbc431SJin Yao        "PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailablability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
158*71fbc431SJin Yao        "SampleAfterValue": "1000003",
159*71fbc431SJin Yao        "Speculative": "1",
160*71fbc431SJin Yao        "UMask": "0x2"
161*71fbc431SJin Yao    },
162*71fbc431SJin Yao    {
163*71fbc431SJin Yao        "BriefDescription": "Counts the number of cache lines replaced in L1 data cache.",
164*71fbc431SJin Yao        "CollectPEBSRecord": "2",
165*71fbc431SJin Yao        "Counter": "0,1,2,3",
166*71fbc431SJin Yao        "EventCode": "0x51",
167*71fbc431SJin Yao        "EventName": "L1D.REPLACEMENT",
168*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
169*71fbc431SJin Yao        "PublicDescription": "Counts L1D data line replacements including opportunistic replacements, and replacements that require stall-for-replace or block-for-replace.",
170*71fbc431SJin Yao        "SampleAfterValue": "100003",
171*71fbc431SJin Yao        "Speculative": "1",
172*71fbc431SJin Yao        "UMask": "0x1"
173*71fbc431SJin Yao    },
174*71fbc431SJin Yao    {
175*71fbc431SJin Yao        "BriefDescription": "All retired load instructions.",
176*71fbc431SJin Yao        "CollectPEBSRecord": "2",
177*71fbc431SJin Yao        "Counter": "0,1,2,3",
178*71fbc431SJin Yao        "Data_LA": "1",
179*71fbc431SJin Yao        "EventCode": "0xd0",
180*71fbc431SJin Yao        "EventName": "MEM_INST_RETIRED.ALL_LOADS",
181*71fbc431SJin Yao        "PEBS": "1",
182*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
183*71fbc431SJin Yao        "PublicDescription": "Counts all retired load instructions. This event accounts for SW prefetch instructions for loads.",
184*71fbc431SJin Yao        "SampleAfterValue": "1000003",
185*71fbc431SJin Yao        "UMask": "0x81"
186*71fbc431SJin Yao    },
187*71fbc431SJin Yao    {
188*71fbc431SJin Yao        "BriefDescription": "L2 writebacks that access L2 cache",
189*71fbc431SJin Yao        "CollectPEBSRecord": "2",
190*71fbc431SJin Yao        "Counter": "0,1,2,3",
191*71fbc431SJin Yao        "EventCode": "0xF0",
192*71fbc431SJin Yao        "EventName": "L2_TRANS.L2_WB",
193*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
194*71fbc431SJin Yao        "PublicDescription": "Counts L2 writebacks that access L2 cache.",
195*71fbc431SJin Yao        "SampleAfterValue": "200003",
196*71fbc431SJin Yao        "Speculative": "1",
197*71fbc431SJin Yao        "UMask": "0x40"
198*71fbc431SJin Yao    },
199*71fbc431SJin Yao    {
200*71fbc431SJin Yao        "BriefDescription": "Demand Data Read requests",
201*71fbc431SJin Yao        "CollectPEBSRecord": "2",
202*71fbc431SJin Yao        "Counter": "0,1,2,3",
203*71fbc431SJin Yao        "EventCode": "0x24",
204*71fbc431SJin Yao        "EventName": "L2_RQSTS.ALL_DEMAND_DATA_RD",
205*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
206*71fbc431SJin Yao        "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.",
207*71fbc431SJin Yao        "SampleAfterValue": "200003",
208*71fbc431SJin Yao        "Speculative": "1",
209*71fbc431SJin Yao        "UMask": "0xe1"
210*71fbc431SJin Yao    },
211*71fbc431SJin Yao    {
212*71fbc431SJin Yao        "BriefDescription": "Demand Data Read transactions pending for off-core. Highly correlated.",
213*71fbc431SJin Yao        "CollectPEBSRecord": "2",
214*71fbc431SJin Yao        "Counter": "0,1,2,3",
215*71fbc431SJin Yao        "EventCode": "0x60",
216*71fbc431SJin Yao        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD",
217*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
218*71fbc431SJin Yao        "PublicDescription": "Counts the number of off-core outstanding Demand Data Read transactions every cycle. A transaction is considered to be in the Off-core outstanding state between L2 cache miss and data-return to the core.",
219*71fbc431SJin Yao        "SampleAfterValue": "1000003",
220*71fbc431SJin Yao        "Speculative": "1",
221*71fbc431SJin Yao        "UMask": "0x1"
222*71fbc431SJin Yao    },
223*71fbc431SJin Yao    {
224*71fbc431SJin Yao        "BriefDescription": "Demand Data Read requests that hit L2 cache",
225*71fbc431SJin Yao        "CollectPEBSRecord": "2",
226*71fbc431SJin Yao        "Counter": "0,1,2,3",
227*71fbc431SJin Yao        "EventCode": "0x24",
228*71fbc431SJin Yao        "EventName": "L2_RQSTS.DEMAND_DATA_RD_HIT",
229*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
230*71fbc431SJin Yao        "PublicDescription": "Counts the number of demand Data Read requests initiated by load instructions that hit L2 cache.",
231*71fbc431SJin Yao        "SampleAfterValue": "200003",
232*71fbc431SJin Yao        "Speculative": "1",
233*71fbc431SJin Yao        "UMask": "0xc1"
234*71fbc431SJin Yao    },
235*71fbc431SJin Yao    {
236*71fbc431SJin Yao        "BriefDescription": "Cycles the superQ cannot take any more entries.",
237*71fbc431SJin Yao        "CollectPEBSRecord": "2",
238*71fbc431SJin Yao        "Counter": "0,1,2,3",
239*71fbc431SJin Yao        "EventCode": "0xf4",
240*71fbc431SJin Yao        "EventName": "SQ_MISC.SQ_FULL",
241*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
242*71fbc431SJin Yao        "PublicDescription": "Counts the cycles for which the thread is active and the superQ cannot take any more entries.",
243*71fbc431SJin Yao        "SampleAfterValue": "100003",
244*71fbc431SJin Yao        "Speculative": "1",
245*71fbc431SJin Yao        "UMask": "0x4"
246*71fbc431SJin Yao    },
247*71fbc431SJin Yao    {
248*71fbc431SJin Yao        "BriefDescription": "Cycles with L1D load Misses outstanding.",
249*71fbc431SJin Yao        "CollectPEBSRecord": "2",
250*71fbc431SJin Yao        "Counter": "0,1,2,3",
251*71fbc431SJin Yao        "CounterMask": "1",
252*71fbc431SJin Yao        "EventCode": "0x48",
253*71fbc431SJin Yao        "EventName": "L1D_PEND_MISS.PENDING_CYCLES",
254*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
255*71fbc431SJin Yao        "PublicDescription": "Counts duration of L1D miss outstanding in cycles.",
256*71fbc431SJin Yao        "SampleAfterValue": "1000003",
257*71fbc431SJin Yao        "Speculative": "1",
258*71fbc431SJin Yao        "UMask": "0x1"
259*71fbc431SJin Yao    },
260*71fbc431SJin Yao    {
261*71fbc431SJin Yao        "BriefDescription": "Demand Data Read requests sent to uncore",
262*71fbc431SJin Yao        "CollectPEBSRecord": "2",
263*71fbc431SJin Yao        "Counter": "0,1,2,3",
264*71fbc431SJin Yao        "EventCode": "0xb0",
265*71fbc431SJin Yao        "EventName": "OFFCORE_REQUESTS.DEMAND_DATA_RD",
266*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
267*71fbc431SJin Yao        "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.",
268*71fbc431SJin Yao        "SampleAfterValue": "100003",
269*71fbc431SJin Yao        "Speculative": "1",
270*71fbc431SJin Yao        "UMask": "0x1"
271*71fbc431SJin Yao    },
272*71fbc431SJin Yao    {
273*71fbc431SJin Yao        "BriefDescription": "Retired load instructions with L1 cache hits as data sources",
274*71fbc431SJin Yao        "CollectPEBSRecord": "2",
275*71fbc431SJin Yao        "Counter": "0,1,2,3",
276*71fbc431SJin Yao        "Data_LA": "1",
277*71fbc431SJin Yao        "EventCode": "0xd1",
278*71fbc431SJin Yao        "EventName": "MEM_LOAD_RETIRED.L1_HIT",
279*71fbc431SJin Yao        "PEBS": "1",
280*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
281*71fbc431SJin Yao        "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.",
282*71fbc431SJin Yao        "SampleAfterValue": "1000003",
283*71fbc431SJin Yao        "UMask": "0x1"
284*71fbc431SJin Yao    },
285*71fbc431SJin Yao    {
286*71fbc431SJin Yao        "BriefDescription": "Cycles when offcore outstanding cacheable Core Data Read transactions are present in SuperQueue (SQ), queue to uncore.",
287*71fbc431SJin Yao        "CollectPEBSRecord": "2",
288*71fbc431SJin Yao        "Counter": "0,1,2,3",
289*71fbc431SJin Yao        "CounterMask": "1",
290*71fbc431SJin Yao        "EventCode": "0x60",
291*71fbc431SJin Yao        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD",
292*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
293*71fbc431SJin Yao        "PublicDescription": "Counts cycles when offcore outstanding cacheable Core Data Read transactions are present in the super queue. A transaction is considered to be in the Offcore outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocation). See corresponding Umask under OFFCORE_REQUESTS.",
294*71fbc431SJin Yao        "SampleAfterValue": "1000003",
295*71fbc431SJin Yao        "Speculative": "1",
296*71fbc431SJin Yao        "UMask": "0x8"
297*71fbc431SJin Yao    },
298*71fbc431SJin Yao    {
299*71fbc431SJin Yao        "BriefDescription": "Cycles with offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue to uncore.",
300*71fbc431SJin Yao        "CollectPEBSRecord": "2",
301*71fbc431SJin Yao        "Counter": "0,1,2,3",
302*71fbc431SJin Yao        "CounterMask": "1",
303*71fbc431SJin Yao        "EventCode": "0x60",
304*71fbc431SJin Yao        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO",
305*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
306*71fbc431SJin Yao        "PublicDescription": "Counts the number of offcore outstanding demand rfo Reads transactions in the super queue every cycle. The 'Offcore outstanding' state of the transaction lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation). See the corresponding Umask under OFFCORE_REQUESTS.",
307*71fbc431SJin Yao        "SampleAfterValue": "1000003",
308*71fbc431SJin Yao        "Speculative": "1",
309*71fbc431SJin Yao        "UMask": "0x4"
310*71fbc431SJin Yao    },
311*71fbc431SJin Yao    {
312*71fbc431SJin Yao        "BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 resources.",
313*71fbc431SJin Yao        "CollectPEBSRecord": "2",
314*71fbc431SJin Yao        "Counter": "0,1,2,3",
315*71fbc431SJin Yao        "EventCode": "0x48",
316*71fbc431SJin Yao        "EventName": "L1D_PEND_MISS.L2_STALL",
317*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
318*71fbc431SJin Yao        "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.",
319*71fbc431SJin Yao        "SampleAfterValue": "1000003",
320*71fbc431SJin Yao        "Speculative": "1",
321*71fbc431SJin Yao        "UMask": "0x4"
322*71fbc431SJin Yao    },
323*71fbc431SJin Yao    {
324*71fbc431SJin Yao        "BriefDescription": "Retired load instructions with L2 cache hits as data sources",
325*71fbc431SJin Yao        "CollectPEBSRecord": "2",
326*71fbc431SJin Yao        "Counter": "0,1,2,3",
327*71fbc431SJin Yao        "Data_LA": "1",
328*71fbc431SJin Yao        "EventCode": "0xd1",
329*71fbc431SJin Yao        "EventName": "MEM_LOAD_RETIRED.L2_HIT",
330*71fbc431SJin Yao        "PEBS": "1",
331*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
332*71fbc431SJin Yao        "PublicDescription": "Counts retired load instructions with L2 cache hits as data sources.",
333*71fbc431SJin Yao        "SampleAfterValue": "200003",
334*71fbc431SJin Yao        "UMask": "0x2"
335*71fbc431SJin Yao    },
336*71fbc431SJin Yao    {
337*71fbc431SJin Yao        "BriefDescription": "Retired load instructions with locked access.",
338*71fbc431SJin Yao        "CollectPEBSRecord": "2",
339*71fbc431SJin Yao        "Counter": "0,1,2,3",
340*71fbc431SJin Yao        "Data_LA": "1",
341*71fbc431SJin Yao        "EventCode": "0xd0",
342*71fbc431SJin Yao        "EventName": "MEM_INST_RETIRED.LOCK_LOADS",
343*71fbc431SJin Yao        "PEBS": "1",
344*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
345*71fbc431SJin Yao        "PublicDescription": "Counts retired load instructions with locked access.",
346*71fbc431SJin Yao        "SampleAfterValue": "100007",
347*71fbc431SJin Yao        "UMask": "0x21"
348*71fbc431SJin Yao    },
349*71fbc431SJin Yao    {
350*71fbc431SJin Yao        "BriefDescription": "Retired load instructions missed L3 cache as data sources",
351*71fbc431SJin Yao        "CollectPEBSRecord": "2",
352*71fbc431SJin Yao        "Counter": "0,1,2,3",
353*71fbc431SJin Yao        "Data_LA": "1",
354*71fbc431SJin Yao        "EventCode": "0xd1",
355*71fbc431SJin Yao        "EventName": "MEM_LOAD_RETIRED.L3_MISS",
356*71fbc431SJin Yao        "PEBS": "1",
357*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
358*71fbc431SJin Yao        "PublicDescription": "Counts retired load instructions with at least one uop that missed in the L3 cache.",
359*71fbc431SJin Yao        "SampleAfterValue": "50021",
360*71fbc431SJin Yao        "UMask": "0x20"
361*71fbc431SJin Yao    },
362*71fbc431SJin Yao    {
363*71fbc431SJin Yao        "BriefDescription": "All retired store instructions.",
364*71fbc431SJin Yao        "CollectPEBSRecord": "2",
365*71fbc431SJin Yao        "Counter": "0,1,2,3",
366*71fbc431SJin Yao        "Data_LA": "1",
367*71fbc431SJin Yao        "EventCode": "0xd0",
368*71fbc431SJin Yao        "EventName": "MEM_INST_RETIRED.ALL_STORES",
369*71fbc431SJin Yao        "L1_Hit_Indication": "1",
370*71fbc431SJin Yao        "PEBS": "1",
371*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
372*71fbc431SJin Yao        "PublicDescription": "Counts all retired store instructions. This event account for SW prefetch instructions and PREFETCHW instruction for stores.",
373*71fbc431SJin Yao        "SampleAfterValue": "1000003",
374*71fbc431SJin Yao        "UMask": "0x82"
375*71fbc431SJin Yao    },
376*71fbc431SJin Yao    {
377*71fbc431SJin Yao        "BriefDescription": "Demand requests to L2 cache",
378*71fbc431SJin Yao        "CollectPEBSRecord": "2",
379*71fbc431SJin Yao        "Counter": "0,1,2,3",
380*71fbc431SJin Yao        "EventCode": "0x24",
381*71fbc431SJin Yao        "EventName": "L2_RQSTS.ALL_DEMAND_REFERENCES",
382*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
383*71fbc431SJin Yao        "PublicDescription": "Counts demand requests to L2 cache.",
384*71fbc431SJin Yao        "SampleAfterValue": "200003",
385*71fbc431SJin Yao        "Speculative": "1",
386*71fbc431SJin Yao        "UMask": "0xe7"
387*71fbc431SJin Yao    },
388*71fbc431SJin Yao    {
389*71fbc431SJin Yao        "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
390*71fbc431SJin Yao        "CollectPEBSRecord": "2",
391*71fbc431SJin Yao        "Counter": "0,1,2,3",
392*71fbc431SJin Yao        "EventCode": "0x24",
393*71fbc431SJin Yao        "EventName": "L2_RQSTS.CODE_RD_HIT",
394*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
395*71fbc431SJin Yao        "PublicDescription": "Counts L2 cache hits when fetching instructions, code reads.",
396*71fbc431SJin Yao        "SampleAfterValue": "200003",
397*71fbc431SJin Yao        "Speculative": "1",
398*71fbc431SJin Yao        "UMask": "0xc4"
399*71fbc431SJin Yao    },
400*71fbc431SJin Yao    {
401*71fbc431SJin Yao        "BriefDescription": "Demand and prefetch data reads",
402*71fbc431SJin Yao        "CollectPEBSRecord": "2",
403*71fbc431SJin Yao        "Counter": "0,1,2,3",
404*71fbc431SJin Yao        "EventCode": "0xB0",
405*71fbc431SJin Yao        "EventName": "OFFCORE_REQUESTS.ALL_DATA_RD",
406*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
407*71fbc431SJin Yao        "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.",
408*71fbc431SJin Yao        "SampleAfterValue": "100003",
409*71fbc431SJin Yao        "Speculative": "1",
410*71fbc431SJin Yao        "UMask": "0x8"
411*71fbc431SJin Yao    },
412*71fbc431SJin Yao    {
413*71fbc431SJin Yao        "BriefDescription": "Core-originated cacheable demand requests missed L3",
414*71fbc431SJin Yao        "CollectPEBSRecord": "2",
415*71fbc431SJin Yao        "Counter": "0,1,2,3,4,5,6,7",
416*71fbc431SJin Yao        "EventCode": "0x2e",
417*71fbc431SJin Yao        "EventName": "LONGEST_LAT_CACHE.MISS",
418*71fbc431SJin Yao        "PEBScounters": "0,1,2,3,4,5,6,7",
419*71fbc431SJin Yao        "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 from L1 and L2. It does not include all misses to the L3.",
420*71fbc431SJin Yao        "SampleAfterValue": "100003",
421*71fbc431SJin Yao        "Speculative": "1",
422*71fbc431SJin Yao        "UMask": "0x1"
423*71fbc431SJin Yao    },
424*71fbc431SJin Yao    {
425*71fbc431SJin Yao        "BriefDescription": "SW prefetch requests that miss L2 cache.",
426*71fbc431SJin Yao        "CollectPEBSRecord": "2",
427*71fbc431SJin Yao        "Counter": "0,1,2,3",
428*71fbc431SJin Yao        "EventCode": "0x24",
429*71fbc431SJin Yao        "EventName": "L2_RQSTS.SWPF_MISS",
430*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
431*71fbc431SJin Yao        "PublicDescription": "Counts Software prefetch requests that miss the L2 cache. This event accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions.",
432*71fbc431SJin Yao        "SampleAfterValue": "200003",
433*71fbc431SJin Yao        "Speculative": "1",
434*71fbc431SJin Yao        "UMask": "0x28"
435*71fbc431SJin Yao    },
436*71fbc431SJin Yao    {
437*71fbc431SJin Yao        "BriefDescription": "Retired load instructions missed L1 cache as data sources",
438*71fbc431SJin Yao        "CollectPEBSRecord": "2",
439*71fbc431SJin Yao        "Counter": "0,1,2,3",
440*71fbc431SJin Yao        "Data_LA": "1",
441*71fbc431SJin Yao        "EventCode": "0xd1",
442*71fbc431SJin Yao        "EventName": "MEM_LOAD_RETIRED.L1_MISS",
443*71fbc431SJin Yao        "PEBS": "1",
444*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
445*71fbc431SJin Yao        "PublicDescription": "Counts retired load instructions with at least one uop that missed in the L1 cache.",
446*71fbc431SJin Yao        "SampleAfterValue": "200003",
447*71fbc431SJin Yao        "UMask": "0x8"
448*71fbc431SJin Yao    },
449*71fbc431SJin Yao    {
450*71fbc431SJin Yao        "BriefDescription": "Number of L1D misses that are outstanding",
451*71fbc431SJin Yao        "CollectPEBSRecord": "2",
452*71fbc431SJin Yao        "Counter": "0,1,2,3",
453*71fbc431SJin Yao        "EventCode": "0x48",
454*71fbc431SJin Yao        "EventName": "L1D_PEND_MISS.PENDING",
455*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
456*71fbc431SJin Yao        "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.",
457*71fbc431SJin Yao        "SampleAfterValue": "1000003",
458*71fbc431SJin Yao        "Speculative": "1",
459*71fbc431SJin Yao        "UMask": "0x1"
460*71fbc431SJin Yao    },
461*71fbc431SJin Yao    {
462*71fbc431SJin Yao        "BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailablability.",
463*71fbc431SJin Yao        "CollectPEBSRecord": "2",
464*71fbc431SJin Yao        "Counter": "0,1,2,3",
465*71fbc431SJin Yao        "CounterMask": "1",
466*71fbc431SJin Yao        "EdgeDetect": "1",
467*71fbc431SJin Yao        "EventCode": "0x48",
468*71fbc431SJin Yao        "EventName": "L1D_PEND_MISS.FB_FULL_PERIODS",
469*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
470*71fbc431SJin Yao        "PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailablability. Demand requests include cacheable/uncacheable demand load, store, lock or SW prefetch accesses.",
471*71fbc431SJin Yao        "SampleAfterValue": "1000003",
472*71fbc431SJin Yao        "Speculative": "1",
473*71fbc431SJin Yao        "UMask": "0x2"
474*71fbc431SJin Yao    },
475*71fbc431SJin Yao    {
476*71fbc431SJin Yao        "BriefDescription": "Retired load instructions whose data sources were HitM responses from shared L3",
477*71fbc431SJin Yao        "CollectPEBSRecord": "2",
478*71fbc431SJin Yao        "Counter": "0,1,2,3",
479*71fbc431SJin Yao        "Data_LA": "1",
480*71fbc431SJin Yao        "EventCode": "0xd2",
481*71fbc431SJin Yao        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_HITM",
482*71fbc431SJin Yao        "PEBS": "1",
483*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
484*71fbc431SJin Yao        "PublicDescription": "Counts retired load instructions whose data sources were HitM responses from shared L3.",
485*71fbc431SJin Yao        "SampleAfterValue": "20011",
486*71fbc431SJin Yao        "UMask": "0x4"
487*71fbc431SJin Yao    },
488*71fbc431SJin Yao    {
489*71fbc431SJin Yao        "BriefDescription": "Retired load instructions whose data sources were L3 and cross-core snoop hits in on-pkg core cache",
490*71fbc431SJin Yao        "CollectPEBSRecord": "2",
491*71fbc431SJin Yao        "Counter": "0,1,2,3",
492*71fbc431SJin Yao        "Data_LA": "1",
493*71fbc431SJin Yao        "EventCode": "0xd2",
494*71fbc431SJin Yao        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_HIT",
495*71fbc431SJin Yao        "PEBS": "1",
496*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
497*71fbc431SJin Yao        "PublicDescription": "Counts retired load instructions whose data sources were L3 and cross-core snoop hits in on-pkg core cache.",
498*71fbc431SJin Yao        "SampleAfterValue": "20011",
499*71fbc431SJin Yao        "UMask": "0x2"
500*71fbc431SJin Yao    },
501*71fbc431SJin Yao    {
502*71fbc431SJin Yao        "BriefDescription": "Retired load instructions whose data sources were hits in L3 without snoops required",
503*71fbc431SJin Yao        "CollectPEBSRecord": "2",
504*71fbc431SJin Yao        "Counter": "0,1,2,3",
505*71fbc431SJin Yao        "Data_LA": "1",
506*71fbc431SJin Yao        "EventCode": "0xd2",
507*71fbc431SJin Yao        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_NONE",
508*71fbc431SJin Yao        "PEBS": "1",
509*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
510*71fbc431SJin Yao        "PublicDescription": "Counts retired load instructions whose data sources were hits in L3 without snoops required.",
511*71fbc431SJin Yao        "SampleAfterValue": "100003",
512*71fbc431SJin Yao        "UMask": "0x8"
513*71fbc431SJin Yao    },
514*71fbc431SJin Yao    {
515*71fbc431SJin Yao        "BriefDescription": "Retired store instructions that miss the STLB.",
516*71fbc431SJin Yao        "CollectPEBSRecord": "2",
517*71fbc431SJin Yao        "Counter": "0,1,2,3",
518*71fbc431SJin Yao        "Data_LA": "1",
519*71fbc431SJin Yao        "EventCode": "0xd0",
520*71fbc431SJin Yao        "EventName": "MEM_INST_RETIRED.STLB_MISS_STORES",
521*71fbc431SJin Yao        "L1_Hit_Indication": "1",
522*71fbc431SJin Yao        "PEBS": "1",
523*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
524*71fbc431SJin Yao        "PublicDescription": "Counts retired store instructions that true miss the STLB.",
525*71fbc431SJin Yao        "SampleAfterValue": "100003",
526*71fbc431SJin Yao        "UMask": "0x12"
527*71fbc431SJin Yao    },
528*71fbc431SJin Yao    {
529*71fbc431SJin Yao        "BriefDescription": "RFO requests to L2 cache",
530*71fbc431SJin Yao        "CollectPEBSRecord": "2",
531*71fbc431SJin Yao        "Counter": "0,1,2,3",
532*71fbc431SJin Yao        "EventCode": "0x24",
533*71fbc431SJin Yao        "EventName": "L2_RQSTS.ALL_RFO",
534*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
535*71fbc431SJin Yao        "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.",
536*71fbc431SJin Yao        "SampleAfterValue": "200003",
537*71fbc431SJin Yao        "Speculative": "1",
538*71fbc431SJin Yao        "UMask": "0xe2"
539*71fbc431SJin Yao    },
540*71fbc431SJin Yao    {
541*71fbc431SJin Yao        "BriefDescription": "Retired load instructions missed L2 cache as data sources",
542*71fbc431SJin Yao        "CollectPEBSRecord": "2",
543*71fbc431SJin Yao        "Counter": "0,1,2,3",
544*71fbc431SJin Yao        "Data_LA": "1",
545*71fbc431SJin Yao        "EventCode": "0xd1",
546*71fbc431SJin Yao        "EventName": "MEM_LOAD_RETIRED.L2_MISS",
547*71fbc431SJin Yao        "PEBS": "1",
548*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
549*71fbc431SJin Yao        "PublicDescription": "Counts retired load instructions missed L2 cache as data sources.",
550*71fbc431SJin Yao        "SampleAfterValue": "100021",
551*71fbc431SJin Yao        "UMask": "0x10"
552*71fbc431SJin Yao    },
553*71fbc431SJin Yao    {
554*71fbc431SJin Yao        "BriefDescription": "Store Read transactions pending for off-core. Highly correlated.",
555*71fbc431SJin Yao        "CollectPEBSRecord": "2",
556*71fbc431SJin Yao        "Counter": "0,1,2,3",
557*71fbc431SJin Yao        "EventCode": "0x60",
558*71fbc431SJin Yao        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_RFO",
559*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
560*71fbc431SJin Yao        "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.",
561*71fbc431SJin Yao        "SampleAfterValue": "1000003",
562*71fbc431SJin Yao        "Speculative": "1",
563*71fbc431SJin Yao        "UMask": "0x4"
564*71fbc431SJin Yao    },
565*71fbc431SJin Yao    {
566*71fbc431SJin Yao        "BriefDescription": "Non-modified cache lines that are silently dropped by L2 cache when triggered by an L2 cache fill.",
567*71fbc431SJin Yao        "CollectPEBSRecord": "2",
568*71fbc431SJin Yao        "Counter": "0,1,2,3",
569*71fbc431SJin Yao        "EventCode": "0xF2",
570*71fbc431SJin Yao        "EventName": "L2_LINES_OUT.SILENT",
571*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
572*71fbc431SJin Yao        "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.",
573*71fbc431SJin Yao        "SampleAfterValue": "200003",
574*71fbc431SJin Yao        "Speculative": "1",
575*71fbc431SJin Yao        "UMask": "0x1"
576*71fbc431SJin Yao    },
577*71fbc431SJin Yao    {
578*71fbc431SJin Yao        "BriefDescription": "Retired store instructions that split across a cacheline boundary.",
579*71fbc431SJin Yao        "CollectPEBSRecord": "2",
580*71fbc431SJin Yao        "Counter": "0,1,2,3",
581*71fbc431SJin Yao        "Data_LA": "1",
582*71fbc431SJin Yao        "EventCode": "0xd0",
583*71fbc431SJin Yao        "EventName": "MEM_INST_RETIRED.SPLIT_STORES",
584*71fbc431SJin Yao        "L1_Hit_Indication": "1",
585*71fbc431SJin Yao        "PEBS": "1",
586*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
587*71fbc431SJin Yao        "PublicDescription": "Counts retired store instructions that split across a cacheline boundary.",
588*71fbc431SJin Yao        "SampleAfterValue": "100003",
589*71fbc431SJin Yao        "UMask": "0x42"
590*71fbc431SJin Yao    },
591*71fbc431SJin Yao    {
592*71fbc431SJin Yao        "BriefDescription": "SW prefetch requests that hit L2 cache.",
593*71fbc431SJin Yao        "CollectPEBSRecord": "2",
594*71fbc431SJin Yao        "Counter": "0,1,2,3",
595*71fbc431SJin Yao        "EventCode": "0x24",
596*71fbc431SJin Yao        "EventName": "L2_RQSTS.SWPF_HIT",
597*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
598*71fbc431SJin Yao        "PublicDescription": "Counts Software prefetch requests that hit the L2 cache. This event accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions.",
599*71fbc431SJin Yao        "SampleAfterValue": "200003",
600*71fbc431SJin Yao        "Speculative": "1",
601*71fbc431SJin Yao        "UMask": "0xc8"
602*71fbc431SJin Yao    },
603*71fbc431SJin Yao    {
604*71fbc431SJin Yao        "BriefDescription": "Retired load instructions that miss the STLB.",
605*71fbc431SJin Yao        "CollectPEBSRecord": "2",
606*71fbc431SJin Yao        "Counter": "0,1,2,3",
607*71fbc431SJin Yao        "Data_LA": "1",
608*71fbc431SJin Yao        "EventCode": "0xd0",
609*71fbc431SJin Yao        "EventName": "MEM_INST_RETIRED.STLB_MISS_LOADS",
610*71fbc431SJin Yao        "PEBS": "1",
611*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
612*71fbc431SJin Yao        "PublicDescription": "Counts retired load instructions that true miss the STLB.",
613*71fbc431SJin Yao        "SampleAfterValue": "100003",
614*71fbc431SJin Yao        "UMask": "0x11"
615*71fbc431SJin Yao    },
616*71fbc431SJin Yao    {
617*71fbc431SJin Yao        "BriefDescription": "RFO requests that miss L2 cache",
618*71fbc431SJin Yao        "CollectPEBSRecord": "2",
619*71fbc431SJin Yao        "Counter": "0,1,2,3",
620*71fbc431SJin Yao        "EventCode": "0x24",
621*71fbc431SJin Yao        "EventName": "L2_RQSTS.RFO_MISS",
622*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
623*71fbc431SJin Yao        "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache.",
624*71fbc431SJin Yao        "SampleAfterValue": "200003",
625*71fbc431SJin Yao        "Speculative": "1",
626*71fbc431SJin Yao        "UMask": "0x22"
627*71fbc431SJin Yao    },
628*71fbc431SJin Yao    {
629*71fbc431SJin Yao        "BriefDescription": "Modified cache lines that are evicted by L2 cache when triggered by an L2 cache fill.",
630*71fbc431SJin Yao        "CollectPEBSRecord": "2",
631*71fbc431SJin Yao        "Counter": "0,1,2,3",
632*71fbc431SJin Yao        "EventCode": "0xF2",
633*71fbc431SJin Yao        "EventName": "L2_LINES_OUT.NON_SILENT",
634*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
635*71fbc431SJin Yao        "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",
636*71fbc431SJin Yao        "SampleAfterValue": "200003",
637*71fbc431SJin Yao        "Speculative": "1",
638*71fbc431SJin Yao        "UMask": "0x2"
639*71fbc431SJin Yao    },
640*71fbc431SJin Yao    {
641*71fbc431SJin Yao        "BriefDescription": "Any memory transaction that reached the SQ.",
642*71fbc431SJin Yao        "CollectPEBSRecord": "2",
643*71fbc431SJin Yao        "Counter": "0,1,2,3",
644*71fbc431SJin Yao        "EventCode": "0xB0",
645*71fbc431SJin Yao        "EventName": "OFFCORE_REQUESTS.ALL_REQUESTS",
646*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
647*71fbc431SJin Yao        "PublicDescription": "Counts memory transactions reached the super queue including requests initiated by the core, all L3 prefetches, page walks, etc..",
648*71fbc431SJin Yao        "SampleAfterValue": "100003",
649*71fbc431SJin Yao        "Speculative": "1",
650*71fbc431SJin Yao        "UMask": "0x80"
651*71fbc431SJin Yao    },
652*71fbc431SJin Yao    {
653*71fbc431SJin Yao        "BriefDescription": "Cache lines that have been L2 hardware prefetched but not used by demand accesses",
654*71fbc431SJin Yao        "CollectPEBSRecord": "2",
655*71fbc431SJin Yao        "Counter": "0,1,2,3",
656*71fbc431SJin Yao        "EventCode": "0xf2",
657*71fbc431SJin Yao        "EventName": "L2_LINES_OUT.USELESS_HWPF",
658*71fbc431SJin Yao        "PEBScounters": "0,1,2,3",
659*71fbc431SJin Yao        "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",
660*71fbc431SJin Yao        "SampleAfterValue": "200003",
661*71fbc431SJin Yao        "Speculative": "1",
662*71fbc431SJin Yao        "UMask": "0x4"
663b115df07SHaiyan Song    }
664b115df07SHaiyan Song]