xref: /freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/translation.json (revision 3a3deb00a5e449c9478156b162dfa10ec82a2a3f)
1959826caSMatt Macy[
2*3a3deb00SEd Maste  {
3959826caSMatt Macy    "EventCode": "0x4c054",
4959826caSMatt Macy    "EventName": "PM_DERAT_MISS_16G",
5959826caSMatt Macy    "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 16G",
6959826caSMatt Macy    "PublicDescription": ""
7959826caSMatt Macy  },
8*3a3deb00SEd Maste  {
9959826caSMatt Macy    "EventCode": "0x3c054",
10959826caSMatt Macy    "EventName": "PM_DERAT_MISS_16M",
11959826caSMatt Macy    "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 16M",
12959826caSMatt Macy    "PublicDescription": ""
13959826caSMatt Macy  },
14*3a3deb00SEd Maste  {
15959826caSMatt Macy    "EventCode": "0x1c056",
16959826caSMatt Macy    "EventName": "PM_DERAT_MISS_4K",
17959826caSMatt Macy    "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 4K",
18959826caSMatt Macy    "PublicDescription": ""
19959826caSMatt Macy  },
20*3a3deb00SEd Maste  {
21959826caSMatt Macy    "EventCode": "0x2c054",
22959826caSMatt Macy    "EventName": "PM_DERAT_MISS_64K",
23959826caSMatt Macy    "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 64K",
24959826caSMatt Macy    "PublicDescription": ""
25959826caSMatt Macy  },
26*3a3deb00SEd Maste  {
27959826caSMatt Macy    "EventCode": "0x4e048",
28959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_DL2L3_MOD",
29959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from another chip's L2 or L3 on a different Node or Group (Distant), as this chip due to a data side request",
30959826caSMatt Macy    "PublicDescription": ""
31959826caSMatt Macy  },
32*3a3deb00SEd Maste  {
33959826caSMatt Macy    "EventCode": "0x3e048",
34959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_DL2L3_SHR",
35959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another chip's L2 or L3 on a different Node or Group (Distant), as this chip due to a data side request",
36959826caSMatt Macy    "PublicDescription": ""
37959826caSMatt Macy  },
38*3a3deb00SEd Maste  {
39959826caSMatt Macy    "EventCode": "0x1e042",
40959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_L2",
41959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 due to a data side request",
42959826caSMatt Macy    "PublicDescription": ""
43959826caSMatt Macy  },
44*3a3deb00SEd Maste  {
45959826caSMatt Macy    "EventCode": "0x1e04e",
46959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_L2MISS",
47959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from a localtion other than the local core's L2 due to a data side request",
48959826caSMatt Macy    "PublicDescription": ""
49959826caSMatt Macy  },
50*3a3deb00SEd Maste  {
51959826caSMatt Macy    "EventCode": "0x2e040",
52959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_L2_MEPF",
53959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 hit without dispatch conflicts on Mepf state. due to a data side request",
54959826caSMatt Macy    "PublicDescription": ""
55959826caSMatt Macy  },
56*3a3deb00SEd Maste  {
57959826caSMatt Macy    "EventCode": "0x1e040",
58959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_L2_NO_CONFLICT",
59959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 without conflict due to a data side request",
60959826caSMatt Macy    "PublicDescription": ""
61959826caSMatt Macy  },
62*3a3deb00SEd Maste  {
63959826caSMatt Macy    "EventCode": "0x4e042",
64959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_L3",
65959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 due to a data side request",
66959826caSMatt Macy    "PublicDescription": ""
67959826caSMatt Macy  },
68*3a3deb00SEd Maste  {
69959826caSMatt Macy    "EventCode": "0x3e042",
70959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_L3_DISP_CONFLICT",
71959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 with dispatch conflict due to a data side request",
72959826caSMatt Macy    "PublicDescription": ""
73959826caSMatt Macy  },
74*3a3deb00SEd Maste  {
75959826caSMatt Macy    "EventCode": "0x2e042",
76959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_L3_MEPF",
77959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 without dispatch conflicts hit on Mepf state. due to a data side request",
78959826caSMatt Macy    "PublicDescription": ""
79959826caSMatt Macy  },
80*3a3deb00SEd Maste  {
81959826caSMatt Macy    "EventCode": "0x1e044",
82959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_L3_NO_CONFLICT",
83959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L3 without conflict due to a data side request",
84959826caSMatt Macy    "PublicDescription": ""
85959826caSMatt Macy  },
86*3a3deb00SEd Maste  {
87959826caSMatt Macy    "EventCode": "0x1e04c",
88959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_LL4",
89959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from the local chip's L4 cache due to a data side request",
90959826caSMatt Macy    "PublicDescription": ""
91959826caSMatt Macy  },
92*3a3deb00SEd Maste  {
93959826caSMatt Macy    "EventCode": "0x2e048",
94959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_LMEM",
95959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from the local chip's Memory due to a data side request",
96959826caSMatt Macy    "PublicDescription": ""
97959826caSMatt Macy  },
98*3a3deb00SEd Maste  {
99959826caSMatt Macy    "EventCode": "0x2e04c",
100959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_MEMORY",
101959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from a memory location including L4 from local remote or distant due to a data side request",
102959826caSMatt Macy    "PublicDescription": ""
103959826caSMatt Macy  },
104*3a3deb00SEd Maste  {
105959826caSMatt Macy    "EventCode": "0x4e04a",
106959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_OFF_CHIP_CACHE",
107959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB either shared or modified data from another core's L2/L3 on a different chip (remote or distant) due to a data side request",
108959826caSMatt Macy    "PublicDescription": ""
109959826caSMatt Macy  },
110*3a3deb00SEd Maste  {
111959826caSMatt Macy    "EventCode": "0x1e048",
112959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_ON_CHIP_CACHE",
113959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB either shared or modified data from another core's L2/L3 on the same chip due to a data side request",
114959826caSMatt Macy    "PublicDescription": ""
115959826caSMatt Macy  },
116*3a3deb00SEd Maste  {
117959826caSMatt Macy    "EventCode": "0x2e046",
118959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_RL2L3_MOD",
119959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB with Modified (M) data from another chip's L2 or L3 on the same Node or Group (Remote), as this chip due to a data side request",
120959826caSMatt Macy    "PublicDescription": ""
121959826caSMatt Macy  },
122*3a3deb00SEd Maste  {
123959826caSMatt Macy    "EventCode": "0x1e04a",
124959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_RL2L3_SHR",
125959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another chip's L2 or L3 on the same Node or Group (Remote), as this chip due to a data side request",
126959826caSMatt Macy    "PublicDescription": ""
127959826caSMatt Macy  },
128*3a3deb00SEd Maste  {
129959826caSMatt Macy    "EventCode": "0x2e04a",
130959826caSMatt Macy    "EventName": "PM_DPTEG_FROM_RL4",
131959826caSMatt Macy    "BriefDescription": "A Page Table Entry was loaded into the TLB from another chip's L4 on the same Node or Group ( Remote) due to a data side request",
132959826caSMatt Macy    "PublicDescription": ""
133959826caSMatt Macy  },
134*3a3deb00SEd Maste  {
135959826caSMatt Macy    "EventCode": "0x300fc",
136959826caSMatt Macy    "EventName": "PM_DTLB_MISS",
137959826caSMatt Macy    "BriefDescription": "Data PTEG reload",
138959826caSMatt Macy    "PublicDescription": "Data PTEG Reloaded (DTLB Miss)"
139959826caSMatt Macy  },
140*3a3deb00SEd Maste  {
141959826caSMatt Macy    "EventCode": "0x1c058",
142959826caSMatt Macy    "EventName": "PM_DTLB_MISS_16G",
143959826caSMatt Macy    "BriefDescription": "Data TLB Miss page size 16G",
144959826caSMatt Macy    "PublicDescription": ""
145959826caSMatt Macy  },
146*3a3deb00SEd Maste  {
147959826caSMatt Macy    "EventCode": "0x4c056",
148959826caSMatt Macy    "EventName": "PM_DTLB_MISS_16M",
149959826caSMatt Macy    "BriefDescription": "Data TLB Miss page size 16M",
150959826caSMatt Macy    "PublicDescription": ""
151959826caSMatt Macy  },
152*3a3deb00SEd Maste  {
153959826caSMatt Macy    "EventCode": "0x2c056",
154959826caSMatt Macy    "EventName": "PM_DTLB_MISS_4K",
155959826caSMatt Macy    "BriefDescription": "Data TLB Miss page size 4k",
156959826caSMatt Macy    "PublicDescription": ""
157959826caSMatt Macy  },
158*3a3deb00SEd Maste  {
159959826caSMatt Macy    "EventCode": "0x3c056",
160959826caSMatt Macy    "EventName": "PM_DTLB_MISS_64K",
161959826caSMatt Macy    "BriefDescription": "Data TLB Miss page size 64K",
162959826caSMatt Macy    "PublicDescription": ""
163959826caSMatt Macy  },
164*3a3deb00SEd Maste  {
165959826caSMatt Macy    "EventCode": "0x200f6",
166959826caSMatt Macy    "EventName": "PM_LSU_DERAT_MISS",
167959826caSMatt Macy    "BriefDescription": "DERAT Reloaded due to a DERAT miss",
168959826caSMatt Macy    "PublicDescription": "DERAT Reloaded (Miss)"
169959826caSMatt Macy  },
170*3a3deb00SEd Maste  {
171959826caSMatt Macy    "EventCode": "0x20066",
172959826caSMatt Macy    "EventName": "PM_TLB_MISS",
173959826caSMatt Macy    "BriefDescription": "TLB Miss (I + D)",
174959826caSMatt Macy    "PublicDescription": ""
175*3a3deb00SEd Maste  }
176959826caSMatt Macy]
177