xref: /linux/tools/perf/pmu-events/arch/x86/icelake/cache.json (revision dd7415ce88d0ca4cc0cda52a6c93fba4d0e99128)
1b115df07SHaiyan Song[
2b115df07SHaiyan Song    {
371fbc431SJin Yao        "BriefDescription": "Counts the number of cache lines replaced in L1 data cache.",
471fbc431SJin Yao        "CollectPEBSRecord": "2",
571fbc431SJin Yao        "Counter": "0,1,2,3",
671fbc431SJin Yao        "EventCode": "0x51",
771fbc431SJin Yao        "EventName": "L1D.REPLACEMENT",
871fbc431SJin Yao        "PEBScounters": "0,1,2,3",
971fbc431SJin Yao        "PublicDescription": "Counts L1D data line replacements including opportunistic replacements, and replacements that require stall-for-replace or block-for-replace.",
1071fbc431SJin Yao        "SampleAfterValue": "100003",
1171fbc431SJin Yao        "Speculative": "1",
1271fbc431SJin Yao        "UMask": "0x1"
1371fbc431SJin Yao    },
1471fbc431SJin Yao    {
15*dd7415ceSIan Rogers        "BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unavailability.",
1671fbc431SJin Yao        "CollectPEBSRecord": "2",
1771fbc431SJin Yao        "Counter": "0,1,2,3",
1871fbc431SJin Yao        "EventCode": "0x48",
19*dd7415ceSIan Rogers        "EventName": "L1D_PEND_MISS.FB_FULL",
2071fbc431SJin Yao        "PEBScounters": "0,1,2,3",
21*dd7415ceSIan Rogers        "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.",
2271fbc431SJin Yao        "SampleAfterValue": "1000003",
2371fbc431SJin Yao        "Speculative": "1",
2471fbc431SJin Yao        "UMask": "0x2"
2571fbc431SJin Yao    },
2671fbc431SJin Yao    {
2771fbc431SJin Yao        "BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unavailablability.",
2871fbc431SJin Yao        "CollectPEBSRecord": "2",
2971fbc431SJin Yao        "Counter": "0,1,2,3",
3071fbc431SJin Yao        "CounterMask": "1",
3171fbc431SJin Yao        "EdgeDetect": "1",
3271fbc431SJin Yao        "EventCode": "0x48",
3371fbc431SJin Yao        "EventName": "L1D_PEND_MISS.FB_FULL_PERIODS",
3471fbc431SJin Yao        "PEBScounters": "0,1,2,3",
3571fbc431SJin 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.",
3671fbc431SJin Yao        "SampleAfterValue": "1000003",
3771fbc431SJin Yao        "Speculative": "1",
3871fbc431SJin Yao        "UMask": "0x2"
3971fbc431SJin Yao    },
4071fbc431SJin Yao    {
41*dd7415ceSIan Rogers        "BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 resources.",
4271fbc431SJin Yao        "CollectPEBSRecord": "2",
4371fbc431SJin Yao        "Counter": "0,1,2,3",
44*dd7415ceSIan Rogers        "EventCode": "0x48",
45*dd7415ceSIan Rogers        "EventName": "L1D_PEND_MISS.L2_STALL",
4671fbc431SJin Yao        "PEBScounters": "0,1,2,3",
47*dd7415ceSIan 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.",
48*dd7415ceSIan Rogers        "SampleAfterValue": "1000003",
49*dd7415ceSIan Rogers        "Speculative": "1",
5071fbc431SJin Yao        "UMask": "0x4"
5171fbc431SJin Yao    },
5271fbc431SJin Yao    {
53*dd7415ceSIan Rogers        "BriefDescription": "Number of L1D misses that are outstanding",
5471fbc431SJin Yao        "CollectPEBSRecord": "2",
5571fbc431SJin Yao        "Counter": "0,1,2,3",
56*dd7415ceSIan Rogers        "EventCode": "0x48",
57*dd7415ceSIan Rogers        "EventName": "L1D_PEND_MISS.PENDING",
5871fbc431SJin Yao        "PEBScounters": "0,1,2,3",
59*dd7415ceSIan 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.",
60*dd7415ceSIan Rogers        "SampleAfterValue": "1000003",
61*dd7415ceSIan Rogers        "Speculative": "1",
62*dd7415ceSIan Rogers        "UMask": "0x1"
63*dd7415ceSIan Rogers    },
64*dd7415ceSIan Rogers    {
65*dd7415ceSIan Rogers        "BriefDescription": "Cycles with L1D load Misses outstanding.",
66*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
67*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
68*dd7415ceSIan Rogers        "CounterMask": "1",
69*dd7415ceSIan Rogers        "EventCode": "0x48",
70*dd7415ceSIan Rogers        "EventName": "L1D_PEND_MISS.PENDING_CYCLES",
71*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
72*dd7415ceSIan Rogers        "PublicDescription": "Counts duration of L1D miss outstanding in cycles.",
73*dd7415ceSIan Rogers        "SampleAfterValue": "1000003",
74*dd7415ceSIan Rogers        "Speculative": "1",
75*dd7415ceSIan Rogers        "UMask": "0x1"
76*dd7415ceSIan Rogers    },
77*dd7415ceSIan Rogers    {
78*dd7415ceSIan Rogers        "BriefDescription": "L2 cache lines filling L2",
79*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
80*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
81*dd7415ceSIan Rogers        "EventCode": "0xF1",
82*dd7415ceSIan Rogers        "EventName": "L2_LINES_IN.ALL",
83*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
84*dd7415ceSIan Rogers        "PublicDescription": "Counts the number of L2 cache lines filling the L2. Counting does not cover rejects.",
85*dd7415ceSIan Rogers        "SampleAfterValue": "100003",
86*dd7415ceSIan Rogers        "Speculative": "1",
87*dd7415ceSIan Rogers        "UMask": "0x1f"
88*dd7415ceSIan Rogers    },
89*dd7415ceSIan Rogers    {
90*dd7415ceSIan Rogers        "BriefDescription": "Modified cache lines that are evicted by L2 cache when triggered by an L2 cache fill.",
91*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
92*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
93*dd7415ceSIan Rogers        "EventCode": "0xF2",
94*dd7415ceSIan Rogers        "EventName": "L2_LINES_OUT.NON_SILENT",
95*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
96*dd7415ceSIan 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",
97*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
98*dd7415ceSIan Rogers        "Speculative": "1",
9971fbc431SJin Yao        "UMask": "0x2"
10071fbc431SJin Yao    },
10171fbc431SJin Yao    {
102*dd7415ceSIan Rogers        "BriefDescription": "Non-modified cache lines that are silently dropped by L2 cache when triggered by an L2 cache fill.",
10371fbc431SJin Yao        "CollectPEBSRecord": "2",
10471fbc431SJin Yao        "Counter": "0,1,2,3",
105*dd7415ceSIan Rogers        "EventCode": "0xF2",
106*dd7415ceSIan Rogers        "EventName": "L2_LINES_OUT.SILENT",
10771fbc431SJin Yao        "PEBScounters": "0,1,2,3",
108*dd7415ceSIan 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.",
109*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
110*dd7415ceSIan Rogers        "Speculative": "1",
111*dd7415ceSIan Rogers        "UMask": "0x1"
11271fbc431SJin Yao    },
11371fbc431SJin Yao    {
114*dd7415ceSIan Rogers        "BriefDescription": "Cache lines that have been L2 hardware prefetched but not used by demand accesses",
11571fbc431SJin Yao        "CollectPEBSRecord": "2",
11671fbc431SJin Yao        "Counter": "0,1,2,3",
117*dd7415ceSIan Rogers        "EventCode": "0xf2",
118*dd7415ceSIan Rogers        "EventName": "L2_LINES_OUT.USELESS_HWPF",
11971fbc431SJin Yao        "PEBScounters": "0,1,2,3",
120*dd7415ceSIan 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",
121*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
122*dd7415ceSIan Rogers        "Speculative": "1",
123*dd7415ceSIan Rogers        "UMask": "0x4"
124*dd7415ceSIan Rogers    },
125*dd7415ceSIan Rogers    {
126*dd7415ceSIan Rogers        "BriefDescription": "L2 code requests",
127*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
128*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
129*dd7415ceSIan Rogers        "EventCode": "0x24",
130*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.ALL_CODE_RD",
131*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
132*dd7415ceSIan Rogers        "PublicDescription": "Counts the total number of L2 code requests.",
133*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
134*dd7415ceSIan Rogers        "Speculative": "1",
135*dd7415ceSIan Rogers        "UMask": "0xe4"
136*dd7415ceSIan Rogers    },
137*dd7415ceSIan Rogers    {
138*dd7415ceSIan Rogers        "BriefDescription": "Demand Data Read requests",
139*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
140*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
141*dd7415ceSIan Rogers        "EventCode": "0x24",
142*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.ALL_DEMAND_DATA_RD",
143*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
144*dd7415ceSIan 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.",
145*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
146*dd7415ceSIan Rogers        "Speculative": "1",
147*dd7415ceSIan Rogers        "UMask": "0xe1"
148*dd7415ceSIan Rogers    },
149*dd7415ceSIan Rogers    {
150*dd7415ceSIan Rogers        "BriefDescription": "Demand requests that miss L2 cache",
151*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
152*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
153*dd7415ceSIan Rogers        "EventCode": "0x24",
154*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.ALL_DEMAND_MISS",
155*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
156*dd7415ceSIan Rogers        "PublicDescription": "Counts demand requests that miss L2 cache.",
157*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
158*dd7415ceSIan Rogers        "Speculative": "1",
159*dd7415ceSIan Rogers        "UMask": "0x27"
160*dd7415ceSIan Rogers    },
161*dd7415ceSIan Rogers    {
162*dd7415ceSIan Rogers        "BriefDescription": "Demand requests to L2 cache",
163*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
164*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
165*dd7415ceSIan Rogers        "EventCode": "0x24",
166*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.ALL_DEMAND_REFERENCES",
167*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
168*dd7415ceSIan Rogers        "PublicDescription": "Counts demand requests to L2 cache.",
169*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
170*dd7415ceSIan Rogers        "Speculative": "1",
171*dd7415ceSIan Rogers        "UMask": "0xe7"
17271fbc431SJin Yao    },
17371fbc431SJin Yao    {
17471fbc431SJin Yao        "BriefDescription": "RFO requests to L2 cache",
17571fbc431SJin Yao        "CollectPEBSRecord": "2",
17671fbc431SJin Yao        "Counter": "0,1,2,3",
17771fbc431SJin Yao        "EventCode": "0x24",
17871fbc431SJin Yao        "EventName": "L2_RQSTS.ALL_RFO",
17971fbc431SJin Yao        "PEBScounters": "0,1,2,3",
18071fbc431SJin 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.",
18171fbc431SJin Yao        "SampleAfterValue": "200003",
18271fbc431SJin Yao        "Speculative": "1",
18371fbc431SJin Yao        "UMask": "0xe2"
18471fbc431SJin Yao    },
18571fbc431SJin Yao    {
186*dd7415ceSIan Rogers        "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
187*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
188*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
189*dd7415ceSIan Rogers        "EventCode": "0x24",
190*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.CODE_RD_HIT",
191*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
192*dd7415ceSIan Rogers        "PublicDescription": "Counts L2 cache hits when fetching instructions, code reads.",
193*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
194*dd7415ceSIan Rogers        "Speculative": "1",
195*dd7415ceSIan Rogers        "UMask": "0xc4"
196*dd7415ceSIan Rogers    },
197*dd7415ceSIan Rogers    {
198*dd7415ceSIan Rogers        "BriefDescription": "L2 cache misses when fetching instructions",
199*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
200*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
201*dd7415ceSIan Rogers        "EventCode": "0x24",
202*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.CODE_RD_MISS",
203*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
204*dd7415ceSIan Rogers        "PublicDescription": "Counts L2 cache misses when fetching instructions.",
205*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
206*dd7415ceSIan Rogers        "Speculative": "1",
207*dd7415ceSIan Rogers        "UMask": "0x24"
208*dd7415ceSIan Rogers    },
209*dd7415ceSIan Rogers    {
210*dd7415ceSIan Rogers        "BriefDescription": "Demand Data Read requests that hit L2 cache",
211*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
212*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
213*dd7415ceSIan Rogers        "EventCode": "0x24",
214*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.DEMAND_DATA_RD_HIT",
215*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
216*dd7415ceSIan Rogers        "PublicDescription": "Counts the number of demand Data Read requests initiated by load instructions that hit L2 cache.",
217*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
218*dd7415ceSIan Rogers        "Speculative": "1",
219*dd7415ceSIan Rogers        "UMask": "0xc1"
220*dd7415ceSIan Rogers    },
221*dd7415ceSIan Rogers    {
222*dd7415ceSIan Rogers        "BriefDescription": "Demand Data Read miss L2, no rejects",
223*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
224*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
225*dd7415ceSIan Rogers        "EventCode": "0x24",
226*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.DEMAND_DATA_RD_MISS",
227*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
228*dd7415ceSIan Rogers        "PublicDescription": "Counts the number of demand Data Read requests that miss L2 cache. Only not rejected loads are counted.",
229*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
230*dd7415ceSIan Rogers        "Speculative": "1",
231*dd7415ceSIan Rogers        "UMask": "0x21"
232*dd7415ceSIan Rogers    },
233*dd7415ceSIan Rogers    {
234*dd7415ceSIan Rogers        "BriefDescription": "RFO requests that hit L2 cache",
235*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
236*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
237*dd7415ceSIan Rogers        "EventCode": "0x24",
238*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.RFO_HIT",
239*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
240*dd7415ceSIan Rogers        "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache.",
241*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
242*dd7415ceSIan Rogers        "Speculative": "1",
243*dd7415ceSIan Rogers        "UMask": "0xc2"
244*dd7415ceSIan Rogers    },
245*dd7415ceSIan Rogers    {
246*dd7415ceSIan Rogers        "BriefDescription": "RFO requests that miss L2 cache",
247*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
248*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
249*dd7415ceSIan Rogers        "EventCode": "0x24",
250*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.RFO_MISS",
251*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
252*dd7415ceSIan Rogers        "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache.",
253*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
254*dd7415ceSIan Rogers        "Speculative": "1",
255*dd7415ceSIan Rogers        "UMask": "0x22"
256*dd7415ceSIan Rogers    },
257*dd7415ceSIan Rogers    {
258*dd7415ceSIan Rogers        "BriefDescription": "SW prefetch requests that hit L2 cache.",
259*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
260*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
261*dd7415ceSIan Rogers        "EventCode": "0x24",
262*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.SWPF_HIT",
263*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
264*dd7415ceSIan Rogers        "PublicDescription": "Counts Software prefetch requests that hit the L2 cache. Accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions when FB is not full.",
265*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
266*dd7415ceSIan Rogers        "Speculative": "1",
267*dd7415ceSIan Rogers        "UMask": "0xc8"
268*dd7415ceSIan Rogers    },
269*dd7415ceSIan Rogers    {
270*dd7415ceSIan Rogers        "BriefDescription": "SW prefetch requests that miss L2 cache.",
271*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
272*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
273*dd7415ceSIan Rogers        "EventCode": "0x24",
274*dd7415ceSIan Rogers        "EventName": "L2_RQSTS.SWPF_MISS",
275*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
276*dd7415ceSIan Rogers        "PublicDescription": "Counts Software prefetch requests that miss the L2 cache. Accounts for PREFETCHNTA and PREFETCHT0/1/2 instructions when FB is not full.",
277*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
278*dd7415ceSIan Rogers        "Speculative": "1",
279*dd7415ceSIan Rogers        "UMask": "0x28"
280*dd7415ceSIan Rogers    },
281*dd7415ceSIan Rogers    {
282*dd7415ceSIan Rogers        "BriefDescription": "L2 writebacks that access L2 cache",
283*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
284*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
285*dd7415ceSIan Rogers        "EventCode": "0xF0",
286*dd7415ceSIan Rogers        "EventName": "L2_TRANS.L2_WB",
287*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
288*dd7415ceSIan Rogers        "PublicDescription": "Counts L2 writebacks that access L2 cache.",
289*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
290*dd7415ceSIan Rogers        "Speculative": "1",
291*dd7415ceSIan Rogers        "UMask": "0x40"
292*dd7415ceSIan Rogers    },
293*dd7415ceSIan Rogers    {
294*dd7415ceSIan Rogers        "BriefDescription": "Core-originated cacheable requests that missed L3  (Except hardware prefetches to the L3)",
295*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
296*dd7415ceSIan Rogers        "Counter": "0,1,2,3,4,5,6,7",
297*dd7415ceSIan Rogers        "EventCode": "0x2e",
298*dd7415ceSIan Rogers        "EventName": "LONGEST_LAT_CACHE.MISS",
299*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3,4,5,6,7",
300*dd7415ceSIan 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.",
301*dd7415ceSIan Rogers        "SampleAfterValue": "100003",
302*dd7415ceSIan Rogers        "Speculative": "1",
303*dd7415ceSIan Rogers        "UMask": "0x41"
304*dd7415ceSIan Rogers    },
305*dd7415ceSIan Rogers    {
306*dd7415ceSIan Rogers        "BriefDescription": "All retired load instructions.",
30771fbc431SJin Yao        "CollectPEBSRecord": "2",
30871fbc431SJin Yao        "Counter": "0,1,2,3",
30971fbc431SJin Yao        "Data_LA": "1",
310*dd7415ceSIan Rogers        "EventCode": "0xd0",
311*dd7415ceSIan Rogers        "EventName": "MEM_INST_RETIRED.ALL_LOADS",
31271fbc431SJin Yao        "PEBS": "1",
31371fbc431SJin Yao        "PEBScounters": "0,1,2,3",
314*dd7415ceSIan Rogers        "PublicDescription": "Counts all retired load instructions. This event accounts for SW prefetch instructions for loads.",
31571fbc431SJin Yao        "SampleAfterValue": "1000003",
316*dd7415ceSIan Rogers        "UMask": "0x81"
31771fbc431SJin Yao    },
31871fbc431SJin Yao    {
319*dd7415ceSIan Rogers        "BriefDescription": "All retired store instructions.",
32071fbc431SJin Yao        "CollectPEBSRecord": "2",
32171fbc431SJin Yao        "Counter": "0,1,2,3",
322*dd7415ceSIan Rogers        "Data_LA": "1",
323*dd7415ceSIan Rogers        "EventCode": "0xd0",
324*dd7415ceSIan Rogers        "EventName": "MEM_INST_RETIRED.ALL_STORES",
325*dd7415ceSIan Rogers        "L1_Hit_Indication": "1",
326*dd7415ceSIan Rogers        "PEBS": "1",
32771fbc431SJin Yao        "PEBScounters": "0,1,2,3",
328*dd7415ceSIan Rogers        "PublicDescription": "Counts all retired store instructions. This event account for SW prefetch instructions and PREFETCHW instruction for stores.",
329*dd7415ceSIan Rogers        "SampleAfterValue": "1000003",
330*dd7415ceSIan Rogers        "UMask": "0x82"
331*dd7415ceSIan Rogers    },
332*dd7415ceSIan Rogers    {
333*dd7415ceSIan Rogers        "BriefDescription": "All retired memory instructions.",
334*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
335*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
336*dd7415ceSIan Rogers        "Data_LA": "1",
337*dd7415ceSIan Rogers        "EventCode": "0xd0",
338*dd7415ceSIan Rogers        "EventName": "MEM_INST_RETIRED.ANY",
339*dd7415ceSIan Rogers        "L1_Hit_Indication": "1",
340*dd7415ceSIan Rogers        "PEBS": "1",
341*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
342*dd7415ceSIan Rogers        "PublicDescription": "Counts all retired memory instructions - loads and stores.",
343*dd7415ceSIan Rogers        "SampleAfterValue": "1000003",
344*dd7415ceSIan Rogers        "UMask": "0x83"
345*dd7415ceSIan Rogers    },
346*dd7415ceSIan Rogers    {
347*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions with locked access.",
348*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
349*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
350*dd7415ceSIan Rogers        "Data_LA": "1",
351*dd7415ceSIan Rogers        "EventCode": "0xd0",
352*dd7415ceSIan Rogers        "EventName": "MEM_INST_RETIRED.LOCK_LOADS",
353*dd7415ceSIan Rogers        "PEBS": "1",
354*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
355*dd7415ceSIan Rogers        "PublicDescription": "Counts retired load instructions with locked access.",
356*dd7415ceSIan Rogers        "SampleAfterValue": "100007",
357*dd7415ceSIan Rogers        "UMask": "0x21"
358*dd7415ceSIan Rogers    },
359*dd7415ceSIan Rogers    {
360*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions that split across a cacheline boundary.",
361*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
362*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
363*dd7415ceSIan Rogers        "Data_LA": "1",
364*dd7415ceSIan Rogers        "EventCode": "0xd0",
365*dd7415ceSIan Rogers        "EventName": "MEM_INST_RETIRED.SPLIT_LOADS",
366*dd7415ceSIan Rogers        "PEBS": "1",
367*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
368*dd7415ceSIan Rogers        "PublicDescription": "Counts retired load instructions that split across a cacheline boundary.",
369*dd7415ceSIan Rogers        "SampleAfterValue": "100003",
370*dd7415ceSIan Rogers        "UMask": "0x41"
37171fbc431SJin Yao    },
37271fbc431SJin Yao    {
37371fbc431SJin Yao        "BriefDescription": "Retired store instructions that split across a cacheline boundary.",
37471fbc431SJin Yao        "CollectPEBSRecord": "2",
37571fbc431SJin Yao        "Counter": "0,1,2,3",
37671fbc431SJin Yao        "Data_LA": "1",
37771fbc431SJin Yao        "EventCode": "0xd0",
37871fbc431SJin Yao        "EventName": "MEM_INST_RETIRED.SPLIT_STORES",
37971fbc431SJin Yao        "L1_Hit_Indication": "1",
38071fbc431SJin Yao        "PEBS": "1",
38171fbc431SJin Yao        "PEBScounters": "0,1,2,3",
38271fbc431SJin Yao        "PublicDescription": "Counts retired store instructions that split across a cacheline boundary.",
38371fbc431SJin Yao        "SampleAfterValue": "100003",
38471fbc431SJin Yao        "UMask": "0x42"
38571fbc431SJin Yao    },
38671fbc431SJin Yao    {
38771fbc431SJin Yao        "BriefDescription": "Retired load instructions that miss the STLB.",
38871fbc431SJin Yao        "CollectPEBSRecord": "2",
38971fbc431SJin Yao        "Counter": "0,1,2,3",
39071fbc431SJin Yao        "Data_LA": "1",
39171fbc431SJin Yao        "EventCode": "0xd0",
39271fbc431SJin Yao        "EventName": "MEM_INST_RETIRED.STLB_MISS_LOADS",
39371fbc431SJin Yao        "PEBS": "1",
39471fbc431SJin Yao        "PEBScounters": "0,1,2,3",
395*dd7415ceSIan Rogers        "PublicDescription": "Number of retired load instructions that (start a) miss in the 2nd-level TLB (STLB).",
39671fbc431SJin Yao        "SampleAfterValue": "100003",
39771fbc431SJin Yao        "UMask": "0x11"
39871fbc431SJin Yao    },
39971fbc431SJin Yao    {
400*dd7415ceSIan Rogers        "BriefDescription": "Retired store instructions that miss the STLB.",
40171fbc431SJin Yao        "CollectPEBSRecord": "2",
40271fbc431SJin Yao        "Counter": "0,1,2,3",
403*dd7415ceSIan Rogers        "Data_LA": "1",
404*dd7415ceSIan Rogers        "EventCode": "0xd0",
405*dd7415ceSIan Rogers        "EventName": "MEM_INST_RETIRED.STLB_MISS_STORES",
406*dd7415ceSIan Rogers        "L1_Hit_Indication": "1",
407*dd7415ceSIan Rogers        "PEBS": "1",
40871fbc431SJin Yao        "PEBScounters": "0,1,2,3",
409*dd7415ceSIan Rogers        "PublicDescription": "Number of retired store instructions that (start a) miss in the 2nd-level TLB (STLB).",
410*dd7415ceSIan Rogers        "SampleAfterValue": "100003",
411*dd7415ceSIan Rogers        "UMask": "0x12"
41271fbc431SJin Yao    },
41371fbc431SJin Yao    {
414*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions whose data sources were L3 and cross-core snoop hits in on-pkg core cache",
41571fbc431SJin Yao        "CollectPEBSRecord": "2",
41671fbc431SJin Yao        "Counter": "0,1,2,3",
417*dd7415ceSIan Rogers        "Data_LA": "1",
418*dd7415ceSIan Rogers        "EventCode": "0xd2",
419*dd7415ceSIan Rogers        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_HIT",
420*dd7415ceSIan Rogers        "PEBS": "1",
42171fbc431SJin Yao        "PEBScounters": "0,1,2,3",
422*dd7415ceSIan Rogers        "PublicDescription": "Counts retired load instructions whose data sources were L3 and cross-core snoop hits in on-pkg core cache.",
423*dd7415ceSIan Rogers        "SampleAfterValue": "20011",
42471fbc431SJin Yao        "UMask": "0x2"
42571fbc431SJin Yao    },
42671fbc431SJin Yao    {
427*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions whose data sources were HitM responses from shared L3",
428*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
429*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
430*dd7415ceSIan Rogers        "Data_LA": "1",
431*dd7415ceSIan Rogers        "EventCode": "0xd2",
432*dd7415ceSIan Rogers        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_HITM",
433*dd7415ceSIan Rogers        "PEBS": "1",
434*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
435*dd7415ceSIan Rogers        "PublicDescription": "Counts retired load instructions whose data sources were HitM responses from shared L3.",
436*dd7415ceSIan Rogers        "SampleAfterValue": "20011",
437*dd7415ceSIan Rogers        "UMask": "0x4"
438*dd7415ceSIan Rogers    },
439*dd7415ceSIan Rogers    {
440*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
441*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
442*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
443*dd7415ceSIan Rogers        "Data_LA": "1",
444*dd7415ceSIan Rogers        "EventCode": "0xd2",
445*dd7415ceSIan Rogers        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_MISS",
446*dd7415ceSIan Rogers        "PEBS": "1",
447*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
448*dd7415ceSIan Rogers        "PublicDescription": "Counts the retired load instructions whose data sources were L3 hit and cross-core snoop missed in on-pkg core cache.",
449*dd7415ceSIan Rogers        "SampleAfterValue": "20011",
450*dd7415ceSIan Rogers        "UMask": "0x1"
451*dd7415ceSIan Rogers    },
452*dd7415ceSIan Rogers    {
453*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions whose data sources were hits in L3 without snoops required",
454*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
455*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
456*dd7415ceSIan Rogers        "Data_LA": "1",
457*dd7415ceSIan Rogers        "EventCode": "0xd2",
458*dd7415ceSIan Rogers        "EventName": "MEM_LOAD_L3_HIT_RETIRED.XSNP_NONE",
459*dd7415ceSIan Rogers        "PEBS": "1",
460*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
461*dd7415ceSIan Rogers        "PublicDescription": "Counts retired load instructions whose data sources were hits in L3 without snoops required.",
462*dd7415ceSIan Rogers        "SampleAfterValue": "100003",
463*dd7415ceSIan Rogers        "UMask": "0x8"
464*dd7415ceSIan Rogers    },
465*dd7415ceSIan Rogers    {
466*dd7415ceSIan 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.",
467*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
468*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
469*dd7415ceSIan Rogers        "Data_LA": "1",
470*dd7415ceSIan Rogers        "EventCode": "0xd1",
471*dd7415ceSIan Rogers        "EventName": "MEM_LOAD_RETIRED.FB_HIT",
472*dd7415ceSIan Rogers        "PEBS": "1",
473*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
474*dd7415ceSIan 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.",
475*dd7415ceSIan Rogers        "SampleAfterValue": "100007",
476*dd7415ceSIan Rogers        "UMask": "0x40"
477*dd7415ceSIan Rogers    },
478*dd7415ceSIan Rogers    {
479*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions with L1 cache hits as data sources",
480*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
481*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
482*dd7415ceSIan Rogers        "Data_LA": "1",
483*dd7415ceSIan Rogers        "EventCode": "0xd1",
484*dd7415ceSIan Rogers        "EventName": "MEM_LOAD_RETIRED.L1_HIT",
485*dd7415ceSIan Rogers        "PEBS": "1",
486*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
487*dd7415ceSIan 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.",
488*dd7415ceSIan Rogers        "SampleAfterValue": "1000003",
489*dd7415ceSIan Rogers        "UMask": "0x1"
490*dd7415ceSIan Rogers    },
491*dd7415ceSIan Rogers    {
492*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions missed L1 cache as data sources",
493*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
494*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
495*dd7415ceSIan Rogers        "Data_LA": "1",
496*dd7415ceSIan Rogers        "EventCode": "0xd1",
497*dd7415ceSIan Rogers        "EventName": "MEM_LOAD_RETIRED.L1_MISS",
498*dd7415ceSIan Rogers        "PEBS": "1",
499*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
500*dd7415ceSIan Rogers        "PublicDescription": "Counts retired load instructions with at least one uop that missed in the L1 cache.",
501*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
502*dd7415ceSIan Rogers        "UMask": "0x8"
503*dd7415ceSIan Rogers    },
504*dd7415ceSIan Rogers    {
505*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions with L2 cache hits as data sources",
506*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
507*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
508*dd7415ceSIan Rogers        "Data_LA": "1",
509*dd7415ceSIan Rogers        "EventCode": "0xd1",
510*dd7415ceSIan Rogers        "EventName": "MEM_LOAD_RETIRED.L2_HIT",
511*dd7415ceSIan Rogers        "PEBS": "1",
512*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
513*dd7415ceSIan Rogers        "PublicDescription": "Counts retired load instructions with L2 cache hits as data sources.",
514*dd7415ceSIan Rogers        "SampleAfterValue": "200003",
515*dd7415ceSIan Rogers        "UMask": "0x2"
516*dd7415ceSIan Rogers    },
517*dd7415ceSIan Rogers    {
518*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions missed L2 cache as data sources",
519*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
520*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
521*dd7415ceSIan Rogers        "Data_LA": "1",
522*dd7415ceSIan Rogers        "EventCode": "0xd1",
523*dd7415ceSIan Rogers        "EventName": "MEM_LOAD_RETIRED.L2_MISS",
524*dd7415ceSIan Rogers        "PEBS": "1",
525*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
526*dd7415ceSIan Rogers        "PublicDescription": "Counts retired load instructions missed L2 cache as data sources.",
527*dd7415ceSIan Rogers        "SampleAfterValue": "100021",
528*dd7415ceSIan Rogers        "UMask": "0x10"
529*dd7415ceSIan Rogers    },
530*dd7415ceSIan Rogers    {
531*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions with L3 cache hits as data sources",
532*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
533*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
534*dd7415ceSIan Rogers        "Data_LA": "1",
535*dd7415ceSIan Rogers        "EventCode": "0xd1",
536*dd7415ceSIan Rogers        "EventName": "MEM_LOAD_RETIRED.L3_HIT",
537*dd7415ceSIan Rogers        "PEBS": "1",
538*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
539*dd7415ceSIan Rogers        "PublicDescription": "Counts retired load instructions with at least one uop that hit in the L3 cache.",
540*dd7415ceSIan Rogers        "SampleAfterValue": "100021",
541*dd7415ceSIan Rogers        "UMask": "0x4"
542*dd7415ceSIan Rogers    },
543*dd7415ceSIan Rogers    {
544*dd7415ceSIan Rogers        "BriefDescription": "Retired load instructions missed L3 cache as data sources",
545*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
546*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
547*dd7415ceSIan Rogers        "Data_LA": "1",
548*dd7415ceSIan Rogers        "EventCode": "0xd1",
549*dd7415ceSIan Rogers        "EventName": "MEM_LOAD_RETIRED.L3_MISS",
550*dd7415ceSIan Rogers        "PEBS": "1",
551*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
552*dd7415ceSIan Rogers        "PublicDescription": "Counts retired load instructions with at least one uop that missed in the L3 cache.",
553*dd7415ceSIan Rogers        "SampleAfterValue": "50021",
554*dd7415ceSIan Rogers        "UMask": "0x20"
555*dd7415ceSIan Rogers    },
556*dd7415ceSIan Rogers    {
557*dd7415ceSIan Rogers        "BriefDescription": "Demand and prefetch data reads",
558*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
559*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
560*dd7415ceSIan Rogers        "EventCode": "0xB0",
561*dd7415ceSIan Rogers        "EventName": "OFFCORE_REQUESTS.ALL_DATA_RD",
562*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
563*dd7415ceSIan 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.",
564*dd7415ceSIan Rogers        "SampleAfterValue": "100003",
565*dd7415ceSIan Rogers        "Speculative": "1",
566*dd7415ceSIan Rogers        "UMask": "0x8"
567*dd7415ceSIan Rogers    },
568*dd7415ceSIan Rogers    {
569*dd7415ceSIan Rogers        "BriefDescription": "Counts memory transactions sent to the uncore.",
57071fbc431SJin Yao        "CollectPEBSRecord": "2",
57171fbc431SJin Yao        "Counter": "0,1,2,3",
57271fbc431SJin Yao        "EventCode": "0xB0",
57371fbc431SJin Yao        "EventName": "OFFCORE_REQUESTS.ALL_REQUESTS",
57471fbc431SJin Yao        "PEBScounters": "0,1,2,3",
575*dd7415ceSIan 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.",
57671fbc431SJin Yao        "SampleAfterValue": "100003",
57771fbc431SJin Yao        "Speculative": "1",
57871fbc431SJin Yao        "UMask": "0x80"
57971fbc431SJin Yao    },
58071fbc431SJin Yao    {
581*dd7415ceSIan Rogers        "BriefDescription": "Demand Data Read requests sent to uncore",
58271fbc431SJin Yao        "CollectPEBSRecord": "2",
58371fbc431SJin Yao        "Counter": "0,1,2,3",
584*dd7415ceSIan Rogers        "EventCode": "0xb0",
585*dd7415ceSIan Rogers        "EventName": "OFFCORE_REQUESTS.DEMAND_DATA_RD",
58671fbc431SJin Yao        "PEBScounters": "0,1,2,3",
587*dd7415ceSIan 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.",
588*dd7415ceSIan Rogers        "SampleAfterValue": "100003",
589*dd7415ceSIan Rogers        "Speculative": "1",
590*dd7415ceSIan Rogers        "UMask": "0x1"
591*dd7415ceSIan Rogers    },
592*dd7415ceSIan Rogers    {
593*dd7415ceSIan Rogers        "BriefDescription": "Demand RFO requests including regular RFOs, locks, ItoM",
594*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
595*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
596*dd7415ceSIan Rogers        "EventCode": "0xb0",
597*dd7415ceSIan Rogers        "EventName": "OFFCORE_REQUESTS.DEMAND_RFO",
598*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
599*dd7415ceSIan Rogers        "PublicDescription": "Counts the demand RFO (read for ownership) requests including regular RFOs, locks, ItoM.",
600*dd7415ceSIan Rogers        "SampleAfterValue": "100003",
601*dd7415ceSIan Rogers        "Speculative": "1",
602*dd7415ceSIan Rogers        "UMask": "0x4"
603*dd7415ceSIan Rogers    },
604*dd7415ceSIan Rogers    {
605*dd7415ceSIan Rogers        "BriefDescription": "For every cycle, increments by the number of outstanding data read requests pending.",
606*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
607*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
608*dd7415ceSIan Rogers        "EventCode": "0x60",
609*dd7415ceSIan Rogers        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.ALL_DATA_RD",
610*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
611*dd7415ceSIan 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.",
612*dd7415ceSIan Rogers        "SampleAfterValue": "1000003",
613*dd7415ceSIan Rogers        "Speculative": "1",
614*dd7415ceSIan Rogers        "UMask": "0x8"
615*dd7415ceSIan Rogers    },
616*dd7415ceSIan Rogers    {
617*dd7415ceSIan Rogers        "BriefDescription": "Cycles where at least 1 outstanding data read request is pending.",
618*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
619*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
620*dd7415ceSIan Rogers        "CounterMask": "1",
621*dd7415ceSIan Rogers        "EventCode": "0x60",
622*dd7415ceSIan Rogers        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DATA_RD",
623*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
624*dd7415ceSIan 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.",
625*dd7415ceSIan Rogers        "SampleAfterValue": "1000003",
626*dd7415ceSIan Rogers        "Speculative": "1",
627*dd7415ceSIan Rogers        "UMask": "0x8"
628*dd7415ceSIan Rogers    },
629*dd7415ceSIan Rogers    {
630*dd7415ceSIan Rogers        "BriefDescription": "Cycles where at least 1 outstanding Demand RFO request is pending.",
631*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
632*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
633*dd7415ceSIan Rogers        "CounterMask": "1",
634*dd7415ceSIan Rogers        "EventCode": "0x60",
635*dd7415ceSIan Rogers        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.CYCLES_WITH_DEMAND_RFO",
636*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
637*dd7415ceSIan 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.",
638*dd7415ceSIan Rogers        "SampleAfterValue": "1000003",
639*dd7415ceSIan Rogers        "Speculative": "1",
640*dd7415ceSIan Rogers        "UMask": "0x4"
641*dd7415ceSIan Rogers    },
642*dd7415ceSIan Rogers    {
643*dd7415ceSIan Rogers        "BriefDescription": "For every cycle, increments by the number of outstanding demand data read requests pending.",
644*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
645*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
646*dd7415ceSIan Rogers        "EventCode": "0x60",
647*dd7415ceSIan Rogers        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_DATA_RD",
648*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
649*dd7415ceSIan 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.",
650*dd7415ceSIan Rogers        "SampleAfterValue": "1000003",
651*dd7415ceSIan Rogers        "Speculative": "1",
652*dd7415ceSIan Rogers        "UMask": "0x1"
653*dd7415ceSIan Rogers    },
654*dd7415ceSIan Rogers    {
655*dd7415ceSIan Rogers        "BriefDescription": "Store Read transactions pending for off-core. Highly correlated.",
656*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
657*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
658*dd7415ceSIan Rogers        "EventCode": "0x60",
659*dd7415ceSIan Rogers        "EventName": "OFFCORE_REQUESTS_OUTSTANDING.DEMAND_RFO",
660*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
661*dd7415ceSIan 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.",
662*dd7415ceSIan Rogers        "SampleAfterValue": "1000003",
663*dd7415ceSIan Rogers        "Speculative": "1",
664*dd7415ceSIan Rogers        "UMask": "0x4"
665*dd7415ceSIan Rogers    },
666*dd7415ceSIan Rogers    {
667*dd7415ceSIan Rogers        "BriefDescription": "Cycles the queue waiting for offcore responses is full.",
668*dd7415ceSIan Rogers        "CollectPEBSRecord": "2",
669*dd7415ceSIan Rogers        "Counter": "0,1,2,3",
670*dd7415ceSIan Rogers        "EventCode": "0xf4",
671*dd7415ceSIan Rogers        "EventName": "SQ_MISC.SQ_FULL",
672*dd7415ceSIan Rogers        "PEBScounters": "0,1,2,3",
673*dd7415ceSIan 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.",
674*dd7415ceSIan Rogers        "SampleAfterValue": "100003",
67571fbc431SJin Yao        "Speculative": "1",
67671fbc431SJin Yao        "UMask": "0x4"
677b115df07SHaiyan Song    }
678b115df07SHaiyan Song]