xref: /freebsd/lib/libpmc/pmu-events/arch/s390/cf_z13/extended.json (revision 75d286742ddcd69d4efd526a3143197dcb0f4212)
1959826caSMatt Macy[
2959826caSMatt Macy	{
3959826caSMatt Macy		"EventCode": "128",
4959826caSMatt Macy		"EventName": "L1D_RO_EXCL_WRITES",
5959826caSMatt Macy		"BriefDescription": "L1D Read-only Exclusive Writes",
6959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache where the line was originally in a Read-Only state in the cache but has been updated to be in the Exclusive state that allows stores to the cache line."
7959826caSMatt Macy	},
8959826caSMatt Macy	{
9959826caSMatt Macy		"EventCode": "129",
10959826caSMatt Macy		"EventName": "DTLB1_WRITES",
11959826caSMatt Macy		"BriefDescription": "DTLB1 Writes",
12959826caSMatt Macy		"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer"
13959826caSMatt Macy	},
14959826caSMatt Macy	{
15959826caSMatt Macy		"EventCode": "130",
16959826caSMatt Macy		"EventName": "DTLB1_MISSES",
17959826caSMatt Macy		"BriefDescription": "DTLB1 Misses",
18959826caSMatt Macy		"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB1 miss is in progress."
19959826caSMatt Macy	},
20959826caSMatt Macy	{
21959826caSMatt Macy		"EventCode": "131",
22959826caSMatt Macy		"EventName": "DTLB1_HPAGE_WRITES",
23959826caSMatt Macy		"BriefDescription": "DTLB1 One-Megabyte Page Writes",
24959826caSMatt Macy		"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a one-megabyte page"
25959826caSMatt Macy	},
26959826caSMatt Macy	{
27959826caSMatt Macy		"EventCode": "132",
28959826caSMatt Macy		"EventName": "DTLB1_GPAGE_WRITES",
29959826caSMatt Macy		"BriefDescription": "DTLB1 Two-Gigabyte Page Writes",
30e641f557SEd Maste		"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a two-gigabyte page."
31959826caSMatt Macy	},
32959826caSMatt Macy	{
33959826caSMatt Macy		"EventCode": "133",
34959826caSMatt Macy		"EventName": "L1D_L2D_SOURCED_WRITES",
35959826caSMatt Macy		"BriefDescription": "L1D L2D Sourced Writes",
36959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from the Level-2 Data cache"
37959826caSMatt Macy	},
38959826caSMatt Macy	{
39959826caSMatt Macy		"EventCode": "134",
40959826caSMatt Macy		"EventName": "ITLB1_WRITES",
41959826caSMatt Macy		"BriefDescription": "ITLB1 Writes",
42959826caSMatt Macy		"PublicDescription": "A translation entry has been written to the Level-1 Instruction Translation Lookaside Buffer"
43959826caSMatt Macy	},
44959826caSMatt Macy	{
45959826caSMatt Macy		"EventCode": "135",
46959826caSMatt Macy		"EventName": "ITLB1_MISSES",
47959826caSMatt Macy		"BriefDescription": "ITLB1 Misses",
48959826caSMatt Macy		"PublicDescription": "Level-1 Instruction TLB miss in progress. Incremented by one for every cycle an ITLB1 miss is in progress"
49959826caSMatt Macy	},
50959826caSMatt Macy	{
51959826caSMatt Macy		"EventCode": "136",
52959826caSMatt Macy		"EventName": "L1I_L2I_SOURCED_WRITES",
53959826caSMatt Macy		"BriefDescription": "L1I L2I Sourced Writes",
54959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from the Level-2 Instruction cache"
55959826caSMatt Macy	},
56959826caSMatt Macy	{
57959826caSMatt Macy		"EventCode": "137",
58959826caSMatt Macy		"EventName": "TLB2_PTE_WRITES",
59959826caSMatt Macy		"BriefDescription": "TLB2 PTE Writes",
60959826caSMatt Macy		"PublicDescription": "A translation entry has been written to the Level-2 TLB Page Table Entry arrays"
61959826caSMatt Macy	},
62959826caSMatt Macy	{
63959826caSMatt Macy		"EventCode": "138",
64959826caSMatt Macy		"EventName": "TLB2_CRSTE_HPAGE_WRITES",
65959826caSMatt Macy		"BriefDescription": "TLB2 CRSTE One-Megabyte Page Writes",
66959826caSMatt Macy		"PublicDescription": "A translation entry has been written to the Level-2 TLB Combined Region Segment Table Entry arrays for a one-megabyte large page translation"
67959826caSMatt Macy	},
68959826caSMatt Macy	{
69959826caSMatt Macy		"EventCode": "139",
70959826caSMatt Macy		"EventName": "TLB2_CRSTE_WRITES",
71959826caSMatt Macy		"BriefDescription": "TLB2 CRSTE Writes",
72959826caSMatt Macy		"PublicDescription": "A translation entry has been written to the Level-2 TLB Combined Region Segment Table Entry arrays"
73959826caSMatt Macy	},
74959826caSMatt Macy	{
75959826caSMatt Macy		"EventCode": "140",
76959826caSMatt Macy		"EventName": "TX_C_TEND",
77959826caSMatt Macy		"BriefDescription": "Completed TEND instructions in constrained TX mode",
78959826caSMatt Macy		"PublicDescription": "A TEND instruction has completed in a constrained transactional-execution mode"
79959826caSMatt Macy	},
80959826caSMatt Macy	{
81959826caSMatt Macy		"EventCode": "141",
82959826caSMatt Macy		"EventName": "TX_NC_TEND",
83959826caSMatt Macy		"BriefDescription": "Completed TEND instructions in non-constrained TX mode",
84959826caSMatt Macy		"PublicDescription": "A TEND instruction has completed in a non-constrained transactional-execution mode"
85959826caSMatt Macy	},
86959826caSMatt Macy	{
87959826caSMatt Macy		"EventCode": "143",
88959826caSMatt Macy		"EventName": "L1C_TLB1_MISSES",
89959826caSMatt Macy		"BriefDescription": "L1C TLB1 Misses",
90959826caSMatt Macy		"PublicDescription": "Increments by one for any cycle where a Level-1 cache or Level-1 TLB miss is in progress."
91959826caSMatt Macy	},
92959826caSMatt Macy	{
93959826caSMatt Macy		"EventCode": "144",
94959826caSMatt Macy		"EventName": "L1D_ONCHIP_L3_SOURCED_WRITES",
95959826caSMatt Macy		"BriefDescription": "L1D On-Chip L3 Sourced Writes",
96959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an On-Chip Level-3 cache without intervention"
97959826caSMatt Macy	},
98959826caSMatt Macy	{
99959826caSMatt Macy		"EventCode": "145",
100959826caSMatt Macy		"EventName": "L1D_ONCHIP_L3_SOURCED_WRITES_IV",
101959826caSMatt Macy		"BriefDescription": "L1D On-Chip L3 Sourced Writes with Intervention",
102959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an On-Chip Level-3 cache with intervention"
103959826caSMatt Macy	},
104959826caSMatt Macy	{
105959826caSMatt Macy		"EventCode": "146",
106959826caSMatt Macy		"EventName": "L1D_ONNODE_L4_SOURCED_WRITES",
107959826caSMatt Macy		"BriefDescription": "L1D On-Node L4 Sourced Writes",
108959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an On-Node Level-4 cache"
109959826caSMatt Macy	},
110959826caSMatt Macy	{
111959826caSMatt Macy		"EventCode": "147",
112959826caSMatt Macy		"EventName": "L1D_ONNODE_L3_SOURCED_WRITES_IV",
113959826caSMatt Macy		"BriefDescription": "L1D On-Node L3 Sourced Writes with Intervention",
114959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an On-Node Level-3 cache with intervention"
115959826caSMatt Macy	},
116959826caSMatt Macy	{
117959826caSMatt Macy		"EventCode": "148",
118959826caSMatt Macy		"EventName": "L1D_ONNODE_L3_SOURCED_WRITES",
119959826caSMatt Macy		"BriefDescription": "L1D On-Node L3 Sourced Writes",
120959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an On-Node Level-3 cache without intervention"
121959826caSMatt Macy	},
122959826caSMatt Macy	{
123959826caSMatt Macy		"EventCode": "149",
124959826caSMatt Macy		"EventName": "L1D_ONDRAWER_L4_SOURCED_WRITES",
125959826caSMatt Macy		"BriefDescription": "L1D On-Drawer L4 Sourced Writes",
126959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an On-Drawer Level-4 cache"
127959826caSMatt Macy	},
128959826caSMatt Macy	{
129959826caSMatt Macy		"EventCode": "150",
130959826caSMatt Macy		"EventName": "L1D_ONDRAWER_L3_SOURCED_WRITES_IV",
131959826caSMatt Macy		"BriefDescription": "L1D On-Drawer L3 Sourced Writes with Intervention",
132959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an On-Drawer Level-3 cache with intervention"
133959826caSMatt Macy	},
134959826caSMatt Macy	{
135959826caSMatt Macy		"EventCode": "151",
136959826caSMatt Macy		"EventName": "L1D_ONDRAWER_L3_SOURCED_WRITES",
137959826caSMatt Macy		"BriefDescription": "L1D On-Drawer L3 Sourced Writes",
138959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an On-Drawer Level-3 cache without intervention"
139959826caSMatt Macy	},
140959826caSMatt Macy	{
141959826caSMatt Macy		"EventCode": "152",
142959826caSMatt Macy		"EventName": "L1D_OFFDRAWER_SCOL_L4_SOURCED_WRITES",
143959826caSMatt Macy		"BriefDescription": "L1D Off-Drawer Same-Column L4 Sourced Writes",
144959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an Off-Drawer Same-Column Level-4 cache"
145959826caSMatt Macy	},
146959826caSMatt Macy	{
147959826caSMatt Macy		"EventCode": "153",
148959826caSMatt Macy		"EventName": "L1D_OFFDRAWER_SCOL_L3_SOURCED_WRITES_IV",
149959826caSMatt Macy		"BriefDescription": "L1D Off-Drawer Same-Column L3 Sourced Writes with Intervention",
150959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an Off-Drawer Same-Column Level-3 cache with intervention"
151959826caSMatt Macy	},
152959826caSMatt Macy	{
153959826caSMatt Macy		"EventCode": "154",
154959826caSMatt Macy		"EventName": "L1D_OFFDRAWER_SCOL_L3_SOURCED_WRITES",
155959826caSMatt Macy		"BriefDescription": "L1D Off-Drawer Same-Column L3 Sourced Writes",
156959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an Off-Drawer Same-Column Level-3 cache without intervention"
157959826caSMatt Macy	},
158959826caSMatt Macy	{
159959826caSMatt Macy		"EventCode": "155",
160959826caSMatt Macy		"EventName": "L1D_OFFDRAWER_FCOL_L4_SOURCED_WRITES",
161959826caSMatt Macy		"BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes",
162959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-4 cache"
163959826caSMatt Macy	},
164959826caSMatt Macy	{
165959826caSMatt Macy		"EventCode": "156",
166959826caSMatt Macy		"EventName": "L1D_OFFDRAWER_FCOL_L3_SOURCED_WRITES_IV",
167959826caSMatt Macy		"BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes with Intervention",
168959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cache with intervention"
169959826caSMatt Macy	},
170959826caSMatt Macy	{
171959826caSMatt Macy		"EventCode": "157",
172959826caSMatt Macy		"EventName": "L1D_OFFDRAWER_FCOL_L3_SOURCED_WRITES",
173959826caSMatt Macy		"BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes",
174959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cache without intervention"
175959826caSMatt Macy	},
176959826caSMatt Macy	{
177959826caSMatt Macy		"EventCode": "158",
178959826caSMatt Macy		"EventName": "L1D_ONNODE_MEM_SOURCED_WRITES",
179959826caSMatt Macy		"BriefDescription": "L1D On-Node Memory Sourced Writes",
180959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from On-Node memory"
181959826caSMatt Macy	},
182959826caSMatt Macy	{
183959826caSMatt Macy		"EventCode": "159",
184959826caSMatt Macy		"EventName": "L1D_ONDRAWER_MEM_SOURCED_WRITES",
185959826caSMatt Macy		"BriefDescription": "L1D On-Drawer Memory Sourced Writes",
186959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from On-Drawer memory"
187959826caSMatt Macy	},
188959826caSMatt Macy	{
189959826caSMatt Macy		"EventCode": "160",
190959826caSMatt Macy		"EventName": "L1D_OFFDRAWER_MEM_SOURCED_WRITES",
191959826caSMatt Macy		"BriefDescription": "L1D Off-Drawer Memory Sourced Writes",
192959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from On-Drawer memory"
193959826caSMatt Macy	},
194959826caSMatt Macy	{
195959826caSMatt Macy		"EventCode": "161",
196959826caSMatt Macy		"EventName": "L1D_ONCHIP_MEM_SOURCED_WRITES",
197959826caSMatt Macy		"BriefDescription": "L1D On-Chip Memory Sourced Writes",
198959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cache line was sourced from On-Chip memory"
199959826caSMatt Macy	},
200959826caSMatt Macy	{
201959826caSMatt Macy		"EventCode": "162",
202959826caSMatt Macy		"EventName": "L1I_ONCHIP_L3_SOURCED_WRITES",
203959826caSMatt Macy		"BriefDescription": "L1I On-Chip L3 Sourced Writes",
204959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an On-Chip Level-3 cache without intervention"
205959826caSMatt Macy	},
206959826caSMatt Macy	{
207959826caSMatt Macy		"EventCode": "163",
208959826caSMatt Macy		"EventName": "L1I_ONCHIP_L3_SOURCED_WRITES_IV",
209959826caSMatt Macy		"BriefDescription": "L1I On-Chip L3 Sourced Writes with Intervention",
210959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an On Chip Level-3 cache with intervention"
211959826caSMatt Macy	},
212959826caSMatt Macy	{
213959826caSMatt Macy		"EventCode": "164",
214959826caSMatt Macy		"EventName": "L1I_ONNODE_L4_SOURCED_WRITES",
215959826caSMatt Macy		"BriefDescription": "L1I On-Chip L4 Sourced Writes",
216959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an On-Node Level-4 cache"
217959826caSMatt Macy	},
218959826caSMatt Macy	{
219959826caSMatt Macy		"EventCode": "165",
220959826caSMatt Macy		"EventName": "L1I_ONNODE_L3_SOURCED_WRITES_IV",
221959826caSMatt Macy		"BriefDescription": "L1I On-Node L3 Sourced Writes with Intervention",
222959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an On-Node Level-3 cache with intervention"
223959826caSMatt Macy	},
224959826caSMatt Macy	{
225959826caSMatt Macy		"EventCode": "166",
226959826caSMatt Macy		"EventName": "L1I_ONNODE_L3_SOURCED_WRITES",
227959826caSMatt Macy		"BriefDescription": "L1I On-Node L3 Sourced Writes",
228959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an On-Node Level-3 cache without intervention"
229959826caSMatt Macy	},
230959826caSMatt Macy	{
231959826caSMatt Macy		"EventCode": "167",
232959826caSMatt Macy		"EventName": "L1I_ONDRAWER_L4_SOURCED_WRITES",
233959826caSMatt Macy		"BriefDescription": "L1I On-Drawer L4 Sourced Writes",
234959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an On-Drawer Level-4 cache"
235959826caSMatt Macy	},
236959826caSMatt Macy	{
237959826caSMatt Macy		"EventCode": "168",
238959826caSMatt Macy		"EventName": "L1I_ONDRAWER_L3_SOURCED_WRITES_IV",
239959826caSMatt Macy		"BriefDescription": "L1I On-Drawer L3 Sourced Writes with Intervention",
240959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an On-Drawer Level-3 cache with intervention"
241959826caSMatt Macy	},
242959826caSMatt Macy	{
243959826caSMatt Macy		"EventCode": "169",
244959826caSMatt Macy		"EventName": "L1I_ONDRAWER_L3_SOURCED_WRITES",
245959826caSMatt Macy		"BriefDescription": "L1I On-Drawer L3 Sourced Writes",
246959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an On-Drawer Level-3 cache without intervention"
247959826caSMatt Macy	},
248959826caSMatt Macy	{
249959826caSMatt Macy		"EventCode": "170",
250959826caSMatt Macy		"EventName": "L1I_OFFDRAWER_SCOL_L4_SOURCED_WRITES",
251959826caSMatt Macy		"BriefDescription": "L1I Off-Drawer Same-Column L4 Sourced Writes",
252959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an Off-Drawer Same-Column Level-4 cache"
253959826caSMatt Macy	},
254959826caSMatt Macy	{
255959826caSMatt Macy		"EventCode": "171",
256959826caSMatt Macy		"EventName": "L1I_OFFDRAWER_SCOL_L3_SOURCED_WRITES_IV",
257959826caSMatt Macy		"BriefDescription": "L1I Off-Drawer Same-Column L3 Sourced Writes with Intervention",
258959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an Off-Drawer Same-Column Level-3 cache with intervention"
259959826caSMatt Macy	},
260959826caSMatt Macy	{
261959826caSMatt Macy		"EventCode": "172",
262959826caSMatt Macy		"EventName": "L1I_OFFDRAWER_SCOL_L3_SOURCED_WRITES",
263959826caSMatt Macy		"BriefDescription": "L1I Off-Drawer Same-Column L3 Sourced Writes",
264959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an Off-Drawer Same-Column Level-3 cache without intervention"
265959826caSMatt Macy	},
266959826caSMatt Macy	{
267959826caSMatt Macy		"EventCode": "173",
268959826caSMatt Macy		"EventName": "L1I_OFFDRAWER_FCOL_L4_SOURCED_WRITES",
269959826caSMatt Macy		"BriefDescription": "L1I Off-Drawer Far-Column L4 Sourced Writes",
270959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-4 cache"
271959826caSMatt Macy	},
272959826caSMatt Macy	{
273959826caSMatt Macy		"EventCode": "174",
274959826caSMatt Macy		"EventName": "L1I_OFFDRAWER_FCOL_L3_SOURCED_WRITES_IV",
275959826caSMatt Macy		"BriefDescription": "L1I Off-Drawer Far-Column L3 Sourced Writes with Intervention",
276959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cache with intervention"
277959826caSMatt Macy	},
278959826caSMatt Macy	{
279959826caSMatt Macy		"EventCode": "175",
280959826caSMatt Macy		"EventName": "L1I_OFFDRAWER_FCOL_L3_SOURCED_WRITES",
281959826caSMatt Macy		"BriefDescription": "L1I Off-Drawer Far-Column L3 Sourced Writes",
282959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cache without intervention"
283959826caSMatt Macy	},
284959826caSMatt Macy	{
285959826caSMatt Macy		"EventCode": "176",
286959826caSMatt Macy		"EventName": "L1I_ONNODE_MEM_SOURCED_WRITES",
287959826caSMatt Macy		"BriefDescription": "L1I On-Node Memory Sourced Writes",
288959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from On-Node memory"
289959826caSMatt Macy	},
290959826caSMatt Macy	{
291959826caSMatt Macy		"EventCode": "177",
292959826caSMatt Macy		"EventName": "L1I_ONDRAWER_MEM_SOURCED_WRITES",
293959826caSMatt Macy		"BriefDescription": "L1I On-Drawer Memory Sourced Writes",
294959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from On-Drawer memory"
295959826caSMatt Macy	},
296959826caSMatt Macy	{
297959826caSMatt Macy		"EventCode": "178",
298959826caSMatt Macy		"EventName": "L1I_OFFDRAWER_MEM_SOURCED_WRITES",
299959826caSMatt Macy		"BriefDescription": "L1I Off-Drawer Memory Sourced Writes",
300959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from On-Drawer memory"
301959826caSMatt Macy	},
302959826caSMatt Macy	{
303959826caSMatt Macy		"EventCode": "179",
304959826caSMatt Macy		"EventName": "L1I_ONCHIP_MEM_SOURCED_WRITES",
305959826caSMatt Macy		"BriefDescription": "L1I On-Chip Memory Sourced Writes",
306959826caSMatt Macy		"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the returned cache line was sourced from On-Chip memory"
307959826caSMatt Macy	},
308959826caSMatt Macy	{
309959826caSMatt Macy		"EventCode": "218",
310959826caSMatt Macy		"EventName": "TX_NC_TABORT",
311959826caSMatt Macy		"BriefDescription": "Aborted transactions in non-constrained TX mode",
312959826caSMatt Macy		"PublicDescription": "A transaction abort has occurred in a non-constrained transactional-execution mode"
313959826caSMatt Macy	},
314959826caSMatt Macy	{
315959826caSMatt Macy		"EventCode": "219",
316959826caSMatt Macy		"EventName": "TX_C_TABORT_NO_SPECIAL",
317959826caSMatt Macy		"BriefDescription": "Aborted transactions in constrained TX mode not using special completion logic",
318959826caSMatt Macy		"PublicDescription": "A transaction abort has occurred in a constrained transactional-execution mode and the CPU is not using any special logic to allow the transaction to complete"
319959826caSMatt Macy	},
320959826caSMatt Macy	{
321959826caSMatt Macy		"EventCode": "220",
322959826caSMatt Macy		"EventName": "TX_C_TABORT_SPECIAL",
323959826caSMatt Macy		"BriefDescription": "Aborted transactions in constrained TX mode using special completion logic",
324959826caSMatt Macy		"PublicDescription": "A transaction abort has occurred in a constrained transactional-execution mode and the CPU is using special logic to allow the transaction to complete"
325959826caSMatt Macy	},
326959826caSMatt Macy	{
327959826caSMatt Macy		"EventCode": "448",
328959826caSMatt Macy		"EventName": "MT_DIAG_CYCLES_ONE_THR_ACTIVE",
329959826caSMatt Macy		"BriefDescription": "Cycle count with one thread active",
330959826caSMatt Macy		"PublicDescription": "Cycle count with one thread active"
331959826caSMatt Macy	},
332959826caSMatt Macy	{
333959826caSMatt Macy		"EventCode": "449",
334959826caSMatt Macy		"EventName": "MT_DIAG_CYCLES_TWO_THR_ACTIVE",
335959826caSMatt Macy		"BriefDescription": "Cycle count with two threads active",
336959826caSMatt Macy		"PublicDescription": "Cycle count with two threads active"
337*75d28674SEd Maste	}
338959826caSMatt Macy]
339