xref: /openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/cache.json (revision 7ae9fb1b7ecbb5d85d07857943f677fd1a559b18)
165db92e0SKan Liang[
265db92e0SKan Liang    {
3*45957c1eSIan Rogers        "BriefDescription": "Requests rejected by the L2Q",
465db92e0SKan Liang        "EventCode": "0x31",
565db92e0SKan Liang        "EventName": "CORE_REJECT_L2Q.ALL",
6*45957c1eSIan Rogers        "PublicDescription": "Counts the number of demand and L1 prefetcher requests rejected by the L2Q due to a full or nearly full condition which likely indicates back pressure from L2Q. It also counts requests that would have gone directly to the XQ, but are rejected due to a full or nearly full condition, indicating back pressure from the IDI link. The L2Q may also reject transactions from a core to insure fairness between cores, or to delay a core's dirty eviction when the address conflicts with incoming external snoops.",
7*45957c1eSIan Rogers        "SampleAfterValue": "200003"
865db92e0SKan Liang    },
965db92e0SKan Liang    {
10*45957c1eSIan Rogers        "BriefDescription": "L1 Cache evictions for dirty data",
11*45957c1eSIan Rogers        "EventCode": "0x51",
1265db92e0SKan Liang        "EventName": "DL1.REPLACEMENT",
13*45957c1eSIan Rogers        "PublicDescription": "Counts when a modified (dirty) cache line is evicted from the data L1 cache and needs to be written back to memory.  No count will occur if the evicted line is clean, and hence does not require a writeback.",
1465db92e0SKan Liang        "SampleAfterValue": "200003",
15*45957c1eSIan Rogers        "UMask": "0x1"
1665db92e0SKan Liang    },
1765db92e0SKan Liang    {
18*45957c1eSIan Rogers        "BriefDescription": "Cycles code-fetch stalled due to an outstanding ICache miss.",
19*45957c1eSIan Rogers        "EventCode": "0x86",
2065db92e0SKan Liang        "EventName": "FETCH_STALL.ICACHE_FILL_PENDING_CYCLES",
21*45957c1eSIan Rogers        "PublicDescription": "Counts cycles that fetch is stalled due to an outstanding ICache miss. That is, the decoder queue is able to accept bytes, but the fetch unit is unable to provide bytes due to an ICache miss.  Note: this event is not the same as the total number of cycles spent retrieving instruction cache lines from the memory hierarchy.",
2265db92e0SKan Liang        "SampleAfterValue": "200003",
23*45957c1eSIan Rogers        "UMask": "0x2"
2465db92e0SKan Liang    },
2565db92e0SKan Liang    {
26*45957c1eSIan Rogers        "BriefDescription": "Requests rejected by the XQ",
27*45957c1eSIan Rogers        "EventCode": "0x30",
28*45957c1eSIan Rogers        "EventName": "L2_REJECT_XQ.ALL",
29*45957c1eSIan Rogers        "PublicDescription": "Counts the number of demand and prefetch transactions that the L2 XQ rejects due to a full or near full condition which likely indicates back pressure from the intra-die interconnect (IDI) fabric. The XQ may reject transactions from the L2Q (non-cacheable requests), L2 misses and L2 write-back victims.",
30*45957c1eSIan Rogers        "SampleAfterValue": "200003"
31*45957c1eSIan Rogers    },
32*45957c1eSIan Rogers    {
33*45957c1eSIan Rogers        "BriefDescription": "L2 cache request misses",
34*45957c1eSIan Rogers        "EventCode": "0x2E",
35*45957c1eSIan Rogers        "EventName": "LONGEST_LAT_CACHE.MISS",
36*45957c1eSIan Rogers        "PublicDescription": "Counts memory requests originating from the core that miss in the L2 cache.",
37*45957c1eSIan Rogers        "SampleAfterValue": "200003",
38*45957c1eSIan Rogers        "UMask": "0x41"
39*45957c1eSIan Rogers    },
40*45957c1eSIan Rogers    {
41*45957c1eSIan Rogers        "BriefDescription": "L2 cache requests",
42*45957c1eSIan Rogers        "EventCode": "0x2E",
43*45957c1eSIan Rogers        "EventName": "LONGEST_LAT_CACHE.REFERENCE",
44*45957c1eSIan Rogers        "PublicDescription": "Counts memory requests originating from the core that reference a cache line in the L2 cache.",
45*45957c1eSIan Rogers        "SampleAfterValue": "200003",
46*45957c1eSIan Rogers        "UMask": "0x4f"
47*45957c1eSIan Rogers    },
48*45957c1eSIan Rogers    {
49*45957c1eSIan Rogers        "BriefDescription": "Loads retired that came from DRAM (Precise event capable)",
50*45957c1eSIan Rogers        "Data_LA": "1",
51*45957c1eSIan Rogers        "EventCode": "0xD1",
52*45957c1eSIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.DRAM_HIT",
53*45957c1eSIan Rogers        "PEBS": "2",
54*45957c1eSIan Rogers        "PublicDescription": "Counts memory load uops retired where the data is retrieved from DRAM.  Event is counted at retirement, so the speculative loads are ignored.  A memory load can hit (or miss) the L1 cache, hit (or miss) the L2 cache, hit DRAM, hit in the WCB or receive a HITM response.",
55*45957c1eSIan Rogers        "SampleAfterValue": "200003",
56*45957c1eSIan Rogers        "UMask": "0x80"
57*45957c1eSIan Rogers    },
58*45957c1eSIan Rogers    {
59*45957c1eSIan Rogers        "BriefDescription": "Memory uop retired where cross core or cross module HITM occurred (Precise event capable)",
60*45957c1eSIan Rogers        "Data_LA": "1",
61*45957c1eSIan Rogers        "EventCode": "0xD1",
62*45957c1eSIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.HITM",
63*45957c1eSIan Rogers        "PEBS": "2",
64*45957c1eSIan Rogers        "PublicDescription": "Counts load uops retired where the cache line containing the data was in the modified state of another core or modules cache (HITM).  More specifically, this means that when the load address was checked by other caching agents (typically another processor) in the system, one of those caching agents indicated that they had a dirty copy of the data.  Loads that obtain a HITM response incur greater latency than most is typical for a load.  In addition, since HITM indicates that some other processor had this data in its cache, it implies that the data was shared between processors, or potentially was a lock or semaphore value.  This event is useful for locating sharing, false sharing, and contended locks.",
65*45957c1eSIan Rogers        "SampleAfterValue": "200003",
66*45957c1eSIan Rogers        "UMask": "0x20"
67*45957c1eSIan Rogers    },
68*45957c1eSIan Rogers    {
69*45957c1eSIan Rogers        "BriefDescription": "Load uops retired that hit L1 data cache (Precise event capable)",
70*45957c1eSIan Rogers        "Data_LA": "1",
71*45957c1eSIan Rogers        "EventCode": "0xD1",
72*45957c1eSIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.L1_HIT",
73*45957c1eSIan Rogers        "PEBS": "2",
74*45957c1eSIan Rogers        "PublicDescription": "Counts load uops retired that hit the L1 data cache.",
75*45957c1eSIan Rogers        "SampleAfterValue": "200003",
76*45957c1eSIan Rogers        "UMask": "0x1"
77*45957c1eSIan Rogers    },
78*45957c1eSIan Rogers    {
79*45957c1eSIan Rogers        "BriefDescription": "Load uops retired that missed L1 data cache (Precise event capable)",
80*45957c1eSIan Rogers        "Data_LA": "1",
81*45957c1eSIan Rogers        "EventCode": "0xD1",
82*45957c1eSIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.L1_MISS",
83*45957c1eSIan Rogers        "PEBS": "2",
84*45957c1eSIan Rogers        "PublicDescription": "Counts load uops retired that miss the L1 data cache.",
85*45957c1eSIan Rogers        "SampleAfterValue": "200003",
86*45957c1eSIan Rogers        "UMask": "0x8"
87*45957c1eSIan Rogers    },
88*45957c1eSIan Rogers    {
89*45957c1eSIan Rogers        "BriefDescription": "Load uops retired that hit L2 (Precise event capable)",
90*45957c1eSIan Rogers        "Data_LA": "1",
91*45957c1eSIan Rogers        "EventCode": "0xD1",
92*45957c1eSIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.L2_HIT",
93*45957c1eSIan Rogers        "PEBS": "2",
94*45957c1eSIan Rogers        "PublicDescription": "Counts load uops retired that hit in the L2 cache.",
95*45957c1eSIan Rogers        "SampleAfterValue": "200003",
96*45957c1eSIan Rogers        "UMask": "0x2"
97*45957c1eSIan Rogers    },
98*45957c1eSIan Rogers    {
99*45957c1eSIan Rogers        "BriefDescription": "Load uops retired that missed L2 (Precise event capable)",
100*45957c1eSIan Rogers        "Data_LA": "1",
101*45957c1eSIan Rogers        "EventCode": "0xD1",
102*45957c1eSIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.L2_MISS",
103*45957c1eSIan Rogers        "PEBS": "2",
104*45957c1eSIan Rogers        "PublicDescription": "Counts load uops retired that miss in the L2 cache.",
105*45957c1eSIan Rogers        "SampleAfterValue": "200003",
106*45957c1eSIan Rogers        "UMask": "0x10"
107*45957c1eSIan Rogers    },
108*45957c1eSIan Rogers    {
109*45957c1eSIan Rogers        "BriefDescription": "Loads retired that hit WCB (Precise event capable)",
110*45957c1eSIan Rogers        "Data_LA": "1",
111*45957c1eSIan Rogers        "EventCode": "0xD1",
112*45957c1eSIan Rogers        "EventName": "MEM_LOAD_UOPS_RETIRED.WCB_HIT",
113*45957c1eSIan Rogers        "PEBS": "2",
114*45957c1eSIan Rogers        "PublicDescription": "Counts memory load uops retired where the data is retrieved from the WCB (or fill buffer), indicating that the load found its data while that data was in the process of being brought into the L1 cache.  Typically a load will receive this indication when some other load or prefetch missed the L1 cache and was in the process of retrieving the cache line containing the data, but that process had not yet finished (and written the data back to the cache). For example, consider load X and Y, both referencing the same cache line that is not in the L1 cache.  If load X misses cache first, it obtains and WCB (or fill buffer) and begins the process of requesting the data.  When load Y requests the data, it will either hit the WCB, or the L1 cache, depending on exactly what time the request to Y occurs.",
115*45957c1eSIan Rogers        "SampleAfterValue": "200003",
116*45957c1eSIan Rogers        "UMask": "0x40"
117*45957c1eSIan Rogers    },
118*45957c1eSIan Rogers    {
119*45957c1eSIan Rogers        "BriefDescription": "Memory uops retired (Precise event capable)",
120*45957c1eSIan Rogers        "Data_LA": "1",
121*45957c1eSIan Rogers        "EventCode": "0xD0",
122*45957c1eSIan Rogers        "EventName": "MEM_UOPS_RETIRED.ALL",
123*45957c1eSIan Rogers        "PEBS": "2",
124*45957c1eSIan Rogers        "PublicDescription": "Counts the number of memory uops retired that is either a loads or a store or both.",
125*45957c1eSIan Rogers        "SampleAfterValue": "200003",
126*45957c1eSIan Rogers        "UMask": "0x83"
127*45957c1eSIan Rogers    },
128*45957c1eSIan Rogers    {
129*45957c1eSIan Rogers        "BriefDescription": "Load uops retired (Precise event capable)",
130*45957c1eSIan Rogers        "Data_LA": "1",
131*45957c1eSIan Rogers        "EventCode": "0xD0",
132*45957c1eSIan Rogers        "EventName": "MEM_UOPS_RETIRED.ALL_LOADS",
133*45957c1eSIan Rogers        "PEBS": "2",
134*45957c1eSIan Rogers        "PublicDescription": "Counts the number of load uops retired.",
135*45957c1eSIan Rogers        "SampleAfterValue": "200003",
136*45957c1eSIan Rogers        "UMask": "0x81"
137*45957c1eSIan Rogers    },
138*45957c1eSIan Rogers    {
139*45957c1eSIan Rogers        "BriefDescription": "Store uops retired (Precise event capable)",
140*45957c1eSIan Rogers        "Data_LA": "1",
141*45957c1eSIan Rogers        "EventCode": "0xD0",
142*45957c1eSIan Rogers        "EventName": "MEM_UOPS_RETIRED.ALL_STORES",
143*45957c1eSIan Rogers        "PEBS": "2",
144*45957c1eSIan Rogers        "PublicDescription": "Counts the number of store uops retired.",
145*45957c1eSIan Rogers        "SampleAfterValue": "200003",
146*45957c1eSIan Rogers        "UMask": "0x82"
147*45957c1eSIan Rogers    },
148*45957c1eSIan Rogers    {
149*45957c1eSIan Rogers        "BriefDescription": "Locked load uops retired (Precise event capable)",
150*45957c1eSIan Rogers        "Data_LA": "1",
151*45957c1eSIan Rogers        "EventCode": "0xD0",
152*45957c1eSIan Rogers        "EventName": "MEM_UOPS_RETIRED.LOCK_LOADS",
153*45957c1eSIan Rogers        "PEBS": "2",
154*45957c1eSIan Rogers        "PublicDescription": "Counts locked memory uops retired.  This includes regular locks and bus locks. (To specifically count bus locks only, see the Offcore response event.)  A locked access is one with a lock prefix, or an exchange to memory.  See the SDM for a complete description of which memory load accesses are locks.",
155*45957c1eSIan Rogers        "SampleAfterValue": "200003",
156*45957c1eSIan Rogers        "UMask": "0x21"
157*45957c1eSIan Rogers    },
158*45957c1eSIan Rogers    {
159*45957c1eSIan Rogers        "BriefDescription": "Memory uops retired that split a cache-line (Precise event capable)",
160*45957c1eSIan Rogers        "Data_LA": "1",
161*45957c1eSIan Rogers        "EventCode": "0xD0",
162*45957c1eSIan Rogers        "EventName": "MEM_UOPS_RETIRED.SPLIT",
163*45957c1eSIan Rogers        "PEBS": "2",
164*45957c1eSIan Rogers        "PublicDescription": "Counts memory uops retired where the data requested spans a 64 byte cache line boundary.",
165*45957c1eSIan Rogers        "SampleAfterValue": "200003",
166*45957c1eSIan Rogers        "UMask": "0x43"
167*45957c1eSIan Rogers    },
168*45957c1eSIan Rogers    {
169*45957c1eSIan Rogers        "BriefDescription": "Load uops retired that split a cache-line (Precise event capable)",
170*45957c1eSIan Rogers        "Data_LA": "1",
171*45957c1eSIan Rogers        "EventCode": "0xD0",
172*45957c1eSIan Rogers        "EventName": "MEM_UOPS_RETIRED.SPLIT_LOADS",
173*45957c1eSIan Rogers        "PEBS": "2",
174*45957c1eSIan Rogers        "PublicDescription": "Counts load uops retired where the data requested spans a 64 byte cache line boundary.",
175*45957c1eSIan Rogers        "SampleAfterValue": "200003",
176*45957c1eSIan Rogers        "UMask": "0x41"
177*45957c1eSIan Rogers    },
178*45957c1eSIan Rogers    {
179*45957c1eSIan Rogers        "BriefDescription": "Stores uops retired that split a cache-line (Precise event capable)",
180*45957c1eSIan Rogers        "Data_LA": "1",
181*45957c1eSIan Rogers        "EventCode": "0xD0",
182*45957c1eSIan Rogers        "EventName": "MEM_UOPS_RETIRED.SPLIT_STORES",
183*45957c1eSIan Rogers        "PEBS": "2",
184*45957c1eSIan Rogers        "PublicDescription": "Counts store uops retired where the data requested spans a 64 byte cache line boundary.",
185*45957c1eSIan Rogers        "SampleAfterValue": "200003",
186*45957c1eSIan Rogers        "UMask": "0x42"
187*45957c1eSIan Rogers    },
188*45957c1eSIan Rogers    {
189*45957c1eSIan Rogers        "BriefDescription": "Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
190*45957c1eSIan Rogers        "EventCode": "0xB7",
19165db92e0SKan Liang        "EventName": "OFFCORE_RESPONSE",
19265db92e0SKan Liang        "SampleAfterValue": "100007",
193*45957c1eSIan Rogers        "UMask": "0x1"
19465db92e0SKan Liang    },
19565db92e0SKan Liang    {
19665db92e0SKan Liang        "BriefDescription": "Counts data reads (demand & prefetch) have any transaction responses from the uncore subsystem.",
197*45957c1eSIan Rogers        "EventCode": "0xB7",
198*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.ANY_RESPONSE",
199*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
200*45957c1eSIan Rogers        "MSRValue": "0x0000013091",
201*45957c1eSIan Rogers        "PublicDescription": "Counts data reads (demand & prefetch) have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
202*45957c1eSIan Rogers        "SampleAfterValue": "100007",
203*45957c1eSIan Rogers        "UMask": "0x1"
20465db92e0SKan Liang    },
20565db92e0SKan Liang    {
20665db92e0SKan Liang        "BriefDescription": "Counts data reads (demand & prefetch) hit the L2 cache.",
207*45957c1eSIan Rogers        "EventCode": "0xB7",
208*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_HIT",
209*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
210*45957c1eSIan Rogers        "MSRValue": "0x0000043091",
211*45957c1eSIan Rogers        "PublicDescription": "Counts data reads (demand & prefetch) hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
212*45957c1eSIan Rogers        "SampleAfterValue": "100007",
213*45957c1eSIan Rogers        "UMask": "0x1"
21465db92e0SKan Liang    },
21565db92e0SKan Liang    {
21665db92e0SKan Liang        "BriefDescription": "Counts data reads (demand & prefetch) miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
217*45957c1eSIan Rogers        "EventCode": "0xB7",
218*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_MISS.HITM_OTHER_CORE",
219*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
220*45957c1eSIan Rogers        "MSRValue": "0x1000003091",
221*45957c1eSIan Rogers        "PublicDescription": "Counts data reads (demand & prefetch) miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
222*45957c1eSIan Rogers        "SampleAfterValue": "100007",
223*45957c1eSIan Rogers        "UMask": "0x1"
22465db92e0SKan Liang    },
22565db92e0SKan Liang    {
226*45957c1eSIan Rogers        "BriefDescription": "Counts data reads (demand & prefetch) true miss for the L2 cache with a snoop miss in the other processor module.",
227*45957c1eSIan Rogers        "EventCode": "0xB7",
228*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
229*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
230*45957c1eSIan Rogers        "MSRValue": "0x0200003091",
231*45957c1eSIan Rogers        "PublicDescription": "Counts data reads (demand & prefetch) true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
23265db92e0SKan Liang        "SampleAfterValue": "100007",
233*45957c1eSIan Rogers        "UMask": "0x1"
234*45957c1eSIan Rogers    },
235*45957c1eSIan Rogers    {
23665db92e0SKan Liang        "BriefDescription": "Counts data reads (demand & prefetch) outstanding, per cycle, from the time of the L2 miss to when any response is received.",
23765db92e0SKan Liang        "EventCode": "0xB7",
238*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_DATA_RD.OUTSTANDING",
23965db92e0SKan Liang        "MSRIndex": "0x1a6",
240*45957c1eSIan Rogers        "MSRValue": "0x4000003091",
241*45957c1eSIan Rogers        "PublicDescription": "Counts data reads (demand & prefetch) outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
24265db92e0SKan Liang        "SampleAfterValue": "100007",
243*45957c1eSIan Rogers        "UMask": "0x1"
24465db92e0SKan Liang    },
24565db92e0SKan Liang    {
246*45957c1eSIan Rogers        "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers have any transaction responses from the uncore subsystem.",
247*45957c1eSIan Rogers        "EventCode": "0xB7",
248*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.ANY_RESPONSE",
24965db92e0SKan Liang        "MSRIndex": "0x1a6, 0x1a7",
250*45957c1eSIan Rogers        "MSRValue": "0x0000013010",
251*45957c1eSIan Rogers        "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
25265db92e0SKan Liang        "SampleAfterValue": "100007",
253*45957c1eSIan Rogers        "UMask": "0x1"
254*45957c1eSIan Rogers    },
255*45957c1eSIan Rogers    {
256*45957c1eSIan Rogers        "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers hit the L2 cache.",
257*45957c1eSIan Rogers        "EventCode": "0xB7",
258*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_HIT",
259*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
260*45957c1eSIan Rogers        "MSRValue": "0x0000043010",
261*45957c1eSIan Rogers        "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
262*45957c1eSIan Rogers        "SampleAfterValue": "100007",
263*45957c1eSIan Rogers        "UMask": "0x1"
264*45957c1eSIan Rogers    },
265*45957c1eSIan Rogers    {
266*45957c1eSIan Rogers        "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
267*45957c1eSIan Rogers        "EventCode": "0xB7",
268*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_MISS.HITM_OTHER_CORE",
269*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
270*45957c1eSIan Rogers        "MSRValue": "0x1000003010",
271*45957c1eSIan Rogers        "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
272*45957c1eSIan Rogers        "SampleAfterValue": "100007",
273*45957c1eSIan Rogers        "UMask": "0x1"
274*45957c1eSIan Rogers    },
275*45957c1eSIan Rogers    {
276*45957c1eSIan Rogers        "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers true miss for the L2 cache with a snoop miss in the other processor module.",
277*45957c1eSIan Rogers        "EventCode": "0xB7",
278*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
279*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
280*45957c1eSIan Rogers        "MSRValue": "0x0200003010",
281*45957c1eSIan Rogers        "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
282*45957c1eSIan Rogers        "SampleAfterValue": "100007",
283*45957c1eSIan Rogers        "UMask": "0x1"
284*45957c1eSIan Rogers    },
285*45957c1eSIan Rogers    {
286*45957c1eSIan Rogers        "BriefDescription": "Counts data reads generated by L1 or L2 prefetchers outstanding, per cycle, from the time of the L2 miss to when any response is received.",
287*45957c1eSIan Rogers        "EventCode": "0xB7",
288*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_PF_DATA_RD.OUTSTANDING",
289*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
290*45957c1eSIan Rogers        "MSRValue": "0x4000003010",
291*45957c1eSIan Rogers        "PublicDescription": "Counts data reads generated by L1 or L2 prefetchers outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
292*45957c1eSIan Rogers        "SampleAfterValue": "100007",
293*45957c1eSIan Rogers        "UMask": "0x1"
294*45957c1eSIan Rogers    },
295*45957c1eSIan Rogers    {
29665db92e0SKan Liang        "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) have any transaction responses from the uncore subsystem.",
297*45957c1eSIan Rogers        "EventCode": "0xB7",
298*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_READ.ANY_RESPONSE",
299*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
300*45957c1eSIan Rogers        "MSRValue": "0x00000132b7",
301*45957c1eSIan Rogers        "PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
302*45957c1eSIan Rogers        "SampleAfterValue": "100007",
303*45957c1eSIan Rogers        "UMask": "0x1"
30465db92e0SKan Liang    },
30565db92e0SKan Liang    {
30665db92e0SKan Liang        "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) hit the L2 cache.",
307*45957c1eSIan Rogers        "EventCode": "0xB7",
308*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_HIT",
309*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
310*45957c1eSIan Rogers        "MSRValue": "0x00000432b7",
311*45957c1eSIan Rogers        "PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
312*45957c1eSIan Rogers        "SampleAfterValue": "100007",
313*45957c1eSIan Rogers        "UMask": "0x1"
31465db92e0SKan Liang    },
31565db92e0SKan Liang    {
31665db92e0SKan Liang        "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
317*45957c1eSIan Rogers        "EventCode": "0xB7",
318*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_MISS.HITM_OTHER_CORE",
319*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
320*45957c1eSIan Rogers        "MSRValue": "0x10000032b7",
321*45957c1eSIan Rogers        "PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
322*45957c1eSIan Rogers        "SampleAfterValue": "100007",
323*45957c1eSIan Rogers        "UMask": "0x1"
32465db92e0SKan Liang    },
32565db92e0SKan Liang    {
326*45957c1eSIan Rogers        "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) true miss for the L2 cache with a snoop miss in the other processor module.",
327*45957c1eSIan Rogers        "EventCode": "0xB7",
328*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_READ.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
329*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
330*45957c1eSIan Rogers        "MSRValue": "0x02000032b7",
331*45957c1eSIan Rogers        "PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
33265db92e0SKan Liang        "SampleAfterValue": "100007",
333*45957c1eSIan Rogers        "UMask": "0x1"
334*45957c1eSIan Rogers    },
335*45957c1eSIan Rogers    {
33665db92e0SKan Liang        "BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) outstanding, per cycle, from the time of the L2 miss to when any response is received.",
337*45957c1eSIan Rogers        "EventCode": "0xB7",
338*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_READ.OUTSTANDING",
339*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
340*45957c1eSIan Rogers        "MSRValue": "0x40000032b7",
341*45957c1eSIan Rogers        "PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & prefetch) outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
342*45957c1eSIan Rogers        "SampleAfterValue": "100007",
343*45957c1eSIan Rogers        "UMask": "0x1"
344*45957c1eSIan Rogers    },
345*45957c1eSIan Rogers    {
346*45957c1eSIan Rogers        "BriefDescription": "Counts requests to the uncore subsystem have any transaction responses from the uncore subsystem.",
347*45957c1eSIan Rogers        "EventCode": "0xB7",
348*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.ANY_RESPONSE",
349*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
350*45957c1eSIan Rogers        "MSRValue": "0x0000018000",
351*45957c1eSIan Rogers        "PublicDescription": "Counts requests to the uncore subsystem have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
352*45957c1eSIan Rogers        "SampleAfterValue": "100007",
353*45957c1eSIan Rogers        "UMask": "0x1"
354*45957c1eSIan Rogers    },
355*45957c1eSIan Rogers    {
356*45957c1eSIan Rogers        "BriefDescription": "Counts requests to the uncore subsystem hit the L2 cache.",
357*45957c1eSIan Rogers        "EventCode": "0xB7",
358*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.L2_HIT",
359*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
360*45957c1eSIan Rogers        "MSRValue": "0x0000048000",
361*45957c1eSIan Rogers        "PublicDescription": "Counts requests to the uncore subsystem hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
362*45957c1eSIan Rogers        "SampleAfterValue": "100007",
363*45957c1eSIan Rogers        "UMask": "0x1"
364*45957c1eSIan Rogers    },
365*45957c1eSIan Rogers    {
366*45957c1eSIan Rogers        "BriefDescription": "Counts requests to the uncore subsystem miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
367*45957c1eSIan Rogers        "EventCode": "0xB7",
368*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.L2_MISS.HITM_OTHER_CORE",
369*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
370*45957c1eSIan Rogers        "MSRValue": "0x1000008000",
371*45957c1eSIan Rogers        "PublicDescription": "Counts requests to the uncore subsystem miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
372*45957c1eSIan Rogers        "SampleAfterValue": "100007",
373*45957c1eSIan Rogers        "UMask": "0x1"
374*45957c1eSIan Rogers    },
375*45957c1eSIan Rogers    {
376*45957c1eSIan Rogers        "BriefDescription": "Counts requests to the uncore subsystem true miss for the L2 cache with a snoop miss in the other processor module.",
377*45957c1eSIan Rogers        "EventCode": "0xB7",
378*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
379*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
380*45957c1eSIan Rogers        "MSRValue": "0x0200008000",
381*45957c1eSIan Rogers        "PublicDescription": "Counts requests to the uncore subsystem true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
382*45957c1eSIan Rogers        "SampleAfterValue": "100007",
383*45957c1eSIan Rogers        "UMask": "0x1"
384*45957c1eSIan Rogers    },
385*45957c1eSIan Rogers    {
386*45957c1eSIan Rogers        "BriefDescription": "Counts requests to the uncore subsystem outstanding, per cycle, from the time of the L2 miss to when any response is received.",
387*45957c1eSIan Rogers        "EventCode": "0xB7",
388*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.OUTSTANDING",
389*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
390*45957c1eSIan Rogers        "MSRValue": "0x4000008000",
391*45957c1eSIan Rogers        "PublicDescription": "Counts requests to the uncore subsystem outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
392*45957c1eSIan Rogers        "SampleAfterValue": "100007",
393*45957c1eSIan Rogers        "UMask": "0x1"
394*45957c1eSIan Rogers    },
395*45957c1eSIan Rogers    {
396*45957c1eSIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) have any transaction responses from the uncore subsystem.",
397*45957c1eSIan Rogers        "EventCode": "0xB7",
398*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_RFO.ANY_RESPONSE",
399*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
400*45957c1eSIan Rogers        "MSRValue": "0x0000010022",
401*45957c1eSIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
402*45957c1eSIan Rogers        "SampleAfterValue": "100007",
403*45957c1eSIan Rogers        "UMask": "0x1"
404*45957c1eSIan Rogers    },
405*45957c1eSIan Rogers    {
406*45957c1eSIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) hit the L2 cache.",
407*45957c1eSIan Rogers        "EventCode": "0xB7",
408*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_HIT",
409*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
410*45957c1eSIan Rogers        "MSRValue": "0x0000040022",
411*45957c1eSIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
412*45957c1eSIan Rogers        "SampleAfterValue": "100007",
413*45957c1eSIan Rogers        "UMask": "0x1"
414*45957c1eSIan Rogers    },
415*45957c1eSIan Rogers    {
416*45957c1eSIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
417*45957c1eSIan Rogers        "EventCode": "0xB7",
418*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_MISS.HITM_OTHER_CORE",
419*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
420*45957c1eSIan Rogers        "MSRValue": "0x1000000022",
421*45957c1eSIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
422*45957c1eSIan Rogers        "SampleAfterValue": "100007",
423*45957c1eSIan Rogers        "UMask": "0x1"
424*45957c1eSIan Rogers    },
425*45957c1eSIan Rogers    {
426*45957c1eSIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) true miss for the L2 cache with a snoop miss in the other processor module.",
427*45957c1eSIan Rogers        "EventCode": "0xB7",
428*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_RFO.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
429*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
430*45957c1eSIan Rogers        "MSRValue": "0x0200000022",
431*45957c1eSIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
432*45957c1eSIan Rogers        "SampleAfterValue": "100007",
433*45957c1eSIan Rogers        "UMask": "0x1"
434*45957c1eSIan Rogers    },
435*45957c1eSIan Rogers    {
436*45957c1eSIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) outstanding, per cycle, from the time of the L2 miss to when any response is received.",
437*45957c1eSIan Rogers        "EventCode": "0xB7",
438*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.ANY_RFO.OUTSTANDING",
439*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
440*45957c1eSIan Rogers        "MSRValue": "0x4000000022",
441*45957c1eSIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
442*45957c1eSIan Rogers        "SampleAfterValue": "100007",
443*45957c1eSIan Rogers        "UMask": "0x1"
444*45957c1eSIan Rogers    },
445*45957c1eSIan Rogers    {
446*45957c1eSIan Rogers        "BriefDescription": "Counts bus lock and split lock requests have any transaction responses from the uncore subsystem.",
447*45957c1eSIan Rogers        "EventCode": "0xB7",
448*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.BUS_LOCKS.ANY_RESPONSE",
449*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
450*45957c1eSIan Rogers        "MSRValue": "0x0000010400",
451*45957c1eSIan Rogers        "PublicDescription": "Counts bus lock and split lock requests have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
452*45957c1eSIan Rogers        "SampleAfterValue": "100007",
453*45957c1eSIan Rogers        "UMask": "0x1"
454*45957c1eSIan Rogers    },
455*45957c1eSIan Rogers    {
456*45957c1eSIan Rogers        "BriefDescription": "Counts bus lock and split lock requests hit the L2 cache.",
457*45957c1eSIan Rogers        "EventCode": "0xB7",
458*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.BUS_LOCKS.L2_HIT",
459*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
460*45957c1eSIan Rogers        "MSRValue": "0x0000040400",
461*45957c1eSIan Rogers        "PublicDescription": "Counts bus lock and split lock requests hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
462*45957c1eSIan Rogers        "SampleAfterValue": "100007",
463*45957c1eSIan Rogers        "UMask": "0x1"
464*45957c1eSIan Rogers    },
465*45957c1eSIan Rogers    {
466*45957c1eSIan Rogers        "BriefDescription": "Counts bus lock and split lock requests miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
467*45957c1eSIan Rogers        "EventCode": "0xB7",
468*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.BUS_LOCKS.L2_MISS.HITM_OTHER_CORE",
469*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
470*45957c1eSIan Rogers        "MSRValue": "0x1000000400",
471*45957c1eSIan Rogers        "PublicDescription": "Counts bus lock and split lock requests miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
472*45957c1eSIan Rogers        "SampleAfterValue": "100007",
473*45957c1eSIan Rogers        "UMask": "0x1"
474*45957c1eSIan Rogers    },
475*45957c1eSIan Rogers    {
476*45957c1eSIan Rogers        "BriefDescription": "Counts bus lock and split lock requests true miss for the L2 cache with a snoop miss in the other processor module.",
477*45957c1eSIan Rogers        "EventCode": "0xB7",
478*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.BUS_LOCKS.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
479*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
480*45957c1eSIan Rogers        "MSRValue": "0x0200000400",
481*45957c1eSIan Rogers        "PublicDescription": "Counts bus lock and split lock requests true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
482*45957c1eSIan Rogers        "SampleAfterValue": "100007",
483*45957c1eSIan Rogers        "UMask": "0x1"
484*45957c1eSIan Rogers    },
485*45957c1eSIan Rogers    {
486*45957c1eSIan Rogers        "BriefDescription": "Counts bus lock and split lock requests outstanding, per cycle, from the time of the L2 miss to when any response is received.",
487*45957c1eSIan Rogers        "EventCode": "0xB7",
488*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.BUS_LOCKS.OUTSTANDING",
489*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
490*45957c1eSIan Rogers        "MSRValue": "0x4000000400",
491*45957c1eSIan Rogers        "PublicDescription": "Counts bus lock and split lock requests outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
492*45957c1eSIan Rogers        "SampleAfterValue": "100007",
493*45957c1eSIan Rogers        "UMask": "0x1"
494*45957c1eSIan Rogers    },
495*45957c1eSIan Rogers    {
496*45957c1eSIan Rogers        "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions have any transaction responses from the uncore subsystem.",
497*45957c1eSIan Rogers        "EventCode": "0xB7",
498*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.COREWB.ANY_RESPONSE",
499*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
500*45957c1eSIan Rogers        "MSRValue": "0x0000010008",
501*45957c1eSIan Rogers        "PublicDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
502*45957c1eSIan Rogers        "SampleAfterValue": "100007",
503*45957c1eSIan Rogers        "UMask": "0x1"
504*45957c1eSIan Rogers    },
505*45957c1eSIan Rogers    {
506*45957c1eSIan Rogers        "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions hit the L2 cache.",
507*45957c1eSIan Rogers        "EventCode": "0xB7",
508*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.COREWB.L2_HIT",
509*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
510*45957c1eSIan Rogers        "MSRValue": "0x0000040008",
511*45957c1eSIan Rogers        "PublicDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
512*45957c1eSIan Rogers        "SampleAfterValue": "100007",
513*45957c1eSIan Rogers        "UMask": "0x1"
514*45957c1eSIan Rogers    },
515*45957c1eSIan Rogers    {
516*45957c1eSIan Rogers        "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
517*45957c1eSIan Rogers        "EventCode": "0xB7",
518*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.COREWB.L2_MISS.HITM_OTHER_CORE",
519*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
520*45957c1eSIan Rogers        "MSRValue": "0x1000000008",
521*45957c1eSIan Rogers        "PublicDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
522*45957c1eSIan Rogers        "SampleAfterValue": "100007",
523*45957c1eSIan Rogers        "UMask": "0x1"
524*45957c1eSIan Rogers    },
525*45957c1eSIan Rogers    {
526*45957c1eSIan Rogers        "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions true miss for the L2 cache with a snoop miss in the other processor module.",
527*45957c1eSIan Rogers        "EventCode": "0xB7",
528*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.COREWB.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
529*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
530*45957c1eSIan Rogers        "MSRValue": "0x0200000008",
531*45957c1eSIan Rogers        "PublicDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
532*45957c1eSIan Rogers        "SampleAfterValue": "100007",
533*45957c1eSIan Rogers        "UMask": "0x1"
534*45957c1eSIan Rogers    },
535*45957c1eSIan Rogers    {
536*45957c1eSIan Rogers        "BriefDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions outstanding, per cycle, from the time of the L2 miss to when any response is received.",
537*45957c1eSIan Rogers        "EventCode": "0xB7",
538*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.COREWB.OUTSTANDING",
539*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
540*45957c1eSIan Rogers        "MSRValue": "0x4000000008",
541*45957c1eSIan Rogers        "PublicDescription": "Counts the number of writeback transactions caused by L1 or L2 cache evictions outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
542*45957c1eSIan Rogers        "SampleAfterValue": "100007",
543*45957c1eSIan Rogers        "UMask": "0x1"
544*45957c1eSIan Rogers    },
545*45957c1eSIan Rogers    {
546*45957c1eSIan Rogers        "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache have any transaction responses from the uncore subsystem.",
547*45957c1eSIan Rogers        "EventCode": "0xB7",
548*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.ANY_RESPONSE",
549*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
550*45957c1eSIan Rogers        "MSRValue": "0x0000010004",
551*45957c1eSIan Rogers        "PublicDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
552*45957c1eSIan Rogers        "SampleAfterValue": "100007",
553*45957c1eSIan Rogers        "UMask": "0x1"
554*45957c1eSIan Rogers    },
555*45957c1eSIan Rogers    {
556*45957c1eSIan Rogers        "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache hit the L2 cache.",
557*45957c1eSIan Rogers        "EventCode": "0xB7",
558*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L2_HIT",
559*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
560*45957c1eSIan Rogers        "MSRValue": "0x0000040004",
561*45957c1eSIan Rogers        "PublicDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
562*45957c1eSIan Rogers        "SampleAfterValue": "100007",
563*45957c1eSIan Rogers        "UMask": "0x1"
564*45957c1eSIan Rogers    },
565*45957c1eSIan Rogers    {
566*45957c1eSIan Rogers        "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
567*45957c1eSIan Rogers        "EventCode": "0xB7",
568*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L2_MISS.HITM_OTHER_CORE",
569*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
570*45957c1eSIan Rogers        "MSRValue": "0x1000000004",
571*45957c1eSIan Rogers        "PublicDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
572*45957c1eSIan Rogers        "SampleAfterValue": "100007",
573*45957c1eSIan Rogers        "UMask": "0x1"
574*45957c1eSIan Rogers    },
575*45957c1eSIan Rogers    {
576*45957c1eSIan Rogers        "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache true miss for the L2 cache with a snoop miss in the other processor module.",
577*45957c1eSIan Rogers        "EventCode": "0xB7",
578*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
579*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
580*45957c1eSIan Rogers        "MSRValue": "0x0200000004",
581*45957c1eSIan Rogers        "PublicDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
582*45957c1eSIan Rogers        "SampleAfterValue": "100007",
583*45957c1eSIan Rogers        "UMask": "0x1"
584*45957c1eSIan Rogers    },
585*45957c1eSIan Rogers    {
586*45957c1eSIan Rogers        "BriefDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache outstanding, per cycle, from the time of the L2 miss to when any response is received.",
587*45957c1eSIan Rogers        "EventCode": "0xB7",
588*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.OUTSTANDING",
589*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
590*45957c1eSIan Rogers        "MSRValue": "0x4000000004",
591*45957c1eSIan Rogers        "PublicDescription": "Counts demand instruction cacheline and I-side prefetch requests that miss the instruction cache outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
592*45957c1eSIan Rogers        "SampleAfterValue": "100007",
593*45957c1eSIan Rogers        "UMask": "0x1"
594*45957c1eSIan Rogers    },
595*45957c1eSIan Rogers    {
596*45957c1eSIan Rogers        "BriefDescription": "Counts demand cacheable data reads of full cache lines have any transaction responses from the uncore subsystem.",
597*45957c1eSIan Rogers        "EventCode": "0xB7",
598*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.ANY_RESPONSE",
599*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
600*45957c1eSIan Rogers        "MSRValue": "0x0000010001",
601*45957c1eSIan Rogers        "PublicDescription": "Counts demand cacheable data reads of full cache lines have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
602*45957c1eSIan Rogers        "SampleAfterValue": "100007",
603*45957c1eSIan Rogers        "UMask": "0x1"
604*45957c1eSIan Rogers    },
605*45957c1eSIan Rogers    {
606*45957c1eSIan Rogers        "BriefDescription": "Counts demand cacheable data reads of full cache lines hit the L2 cache.",
607*45957c1eSIan Rogers        "EventCode": "0xB7",
608*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_HIT",
609*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
610*45957c1eSIan Rogers        "MSRValue": "0x0000040001",
611*45957c1eSIan Rogers        "PublicDescription": "Counts demand cacheable data reads of full cache lines hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
612*45957c1eSIan Rogers        "SampleAfterValue": "100007",
613*45957c1eSIan Rogers        "UMask": "0x1"
614*45957c1eSIan Rogers    },
615*45957c1eSIan Rogers    {
616*45957c1eSIan Rogers        "BriefDescription": "Counts demand cacheable data reads of full cache lines miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
617*45957c1eSIan Rogers        "EventCode": "0xB7",
618*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_MISS.HITM_OTHER_CORE",
619*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
620*45957c1eSIan Rogers        "MSRValue": "0x1000000001",
621*45957c1eSIan Rogers        "PublicDescription": "Counts demand cacheable data reads of full cache lines miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
622*45957c1eSIan Rogers        "SampleAfterValue": "100007",
623*45957c1eSIan Rogers        "UMask": "0x1"
624*45957c1eSIan Rogers    },
625*45957c1eSIan Rogers    {
626*45957c1eSIan Rogers        "BriefDescription": "Counts demand cacheable data reads of full cache lines true miss for the L2 cache with a snoop miss in the other processor module.",
627*45957c1eSIan Rogers        "EventCode": "0xB7",
628*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
629*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
630*45957c1eSIan Rogers        "MSRValue": "0x0200000001",
631*45957c1eSIan Rogers        "PublicDescription": "Counts demand cacheable data reads of full cache lines true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
632*45957c1eSIan Rogers        "SampleAfterValue": "100007",
633*45957c1eSIan Rogers        "UMask": "0x1"
634*45957c1eSIan Rogers    },
635*45957c1eSIan Rogers    {
636*45957c1eSIan Rogers        "BriefDescription": "Counts demand cacheable data reads of full cache lines outstanding, per cycle, from the time of the L2 miss to when any response is received.",
637*45957c1eSIan Rogers        "EventCode": "0xB7",
638*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.OUTSTANDING",
639*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
640*45957c1eSIan Rogers        "MSRValue": "0x4000000001",
641*45957c1eSIan Rogers        "PublicDescription": "Counts demand cacheable data reads of full cache lines outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
642*45957c1eSIan Rogers        "SampleAfterValue": "100007",
643*45957c1eSIan Rogers        "UMask": "0x1"
644*45957c1eSIan Rogers    },
645*45957c1eSIan Rogers    {
646*45957c1eSIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line have any transaction responses from the uncore subsystem.",
647*45957c1eSIan Rogers        "EventCode": "0xB7",
648*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.ANY_RESPONSE",
649*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
650*45957c1eSIan Rogers        "MSRValue": "0x0000010002",
651*45957c1eSIan Rogers        "PublicDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
652*45957c1eSIan Rogers        "SampleAfterValue": "100007",
653*45957c1eSIan Rogers        "UMask": "0x1"
654*45957c1eSIan Rogers    },
655*45957c1eSIan Rogers    {
656*45957c1eSIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line hit the L2 cache.",
657*45957c1eSIan Rogers        "EventCode": "0xB7",
658*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_HIT",
659*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
660*45957c1eSIan Rogers        "MSRValue": "0x0000040002",
661*45957c1eSIan Rogers        "PublicDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
662*45957c1eSIan Rogers        "SampleAfterValue": "100007",
663*45957c1eSIan Rogers        "UMask": "0x1"
664*45957c1eSIan Rogers    },
665*45957c1eSIan Rogers    {
666*45957c1eSIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
667*45957c1eSIan Rogers        "EventCode": "0xB7",
668*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_MISS.HITM_OTHER_CORE",
669*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
670*45957c1eSIan Rogers        "MSRValue": "0x1000000002",
671*45957c1eSIan Rogers        "PublicDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
672*45957c1eSIan Rogers        "SampleAfterValue": "100007",
673*45957c1eSIan Rogers        "UMask": "0x1"
674*45957c1eSIan Rogers    },
675*45957c1eSIan Rogers    {
676*45957c1eSIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line true miss for the L2 cache with a snoop miss in the other processor module.",
677*45957c1eSIan Rogers        "EventCode": "0xB7",
678*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
679*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
680*45957c1eSIan Rogers        "MSRValue": "0x0200000002",
681*45957c1eSIan Rogers        "PublicDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
682*45957c1eSIan Rogers        "SampleAfterValue": "100007",
683*45957c1eSIan Rogers        "UMask": "0x1"
684*45957c1eSIan Rogers    },
685*45957c1eSIan Rogers    {
686*45957c1eSIan Rogers        "BriefDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line outstanding, per cycle, from the time of the L2 miss to when any response is received.",
687*45957c1eSIan Rogers        "EventCode": "0xB7",
688*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.OUTSTANDING",
689*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
690*45957c1eSIan Rogers        "MSRValue": "0x4000000002",
691*45957c1eSIan Rogers        "PublicDescription": "Counts demand reads for ownership (RFO) requests generated by a write to full data cache line outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
692*45957c1eSIan Rogers        "SampleAfterValue": "100007",
693*45957c1eSIan Rogers        "UMask": "0x1"
694*45957c1eSIan Rogers    },
695*45957c1eSIan Rogers    {
696*45957c1eSIan Rogers        "BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes have any transaction responses from the uncore subsystem.",
697*45957c1eSIan Rogers        "EventCode": "0xB7",
698*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.ANY_RESPONSE",
699*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
700*45957c1eSIan Rogers        "MSRValue": "0x0000010800",
701*45957c1eSIan Rogers        "PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
702*45957c1eSIan Rogers        "SampleAfterValue": "100007",
703*45957c1eSIan Rogers        "UMask": "0x1"
704*45957c1eSIan Rogers    },
705*45957c1eSIan Rogers    {
706*45957c1eSIan Rogers        "BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes hit the L2 cache.",
707*45957c1eSIan Rogers        "EventCode": "0xB7",
708*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_HIT",
709*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
710*45957c1eSIan Rogers        "MSRValue": "0x0000040800",
711*45957c1eSIan Rogers        "PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
712*45957c1eSIan Rogers        "SampleAfterValue": "100007",
713*45957c1eSIan Rogers        "UMask": "0x1"
714*45957c1eSIan Rogers    },
715*45957c1eSIan Rogers    {
716*45957c1eSIan Rogers        "BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
717*45957c1eSIan Rogers        "EventCode": "0xB7",
718*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_MISS.HITM_OTHER_CORE",
719*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
720*45957c1eSIan Rogers        "MSRValue": "0x1000000800",
721*45957c1eSIan Rogers        "PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
722*45957c1eSIan Rogers        "SampleAfterValue": "100007",
723*45957c1eSIan Rogers        "UMask": "0x1"
724*45957c1eSIan Rogers    },
725*45957c1eSIan Rogers    {
726*45957c1eSIan Rogers        "BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes true miss for the L2 cache with a snoop miss in the other processor module.",
727*45957c1eSIan Rogers        "EventCode": "0xB7",
728*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
729*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
730*45957c1eSIan Rogers        "MSRValue": "0x0200000800",
731*45957c1eSIan Rogers        "PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
732*45957c1eSIan Rogers        "SampleAfterValue": "100007",
733*45957c1eSIan Rogers        "UMask": "0x1"
734*45957c1eSIan Rogers    },
735*45957c1eSIan Rogers    {
736*45957c1eSIan Rogers        "BriefDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes outstanding, per cycle, from the time of the L2 miss to when any response is received.",
737*45957c1eSIan Rogers        "EventCode": "0xB7",
738*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.FULL_STREAMING_STORES.OUTSTANDING",
739*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
740*45957c1eSIan Rogers        "MSRValue": "0x4000000800",
741*45957c1eSIan Rogers        "PublicDescription": "Counts full cache line data writes to uncacheable write combining (USWC) memory region and full cache-line non-temporal writes outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
742*45957c1eSIan Rogers        "SampleAfterValue": "100007",
743*45957c1eSIan Rogers        "UMask": "0x1"
744*45957c1eSIan Rogers    },
745*45957c1eSIan Rogers    {
746*45957c1eSIan Rogers        "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher have any transaction responses from the uncore subsystem.",
747*45957c1eSIan Rogers        "EventCode": "0xB7",
748*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.ANY_RESPONSE",
749*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
750*45957c1eSIan Rogers        "MSRValue": "0x0000012000",
751*45957c1eSIan Rogers        "PublicDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
752*45957c1eSIan Rogers        "SampleAfterValue": "100007",
753*45957c1eSIan Rogers        "UMask": "0x1"
754*45957c1eSIan Rogers    },
755*45957c1eSIan Rogers    {
756*45957c1eSIan Rogers        "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher hit the L2 cache.",
757*45957c1eSIan Rogers        "EventCode": "0xB7",
758*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_HIT",
759*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
760*45957c1eSIan Rogers        "MSRValue": "0x0000042000",
761*45957c1eSIan Rogers        "PublicDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
762*45957c1eSIan Rogers        "SampleAfterValue": "100007",
763*45957c1eSIan Rogers        "UMask": "0x1"
764*45957c1eSIan Rogers    },
765*45957c1eSIan Rogers    {
766*45957c1eSIan Rogers        "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
767*45957c1eSIan Rogers        "EventCode": "0xB7",
768*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_MISS.HITM_OTHER_CORE",
769*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
770*45957c1eSIan Rogers        "MSRValue": "0x1000002000",
771*45957c1eSIan Rogers        "PublicDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
772*45957c1eSIan Rogers        "SampleAfterValue": "100007",
773*45957c1eSIan Rogers        "UMask": "0x1"
774*45957c1eSIan Rogers    },
775*45957c1eSIan Rogers    {
776*45957c1eSIan Rogers        "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher true miss for the L2 cache with a snoop miss in the other processor module.",
777*45957c1eSIan Rogers        "EventCode": "0xB7",
778*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
779*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
780*45957c1eSIan Rogers        "MSRValue": "0x0200002000",
781*45957c1eSIan Rogers        "PublicDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
782*45957c1eSIan Rogers        "SampleAfterValue": "100007",
783*45957c1eSIan Rogers        "UMask": "0x1"
784*45957c1eSIan Rogers    },
785*45957c1eSIan Rogers    {
786*45957c1eSIan Rogers        "BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher outstanding, per cycle, from the time of the L2 miss to when any response is received.",
787*45957c1eSIan Rogers        "EventCode": "0xB7",
788*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L1_DATA_RD.OUTSTANDING",
789*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
790*45957c1eSIan Rogers        "MSRValue": "0x4000002000",
791*45957c1eSIan Rogers        "PublicDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
792*45957c1eSIan Rogers        "SampleAfterValue": "100007",
793*45957c1eSIan Rogers        "UMask": "0x1"
794*45957c1eSIan Rogers    },
795*45957c1eSIan Rogers    {
796*45957c1eSIan Rogers        "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher have any transaction responses from the uncore subsystem.",
797*45957c1eSIan Rogers        "EventCode": "0xB7",
798*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.ANY_RESPONSE",
799*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
800*45957c1eSIan Rogers        "MSRValue": "0x0000010010",
801*45957c1eSIan Rogers        "PublicDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
802*45957c1eSIan Rogers        "SampleAfterValue": "100007",
803*45957c1eSIan Rogers        "UMask": "0x1"
804*45957c1eSIan Rogers    },
805*45957c1eSIan Rogers    {
806*45957c1eSIan Rogers        "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher hit the L2 cache.",
807*45957c1eSIan Rogers        "EventCode": "0xB7",
808*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_HIT",
809*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
810*45957c1eSIan Rogers        "MSRValue": "0x0000040010",
811*45957c1eSIan Rogers        "PublicDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
812*45957c1eSIan Rogers        "SampleAfterValue": "100007",
813*45957c1eSIan Rogers        "UMask": "0x1"
814*45957c1eSIan Rogers    },
815*45957c1eSIan Rogers    {
816*45957c1eSIan Rogers        "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
817*45957c1eSIan Rogers        "EventCode": "0xB7",
818*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_MISS.HITM_OTHER_CORE",
819*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
820*45957c1eSIan Rogers        "MSRValue": "0x1000000010",
821*45957c1eSIan Rogers        "PublicDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
822*45957c1eSIan Rogers        "SampleAfterValue": "100007",
823*45957c1eSIan Rogers        "UMask": "0x1"
824*45957c1eSIan Rogers    },
825*45957c1eSIan Rogers    {
826*45957c1eSIan Rogers        "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher true miss for the L2 cache with a snoop miss in the other processor module.",
827*45957c1eSIan Rogers        "EventCode": "0xB7",
828*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
829*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
830*45957c1eSIan Rogers        "MSRValue": "0x0200000010",
831*45957c1eSIan Rogers        "PublicDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
832*45957c1eSIan Rogers        "SampleAfterValue": "100007",
833*45957c1eSIan Rogers        "UMask": "0x1"
834*45957c1eSIan Rogers    },
835*45957c1eSIan Rogers    {
836*45957c1eSIan Rogers        "BriefDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher outstanding, per cycle, from the time of the L2 miss to when any response is received.",
837*45957c1eSIan Rogers        "EventCode": "0xB7",
838*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_DATA_RD.OUTSTANDING",
839*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
840*45957c1eSIan Rogers        "MSRValue": "0x4000000010",
841*45957c1eSIan Rogers        "PublicDescription": "Counts data cacheline reads generated by hardware L2 cache prefetcher outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
842*45957c1eSIan Rogers        "SampleAfterValue": "100007",
843*45957c1eSIan Rogers        "UMask": "0x1"
844*45957c1eSIan Rogers    },
845*45957c1eSIan Rogers    {
846*45957c1eSIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher have any transaction responses from the uncore subsystem.",
847*45957c1eSIan Rogers        "EventCode": "0xB7",
848*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.ANY_RESPONSE",
849*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
850*45957c1eSIan Rogers        "MSRValue": "0x0000010020",
851*45957c1eSIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
852*45957c1eSIan Rogers        "SampleAfterValue": "100007",
853*45957c1eSIan Rogers        "UMask": "0x1"
854*45957c1eSIan Rogers    },
855*45957c1eSIan Rogers    {
856*45957c1eSIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher hit the L2 cache.",
857*45957c1eSIan Rogers        "EventCode": "0xB7",
858*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_HIT",
859*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
860*45957c1eSIan Rogers        "MSRValue": "0x0000040020",
861*45957c1eSIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
862*45957c1eSIan Rogers        "SampleAfterValue": "100007",
863*45957c1eSIan Rogers        "UMask": "0x1"
864*45957c1eSIan Rogers    },
865*45957c1eSIan Rogers    {
866*45957c1eSIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
867*45957c1eSIan Rogers        "EventCode": "0xB7",
868*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_MISS.HITM_OTHER_CORE",
869*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
870*45957c1eSIan Rogers        "MSRValue": "0x1000000020",
871*45957c1eSIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
872*45957c1eSIan Rogers        "SampleAfterValue": "100007",
873*45957c1eSIan Rogers        "UMask": "0x1"
874*45957c1eSIan Rogers    },
875*45957c1eSIan Rogers    {
876*45957c1eSIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher true miss for the L2 cache with a snoop miss in the other processor module.",
877*45957c1eSIan Rogers        "EventCode": "0xB7",
878*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
879*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
880*45957c1eSIan Rogers        "MSRValue": "0x0200000020",
881*45957c1eSIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
882*45957c1eSIan Rogers        "SampleAfterValue": "100007",
883*45957c1eSIan Rogers        "UMask": "0x1"
884*45957c1eSIan Rogers    },
885*45957c1eSIan Rogers    {
886*45957c1eSIan Rogers        "BriefDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher outstanding, per cycle, from the time of the L2 miss to when any response is received.",
887*45957c1eSIan Rogers        "EventCode": "0xB7",
888*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.PF_L2_RFO.OUTSTANDING",
889*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
890*45957c1eSIan Rogers        "MSRValue": "0x4000000020",
891*45957c1eSIan Rogers        "PublicDescription": "Counts reads for ownership (RFO) requests generated by L2 prefetcher outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
892*45957c1eSIan Rogers        "SampleAfterValue": "100007",
893*45957c1eSIan Rogers        "UMask": "0x1"
894*45957c1eSIan Rogers    },
895*45957c1eSIan Rogers    {
896*45957c1eSIan Rogers        "BriefDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  have any transaction responses from the uncore subsystem.",
897*45957c1eSIan Rogers        "EventCode": "0xB7",
898*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.STREAMING_STORES.ANY_RESPONSE",
899*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
900*45957c1eSIan Rogers        "MSRValue": "0x0000014800",
901*45957c1eSIan Rogers        "PublicDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
902*45957c1eSIan Rogers        "SampleAfterValue": "100007",
903*45957c1eSIan Rogers        "UMask": "0x1"
904*45957c1eSIan Rogers    },
905*45957c1eSIan Rogers    {
906*45957c1eSIan Rogers        "BriefDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  hit the L2 cache.",
907*45957c1eSIan Rogers        "EventCode": "0xB7",
908*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.STREAMING_STORES.L2_HIT",
909*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
910*45957c1eSIan Rogers        "MSRValue": "0x0000044800",
911*45957c1eSIan Rogers        "PublicDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
912*45957c1eSIan Rogers        "SampleAfterValue": "100007",
913*45957c1eSIan Rogers        "UMask": "0x1"
914*45957c1eSIan Rogers    },
915*45957c1eSIan Rogers    {
916*45957c1eSIan Rogers        "BriefDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
917*45957c1eSIan Rogers        "EventCode": "0xB7",
918*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.STREAMING_STORES.L2_MISS.HITM_OTHER_CORE",
919*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
920*45957c1eSIan Rogers        "MSRValue": "0x1000004800",
921*45957c1eSIan Rogers        "PublicDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
922*45957c1eSIan Rogers        "SampleAfterValue": "100007",
923*45957c1eSIan Rogers        "UMask": "0x1"
924*45957c1eSIan Rogers    },
925*45957c1eSIan Rogers    {
926*45957c1eSIan Rogers        "BriefDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  true miss for the L2 cache with a snoop miss in the other processor module.",
927*45957c1eSIan Rogers        "EventCode": "0xB7",
928*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.STREAMING_STORES.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
929*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
930*45957c1eSIan Rogers        "MSRValue": "0x0200004800",
931*45957c1eSIan Rogers        "PublicDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
932*45957c1eSIan Rogers        "SampleAfterValue": "100007",
933*45957c1eSIan Rogers        "UMask": "0x1"
934*45957c1eSIan Rogers    },
935*45957c1eSIan Rogers    {
936*45957c1eSIan Rogers        "BriefDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  outstanding, per cycle, from the time of the L2 miss to when any response is received.",
937*45957c1eSIan Rogers        "EventCode": "0xB7",
938*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.STREAMING_STORES.OUTSTANDING",
939*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
940*45957c1eSIan Rogers        "MSRValue": "0x4000004800",
941*45957c1eSIan Rogers        "PublicDescription": "Counts any data writes to uncacheable write combining (USWC) memory region  outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
942*45957c1eSIan Rogers        "SampleAfterValue": "100007",
943*45957c1eSIan Rogers        "UMask": "0x1"
944*45957c1eSIan Rogers    },
945*45957c1eSIan Rogers    {
946*45957c1eSIan Rogers        "BriefDescription": "Counts data cache lines requests by software prefetch instructions have any transaction responses from the uncore subsystem.",
947*45957c1eSIan Rogers        "EventCode": "0xB7",
948*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.ANY_RESPONSE",
949*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
950*45957c1eSIan Rogers        "MSRValue": "0x0000011000",
951*45957c1eSIan Rogers        "PublicDescription": "Counts data cache lines requests by software prefetch instructions have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
952*45957c1eSIan Rogers        "SampleAfterValue": "100007",
953*45957c1eSIan Rogers        "UMask": "0x1"
954*45957c1eSIan Rogers    },
955*45957c1eSIan Rogers    {
956*45957c1eSIan Rogers        "BriefDescription": "Counts data cache lines requests by software prefetch instructions hit the L2 cache.",
957*45957c1eSIan Rogers        "EventCode": "0xB7",
958*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_HIT",
959*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
960*45957c1eSIan Rogers        "MSRValue": "0x0000041000",
961*45957c1eSIan Rogers        "PublicDescription": "Counts data cache lines requests by software prefetch instructions hit the L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
962*45957c1eSIan Rogers        "SampleAfterValue": "100007",
963*45957c1eSIan Rogers        "UMask": "0x1"
964*45957c1eSIan Rogers    },
965*45957c1eSIan Rogers    {
966*45957c1eSIan Rogers        "BriefDescription": "Counts data cache lines requests by software prefetch instructions miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.",
967*45957c1eSIan Rogers        "EventCode": "0xB7",
968*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_MISS.HITM_OTHER_CORE",
969*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
970*45957c1eSIan Rogers        "MSRValue": "0x1000001000",
971*45957c1eSIan Rogers        "PublicDescription": "Counts data cache lines requests by software prefetch instructions miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
972*45957c1eSIan Rogers        "SampleAfterValue": "100007",
973*45957c1eSIan Rogers        "UMask": "0x1"
974*45957c1eSIan Rogers    },
975*45957c1eSIan Rogers    {
976*45957c1eSIan Rogers        "BriefDescription": "Counts data cache lines requests by software prefetch instructions true miss for the L2 cache with a snoop miss in the other processor module.",
977*45957c1eSIan Rogers        "EventCode": "0xB7",
978*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.L2_MISS.SNOOP_MISS_OR_NO_SNOOP_NEEDED",
979*45957c1eSIan Rogers        "MSRIndex": "0x1a6, 0x1a7",
980*45957c1eSIan Rogers        "MSRValue": "0x0200001000",
981*45957c1eSIan Rogers        "PublicDescription": "Counts data cache lines requests by software prefetch instructions true miss for the L2 cache with a snoop miss in the other processor module.  Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
982*45957c1eSIan Rogers        "SampleAfterValue": "100007",
983*45957c1eSIan Rogers        "UMask": "0x1"
984*45957c1eSIan Rogers    },
985*45957c1eSIan Rogers    {
986*45957c1eSIan Rogers        "BriefDescription": "Counts data cache lines requests by software prefetch instructions outstanding, per cycle, from the time of the L2 miss to when any response is received.",
987*45957c1eSIan Rogers        "EventCode": "0xB7",
988*45957c1eSIan Rogers        "EventName": "OFFCORE_RESPONSE.SW_PREFETCH.OUTSTANDING",
989*45957c1eSIan Rogers        "MSRIndex": "0x1a6",
990*45957c1eSIan Rogers        "MSRValue": "0x4000001000",
991*45957c1eSIan Rogers        "PublicDescription": "Counts data cache lines requests by software prefetch instructions outstanding, per cycle, from the time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
992*45957c1eSIan Rogers        "SampleAfterValue": "100007",
993*45957c1eSIan Rogers        "UMask": "0x1"
99465db92e0SKan Liang    }
99565db92e0SKan Liang]
996