xref: /linux/tools/perf/pmu-events/arch/x86/amdzen1/cache.json (revision c5f18e9e94bad244115dc5e47f27bd061ecc5552)
1*c5f18e9eSVijay Thakkar[
2*c5f18e9eSVijay Thakkar  {
3*c5f18e9eSVijay Thakkar    "EventName": "ic_fw32",
4*c5f18e9eSVijay Thakkar    "EventCode": "0x80",
5*c5f18e9eSVijay Thakkar    "BriefDescription": "The number of 32B fetch windows transferred from IC pipe to DE instruction decoder (includes non-cacheable and cacheable fill responses)."
6*c5f18e9eSVijay Thakkar  },
7*c5f18e9eSVijay Thakkar  {
8*c5f18e9eSVijay Thakkar    "EventName": "ic_fw32_miss",
9*c5f18e9eSVijay Thakkar    "EventCode": "0x81",
10*c5f18e9eSVijay Thakkar    "BriefDescription": "The number of 32B fetch windows tried to read the L1 IC and missed in the full tag."
11*c5f18e9eSVijay Thakkar  },
12*c5f18e9eSVijay Thakkar  {
13*c5f18e9eSVijay Thakkar    "EventName": "ic_cache_fill_l2",
14*c5f18e9eSVijay Thakkar    "EventCode": "0x82",
15*c5f18e9eSVijay Thakkar    "BriefDescription": "The number of 64 byte instruction cache line was fulfilled from the L2 cache."
16*c5f18e9eSVijay Thakkar  },
17*c5f18e9eSVijay Thakkar  {
18*c5f18e9eSVijay Thakkar    "EventName": "ic_cache_fill_sys",
19*c5f18e9eSVijay Thakkar    "EventCode": "0x83",
20*c5f18e9eSVijay Thakkar    "BriefDescription": "The number of 64 byte instruction cache line fulfilled from system memory or another cache."
21*c5f18e9eSVijay Thakkar  },
22*c5f18e9eSVijay Thakkar  {
23*c5f18e9eSVijay Thakkar    "EventName": "bp_l1_tlb_miss_l2_hit",
24*c5f18e9eSVijay Thakkar    "EventCode": "0x84",
25*c5f18e9eSVijay Thakkar    "BriefDescription": "The number of instruction fetches that miss in the L1 ITLB but hit in the L2 ITLB."
26*c5f18e9eSVijay Thakkar  },
27*c5f18e9eSVijay Thakkar  {
28*c5f18e9eSVijay Thakkar    "EventName": "bp_l1_tlb_miss_l2_miss",
29*c5f18e9eSVijay Thakkar    "EventCode": "0x85",
30*c5f18e9eSVijay Thakkar    "BriefDescription": "The number of instruction fetches that miss in both the L1 and L2 TLBs."
31*c5f18e9eSVijay Thakkar  },
32*c5f18e9eSVijay Thakkar  {
33*c5f18e9eSVijay Thakkar    "EventName": "bp_snp_re_sync",
34*c5f18e9eSVijay Thakkar    "EventCode": "0x86",
35*c5f18e9eSVijay Thakkar    "BriefDescription": "The number of pipeline restarts caused by invalidating probes that hit on the instruction stream currently being executed. This would happen if the active instruction stream was being modified by another processor in an MP system - typically a highly unlikely event."
36*c5f18e9eSVijay Thakkar  },
37*c5f18e9eSVijay Thakkar  {
38*c5f18e9eSVijay Thakkar    "EventName": "ic_fetch_stall.ic_stall_any",
39*c5f18e9eSVijay Thakkar    "EventCode": "0x87",
40*c5f18e9eSVijay Thakkar    "BriefDescription": "IC pipe was stalled during this clock cycle for any reason (nothing valid in pipe ICM1).",
41*c5f18e9eSVijay Thakkar    "PublicDescription": "Instruction Pipe Stall. IC pipe was stalled during this clock cycle for any reason (nothing valid in pipe ICM1).",
42*c5f18e9eSVijay Thakkar    "UMask": "0x4"
43*c5f18e9eSVijay Thakkar  },
44*c5f18e9eSVijay Thakkar  {
45*c5f18e9eSVijay Thakkar    "EventName": "ic_fetch_stall.ic_stall_dq_empty",
46*c5f18e9eSVijay Thakkar    "EventCode": "0x87",
47*c5f18e9eSVijay Thakkar    "BriefDescription": "IC pipe was stalled during this clock cycle (including IC to OC fetches) due to DQ empty.",
48*c5f18e9eSVijay Thakkar    "PublicDescription": "Instruction Pipe Stall. IC pipe was stalled during this clock cycle (including IC to OC fetches) due to DQ empty.",
49*c5f18e9eSVijay Thakkar    "UMask": "0x2"
50*c5f18e9eSVijay Thakkar  },
51*c5f18e9eSVijay Thakkar  {
52*c5f18e9eSVijay Thakkar    "EventName": "ic_fetch_stall.ic_stall_back_pressure",
53*c5f18e9eSVijay Thakkar    "EventCode": "0x87",
54*c5f18e9eSVijay Thakkar    "BriefDescription": "IC pipe was stalled during this clock cycle (including IC to OC fetches) due to back-pressure.",
55*c5f18e9eSVijay Thakkar    "PublicDescription": "Instruction Pipe Stall. IC pipe was stalled during this clock cycle (including IC to OC fetches) due to back-pressure.",
56*c5f18e9eSVijay Thakkar    "UMask": "0x1"
57*c5f18e9eSVijay Thakkar  },
58*c5f18e9eSVijay Thakkar  {
59*c5f18e9eSVijay Thakkar    "EventName": "ic_cache_inval.l2_invalidating_probe",
60*c5f18e9eSVijay Thakkar    "EventCode": "0x8c",
61*c5f18e9eSVijay Thakkar    "BriefDescription": "IC line invalidated due to L2 invalidating probe (external or LS).",
62*c5f18e9eSVijay Thakkar    "PublicDescription": "The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying code), either from the other thread of the core or another core. IC line invalidated due to L2 invalidating probe (external or LS).",
63*c5f18e9eSVijay Thakkar    "UMask": "0x2"
64*c5f18e9eSVijay Thakkar  },
65*c5f18e9eSVijay Thakkar  {
66*c5f18e9eSVijay Thakkar    "EventName": "ic_cache_inval.fill_invalidated",
67*c5f18e9eSVijay Thakkar    "EventCode": "0x8c",
68*c5f18e9eSVijay Thakkar    "BriefDescription": "IC line invalidated due to overwriting fill response.",
69*c5f18e9eSVijay Thakkar    "PublicDescription": "The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying code), either from the other thread of the core or another core. IC line invalidated due to overwriting fill response.",
70*c5f18e9eSVijay Thakkar    "UMask": "0x1"
71*c5f18e9eSVijay Thakkar  },
72*c5f18e9eSVijay Thakkar  {
73*c5f18e9eSVijay Thakkar    "EventName": "bp_tlb_rel",
74*c5f18e9eSVijay Thakkar    "EventCode": "0x99",
75*c5f18e9eSVijay Thakkar    "BriefDescription": "The number of ITLB reload requests."
76*c5f18e9eSVijay Thakkar  },
77*c5f18e9eSVijay Thakkar  {
78*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g1.rd_blk_l",
79*c5f18e9eSVijay Thakkar    "EventCode": "0x60",
80*c5f18e9eSVijay Thakkar    "BriefDescription": "Requests to L2 Group1.",
81*c5f18e9eSVijay Thakkar    "PublicDescription": "Requests to L2 Group1.",
82*c5f18e9eSVijay Thakkar    "UMask": "0x80"
83*c5f18e9eSVijay Thakkar  },
84*c5f18e9eSVijay Thakkar  {
85*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g1.rd_blk_x",
86*c5f18e9eSVijay Thakkar    "EventCode": "0x60",
87*c5f18e9eSVijay Thakkar    "BriefDescription": "Requests to L2 Group1.",
88*c5f18e9eSVijay Thakkar    "PublicDescription": "Requests to L2 Group1.",
89*c5f18e9eSVijay Thakkar    "UMask": "0x40"
90*c5f18e9eSVijay Thakkar  },
91*c5f18e9eSVijay Thakkar  {
92*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g1.ls_rd_blk_c_s",
93*c5f18e9eSVijay Thakkar    "EventCode": "0x60",
94*c5f18e9eSVijay Thakkar    "BriefDescription": "Requests to L2 Group1.",
95*c5f18e9eSVijay Thakkar    "PublicDescription": "Requests to L2 Group1.",
96*c5f18e9eSVijay Thakkar    "UMask": "0x20"
97*c5f18e9eSVijay Thakkar  },
98*c5f18e9eSVijay Thakkar  {
99*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g1.cacheable_ic_read",
100*c5f18e9eSVijay Thakkar    "EventCode": "0x60",
101*c5f18e9eSVijay Thakkar    "BriefDescription": "Requests to L2 Group1.",
102*c5f18e9eSVijay Thakkar    "PublicDescription": "Requests to L2 Group1.",
103*c5f18e9eSVijay Thakkar    "UMask": "0x10"
104*c5f18e9eSVijay Thakkar  },
105*c5f18e9eSVijay Thakkar  {
106*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g1.change_to_x",
107*c5f18e9eSVijay Thakkar    "EventCode": "0x60",
108*c5f18e9eSVijay Thakkar    "BriefDescription": "Requests to L2 Group1.",
109*c5f18e9eSVijay Thakkar    "PublicDescription": "Requests to L2 Group1.",
110*c5f18e9eSVijay Thakkar    "UMask": "0x8"
111*c5f18e9eSVijay Thakkar  },
112*c5f18e9eSVijay Thakkar  {
113*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g1.prefetch_l2",
114*c5f18e9eSVijay Thakkar    "EventCode": "0x60",
115*c5f18e9eSVijay Thakkar    "BriefDescription": "Requests to L2 Group1.",
116*c5f18e9eSVijay Thakkar    "PublicDescription": "Requests to L2 Group1.",
117*c5f18e9eSVijay Thakkar    "UMask": "0x4"
118*c5f18e9eSVijay Thakkar  },
119*c5f18e9eSVijay Thakkar  {
120*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g1.l2_hw_pf",
121*c5f18e9eSVijay Thakkar    "EventCode": "0x60",
122*c5f18e9eSVijay Thakkar    "BriefDescription": "Requests to L2 Group1.",
123*c5f18e9eSVijay Thakkar    "PublicDescription": "Requests to L2 Group1.",
124*c5f18e9eSVijay Thakkar    "UMask": "0x2"
125*c5f18e9eSVijay Thakkar  },
126*c5f18e9eSVijay Thakkar  {
127*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g1.other_requests",
128*c5f18e9eSVijay Thakkar    "EventCode": "0x60",
129*c5f18e9eSVijay Thakkar    "BriefDescription": "Events covered by l2_request_g2.",
130*c5f18e9eSVijay Thakkar    "PublicDescription": "Requests to L2 Group1. Events covered by l2_request_g2.",
131*c5f18e9eSVijay Thakkar    "UMask": "0x1"
132*c5f18e9eSVijay Thakkar  },
133*c5f18e9eSVijay Thakkar  {
134*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g2.group1",
135*c5f18e9eSVijay Thakkar    "EventCode": "0x61",
136*c5f18e9eSVijay Thakkar    "BriefDescription": "All Group 1 commands not in unit0.",
137*c5f18e9eSVijay Thakkar    "PublicDescription": "Multi-events in that LS and IF requests can be received simultaneous. All Group 1 commands not in unit0.",
138*c5f18e9eSVijay Thakkar    "UMask": "0x80"
139*c5f18e9eSVijay Thakkar  },
140*c5f18e9eSVijay Thakkar  {
141*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g2.ls_rd_sized",
142*c5f18e9eSVijay Thakkar    "EventCode": "0x61",
143*c5f18e9eSVijay Thakkar    "BriefDescription": "RdSized, RdSized32, RdSized64.",
144*c5f18e9eSVijay Thakkar    "PublicDescription": "Multi-events in that LS and IF requests can be received simultaneous. RdSized, RdSized32, RdSized64.",
145*c5f18e9eSVijay Thakkar    "UMask": "0x40"
146*c5f18e9eSVijay Thakkar  },
147*c5f18e9eSVijay Thakkar  {
148*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g2.ls_rd_sized_nc",
149*c5f18e9eSVijay Thakkar    "EventCode": "0x61",
150*c5f18e9eSVijay Thakkar    "BriefDescription": "RdSizedNC, RdSized32NC, RdSized64NC.",
151*c5f18e9eSVijay Thakkar    "PublicDescription": "Multi-events in that LS and IF requests can be received simultaneous. RdSizedNC, RdSized32NC, RdSized64NC.",
152*c5f18e9eSVijay Thakkar    "UMask": "0x20"
153*c5f18e9eSVijay Thakkar  },
154*c5f18e9eSVijay Thakkar  {
155*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g2.ic_rd_sized",
156*c5f18e9eSVijay Thakkar    "EventCode": "0x61",
157*c5f18e9eSVijay Thakkar    "BriefDescription": "Multi-events in that LS and IF requests can be received simultaneous.",
158*c5f18e9eSVijay Thakkar    "PublicDescription": "Multi-events in that LS and IF requests can be received simultaneous.",
159*c5f18e9eSVijay Thakkar    "UMask": "0x10"
160*c5f18e9eSVijay Thakkar  },
161*c5f18e9eSVijay Thakkar  {
162*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g2.ic_rd_sized_nc",
163*c5f18e9eSVijay Thakkar    "EventCode": "0x61",
164*c5f18e9eSVijay Thakkar    "BriefDescription": "Multi-events in that LS and IF requests can be received simultaneous.",
165*c5f18e9eSVijay Thakkar    "PublicDescription": "Multi-events in that LS and IF requests can be received simultaneous.",
166*c5f18e9eSVijay Thakkar    "UMask": "0x8"
167*c5f18e9eSVijay Thakkar  },
168*c5f18e9eSVijay Thakkar  {
169*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g2.smc_inval",
170*c5f18e9eSVijay Thakkar    "EventCode": "0x61",
171*c5f18e9eSVijay Thakkar    "BriefDescription": "Multi-events in that LS and IF requests can be received simultaneous.",
172*c5f18e9eSVijay Thakkar    "PublicDescription": "Multi-events in that LS and IF requests can be received simultaneous.",
173*c5f18e9eSVijay Thakkar    "UMask": "0x4"
174*c5f18e9eSVijay Thakkar  },
175*c5f18e9eSVijay Thakkar  {
176*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g2.bus_locks_originator",
177*c5f18e9eSVijay Thakkar    "EventCode": "0x61",
178*c5f18e9eSVijay Thakkar    "BriefDescription": "Multi-events in that LS and IF requests can be received simultaneous.",
179*c5f18e9eSVijay Thakkar    "PublicDescription": "Multi-events in that LS and IF requests can be received simultaneous.",
180*c5f18e9eSVijay Thakkar    "UMask": "0x2"
181*c5f18e9eSVijay Thakkar  },
182*c5f18e9eSVijay Thakkar  {
183*c5f18e9eSVijay Thakkar    "EventName": "l2_request_g2.bus_locks_responses",
184*c5f18e9eSVijay Thakkar    "EventCode": "0x61",
185*c5f18e9eSVijay Thakkar    "BriefDescription": "Multi-events in that LS and IF requests can be received simultaneous.",
186*c5f18e9eSVijay Thakkar    "PublicDescription": "Multi-events in that LS and IF requests can be received simultaneous.",
187*c5f18e9eSVijay Thakkar    "UMask": "0x1"
188*c5f18e9eSVijay Thakkar  },
189*c5f18e9eSVijay Thakkar  {
190*c5f18e9eSVijay Thakkar    "EventName": "l2_latency.l2_cycles_waiting_on_fills",
191*c5f18e9eSVijay Thakkar    "EventCode": "0x62",
192*c5f18e9eSVijay Thakkar    "BriefDescription": "Total cycles spent waiting for L2 fills to complete from L3 or memory, divided by four. Event counts are for both threads. To calculate average latency, the number of fills from both threads must be used.",
193*c5f18e9eSVijay Thakkar    "PublicDescription": "Total cycles spent waiting for L2 fills to complete from L3 or memory, divided by four. Event counts are for both threads. To calculate average latency, the number of fills from both threads must be used.",
194*c5f18e9eSVijay Thakkar    "UMask": "0x1"
195*c5f18e9eSVijay Thakkar  },
196*c5f18e9eSVijay Thakkar  {
197*c5f18e9eSVijay Thakkar    "EventName": "l2_wcb_req.wcb_write",
198*c5f18e9eSVijay Thakkar    "EventCode": "0x63",
199*c5f18e9eSVijay Thakkar    "PublicDescription": "LS (Load/Store unit) to L2 WCB (Write Combining Buffer) write requests.",
200*c5f18e9eSVijay Thakkar    "BriefDescription": "LS to L2 WCB write requests.",
201*c5f18e9eSVijay Thakkar    "UMask": "0x40"
202*c5f18e9eSVijay Thakkar  },
203*c5f18e9eSVijay Thakkar  {
204*c5f18e9eSVijay Thakkar    "EventName": "l2_wcb_req.wcb_close",
205*c5f18e9eSVijay Thakkar    "EventCode": "0x63",
206*c5f18e9eSVijay Thakkar    "BriefDescription": "LS to L2 WCB close requests.",
207*c5f18e9eSVijay Thakkar    "PublicDescription": "LS (Load/Store unit) to L2 WCB (Write Combining Buffer) close requests.",
208*c5f18e9eSVijay Thakkar    "UMask": "0x20"
209*c5f18e9eSVijay Thakkar  },
210*c5f18e9eSVijay Thakkar  {
211*c5f18e9eSVijay Thakkar    "EventName": "l2_wcb_req.zero_byte_store",
212*c5f18e9eSVijay Thakkar    "EventCode": "0x63",
213*c5f18e9eSVijay Thakkar    "BriefDescription": "LS to L2 WCB zero byte store requests.",
214*c5f18e9eSVijay Thakkar    "PublicDescription": "LS (Load/Store unit) to L2 WCB (Write Combining Buffer) zero byte store requests.",
215*c5f18e9eSVijay Thakkar    "UMask": "0x4"
216*c5f18e9eSVijay Thakkar  },
217*c5f18e9eSVijay Thakkar  {
218*c5f18e9eSVijay Thakkar    "EventName": "l2_wcb_req.cl_zero",
219*c5f18e9eSVijay Thakkar    "EventCode": "0x63",
220*c5f18e9eSVijay Thakkar    "PublicDescription": "LS to L2 WCB cache line zeroing requests.",
221*c5f18e9eSVijay Thakkar    "BriefDescription": "LS (Load/Store unit) to L2 WCB (Write Combining Buffer) cache line zeroing requests.",
222*c5f18e9eSVijay Thakkar    "UMask": "0x1"
223*c5f18e9eSVijay Thakkar  },
224*c5f18e9eSVijay Thakkar  {
225*c5f18e9eSVijay Thakkar    "EventName": "l2_cache_req_stat.ls_rd_blk_cs",
226*c5f18e9eSVijay Thakkar    "EventCode": "0x64",
227*c5f18e9eSVijay Thakkar    "BriefDescription": "LS ReadBlock C/S Hit.",
228*c5f18e9eSVijay Thakkar    "PublicDescription": "This event does not count accesses to the L2 cache by the L2 prefetcher, but it does count accesses by the L1 prefetcher. LS ReadBlock C/S Hit.",
229*c5f18e9eSVijay Thakkar    "UMask": "0x80"
230*c5f18e9eSVijay Thakkar  },
231*c5f18e9eSVijay Thakkar  {
232*c5f18e9eSVijay Thakkar    "EventName": "l2_cache_req_stat.ls_rd_blk_l_hit_x",
233*c5f18e9eSVijay Thakkar    "EventCode": "0x64",
234*c5f18e9eSVijay Thakkar    "BriefDescription": "LS Read Block L Hit X.",
235*c5f18e9eSVijay Thakkar    "PublicDescription": "This event does not count accesses to the L2 cache by the L2 prefetcher, but it does count accesses by the L1 prefetcher. LS Read Block L Hit X.",
236*c5f18e9eSVijay Thakkar    "UMask": "0x40"
237*c5f18e9eSVijay Thakkar  },
238*c5f18e9eSVijay Thakkar  {
239*c5f18e9eSVijay Thakkar    "EventName": "l2_cache_req_stat.ls_rd_blk_l_hit_s",
240*c5f18e9eSVijay Thakkar    "EventCode": "0x64",
241*c5f18e9eSVijay Thakkar    "BriefDescription": "LsRdBlkL Hit Shared.",
242*c5f18e9eSVijay Thakkar    "PublicDescription": "This event does not count accesses to the L2 cache by the L2 prefetcher, but it does count accesses by the L1 prefetcher. LsRdBlkL Hit Shared.",
243*c5f18e9eSVijay Thakkar    "UMask": "0x20"
244*c5f18e9eSVijay Thakkar  },
245*c5f18e9eSVijay Thakkar  {
246*c5f18e9eSVijay Thakkar    "EventName": "l2_cache_req_stat.ls_rd_blk_x",
247*c5f18e9eSVijay Thakkar    "EventCode": "0x64",
248*c5f18e9eSVijay Thakkar    "BriefDescription": "LsRdBlkX/ChgToX Hit X.  Count RdBlkX finding Shared as a Miss.",
249*c5f18e9eSVijay Thakkar    "PublicDescription": "This event does not count accesses to the L2 cache by the L2 prefetcher, but it does count accesses by the L1 prefetcher. LsRdBlkX/ChgToX Hit X.  Count RdBlkX finding Shared as a Miss.",
250*c5f18e9eSVijay Thakkar    "UMask": "0x10"
251*c5f18e9eSVijay Thakkar  },
252*c5f18e9eSVijay Thakkar  {
253*c5f18e9eSVijay Thakkar    "EventName": "l2_cache_req_stat.ls_rd_blk_c",
254*c5f18e9eSVijay Thakkar    "EventCode": "0x64",
255*c5f18e9eSVijay Thakkar    "BriefDescription": "LS Read Block C S L X Change to X Miss.",
256*c5f18e9eSVijay Thakkar    "PublicDescription": "This event does not count accesses to the L2 cache by the L2 prefetcher, but it does count accesses by the L1 prefetcher. LS Read Block C S L X Change to X Miss.",
257*c5f18e9eSVijay Thakkar    "UMask": "0x8"
258*c5f18e9eSVijay Thakkar  },
259*c5f18e9eSVijay Thakkar  {
260*c5f18e9eSVijay Thakkar    "EventName": "l2_cache_req_stat.ic_fill_hit_x",
261*c5f18e9eSVijay Thakkar    "EventCode": "0x64",
262*c5f18e9eSVijay Thakkar    "BriefDescription": "IC Fill Hit Exclusive Stale.",
263*c5f18e9eSVijay Thakkar    "PublicDescription": "This event does not count accesses to the L2 cache by the L2 prefetcher, but it does count accesses by the L1 prefetcher. IC Fill Hit Exclusive Stale.",
264*c5f18e9eSVijay Thakkar    "UMask": "0x4"
265*c5f18e9eSVijay Thakkar  },
266*c5f18e9eSVijay Thakkar  {
267*c5f18e9eSVijay Thakkar    "EventName": "l2_cache_req_stat.ic_fill_hit_s",
268*c5f18e9eSVijay Thakkar    "EventCode": "0x64",
269*c5f18e9eSVijay Thakkar    "BriefDescription": "IC Fill Hit Shared.",
270*c5f18e9eSVijay Thakkar    "PublicDescription": "This event does not count accesses to the L2 cache by the L2 prefetcher, but it does count accesses by the L1 prefetcher. IC Fill Hit Shared.",
271*c5f18e9eSVijay Thakkar    "UMask": "0x2"
272*c5f18e9eSVijay Thakkar  },
273*c5f18e9eSVijay Thakkar  {
274*c5f18e9eSVijay Thakkar    "EventName": "l2_cache_req_stat.ic_fill_miss",
275*c5f18e9eSVijay Thakkar    "EventCode": "0x64",
276*c5f18e9eSVijay Thakkar    "BriefDescription": "IC Fill Miss.",
277*c5f18e9eSVijay Thakkar    "PublicDescription": "This event does not count accesses to the L2 cache by the L2 prefetcher, but it does count accesses by the L1 prefetcher. IC Fill Miss.",
278*c5f18e9eSVijay Thakkar    "UMask": "0x1"
279*c5f18e9eSVijay Thakkar  },
280*c5f18e9eSVijay Thakkar  {
281*c5f18e9eSVijay Thakkar    "EventName": "l2_fill_pending.l2_fill_busy",
282*c5f18e9eSVijay Thakkar    "EventCode": "0x6d",
283*c5f18e9eSVijay Thakkar    "BriefDescription": "Total cycles spent with one or more fill requests in flight from L2.",
284*c5f18e9eSVijay Thakkar    "PublicDescription": "Total cycles spent with one or more fill requests in flight from L2.",
285*c5f18e9eSVijay Thakkar    "UMask": "0x1"
286*c5f18e9eSVijay Thakkar  },
287*c5f18e9eSVijay Thakkar  {
288*c5f18e9eSVijay Thakkar    "EventName": "l3_request_g1.caching_l3_cache_accesses",
289*c5f18e9eSVijay Thakkar    "EventCode": "0x01",
290*c5f18e9eSVijay Thakkar    "BriefDescription": "Caching: L3 cache accesses",
291*c5f18e9eSVijay Thakkar    "UMask": "0x80",
292*c5f18e9eSVijay Thakkar    "Unit": "L3PMC"
293*c5f18e9eSVijay Thakkar  },
294*c5f18e9eSVijay Thakkar  {
295*c5f18e9eSVijay Thakkar    "EventName": "l3_lookup_state.all_l3_req_typs",
296*c5f18e9eSVijay Thakkar    "EventCode": "0x04",
297*c5f18e9eSVijay Thakkar    "BriefDescription": "All L3 Request Types",
298*c5f18e9eSVijay Thakkar    "UMask": "0xff",
299*c5f18e9eSVijay Thakkar    "Unit": "L3PMC"
300*c5f18e9eSVijay Thakkar  },
301*c5f18e9eSVijay Thakkar  {
302*c5f18e9eSVijay Thakkar    "EventName": "l3_comb_clstr_state.other_l3_miss_typs",
303*c5f18e9eSVijay Thakkar    "EventCode": "0x06",
304*c5f18e9eSVijay Thakkar    "BriefDescription": "Other L3 Miss Request Types",
305*c5f18e9eSVijay Thakkar    "UMask": "0xfe",
306*c5f18e9eSVijay Thakkar    "Unit": "L3PMC"
307*c5f18e9eSVijay Thakkar  },
308*c5f18e9eSVijay Thakkar  {
309*c5f18e9eSVijay Thakkar    "EventName": "l3_comb_clstr_state.request_miss",
310*c5f18e9eSVijay Thakkar    "EventCode": "0x06",
311*c5f18e9eSVijay Thakkar    "BriefDescription": "L3 cache misses",
312*c5f18e9eSVijay Thakkar    "UMask": "0x01",
313*c5f18e9eSVijay Thakkar    "Unit": "L3PMC"
314*c5f18e9eSVijay Thakkar  },
315*c5f18e9eSVijay Thakkar  {
316*c5f18e9eSVijay Thakkar    "EventName": "xi_sys_fill_latency",
317*c5f18e9eSVijay Thakkar    "EventCode": "0x90",
318*c5f18e9eSVijay Thakkar    "BriefDescription": "L3 Cache Miss Latency. Total cycles for all transactions divided by 16. Ignores SliceMask and ThreadMask.",
319*c5f18e9eSVijay Thakkar    "UMask": "0x00",
320*c5f18e9eSVijay Thakkar    "Unit": "L3PMC"
321*c5f18e9eSVijay Thakkar  },
322*c5f18e9eSVijay Thakkar  {
323*c5f18e9eSVijay Thakkar    "EventName": "xi_ccx_sdp_req1.all_l3_miss_req_typs",
324*c5f18e9eSVijay Thakkar    "EventCode": "0x9a",
325*c5f18e9eSVijay Thakkar    "BriefDescription": "All L3 Miss Request Types. Ignores SliceMask and ThreadMask.",
326*c5f18e9eSVijay Thakkar    "UMask": "0x3f",
327*c5f18e9eSVijay Thakkar    "Unit": "L3PMC"
328*c5f18e9eSVijay Thakkar  }
329*c5f18e9eSVijay Thakkar]
330