Merge remote-tracking branch 'torvalds/master' into perf/core
[linux-2.6-microblaze.git] / tools / perf / pmu-events / arch / x86 / icelakex / virtual-memory.json
1 [
2     {
3         "BriefDescription": "Page walks completed due to a demand data load to a 4K page.",
4         "CollectPEBSRecord": "2",
5         "Counter": "0,1,2,3",
6         "EventCode": "0x08",
7         "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_4K",
8         "PEBScounters": "0,1,2,3",
9         "PublicDescription": "Counts completed page walks  (4K sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
10         "SampleAfterValue": "100003",
11         "Speculative": "1",
12         "UMask": "0x2"
13     },
14     {
15         "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.",
16         "CollectPEBSRecord": "2",
17         "Counter": "0,1,2,3",
18         "EventCode": "0x08",
19         "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_2M_4M",
20         "PEBScounters": "0,1,2,3",
21         "PublicDescription": "Counts completed page walks  (2M/4M sizes) caused by demand data loads. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
22         "SampleAfterValue": "100003",
23         "Speculative": "1",
24         "UMask": "0x4"
25     },
26     {
27         "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)",
28         "CollectPEBSRecord": "2",
29         "Counter": "0,1,2,3",
30         "EventCode": "0x08",
31         "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED",
32         "PEBScounters": "0,1,2,3",
33         "PublicDescription": "Counts completed page walks  (all page sizes) caused by demand data loads. This implies it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
34         "SampleAfterValue": "100003",
35         "Speculative": "1",
36         "UMask": "0xe"
37     },
38     {
39         "BriefDescription": "Number of page walks outstanding for a demand load in the PMH each cycle.",
40         "CollectPEBSRecord": "2",
41         "Counter": "0,1,2,3",
42         "EventCode": "0x08",
43         "EventName": "DTLB_LOAD_MISSES.WALK_PENDING",
44         "PEBScounters": "0,1,2,3",
45         "PublicDescription": "Counts the number of page walks outstanding for a demand load in the PMH (Page Miss Handler) each cycle.",
46         "SampleAfterValue": "100003",
47         "Speculative": "1",
48         "UMask": "0x10"
49     },
50     {
51         "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a demand load.",
52         "CollectPEBSRecord": "2",
53         "Counter": "0,1,2,3",
54         "CounterMask": "1",
55         "EventCode": "0x08",
56         "EventName": "DTLB_LOAD_MISSES.WALK_ACTIVE",
57         "PEBScounters": "0,1,2,3",
58         "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a demand load.",
59         "SampleAfterValue": "100003",
60         "Speculative": "1",
61         "UMask": "0x10"
62     },
63     {
64         "BriefDescription": "Loads that miss the DTLB and hit the STLB.",
65         "CollectPEBSRecord": "2",
66         "Counter": "0,1,2,3",
67         "EventCode": "0x08",
68         "EventName": "DTLB_LOAD_MISSES.STLB_HIT",
69         "PEBScounters": "0,1,2,3",
70         "PublicDescription": "Counts loads that miss the DTLB (Data TLB) and hit the STLB (Second level TLB).",
71         "SampleAfterValue": "100003",
72         "Speculative": "1",
73         "UMask": "0x20"
74     },
75     {
76         "BriefDescription": "Page walks completed due to a demand data store to a 4K page.",
77         "CollectPEBSRecord": "2",
78         "Counter": "0,1,2,3",
79         "EventCode": "0x49",
80         "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_4K",
81         "PEBScounters": "0,1,2,3",
82         "PublicDescription": "Counts completed page walks  (4K sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
83         "SampleAfterValue": "100003",
84         "Speculative": "1",
85         "UMask": "0x2"
86     },
87     {
88         "BriefDescription": "Page walks completed due to a demand data store to a 2M/4M page.",
89         "CollectPEBSRecord": "2",
90         "Counter": "0,1,2,3",
91         "EventCode": "0x49",
92         "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_2M_4M",
93         "PEBScounters": "0,1,2,3",
94         "PublicDescription": "Counts completed page walks  (2M/4M sizes) caused by demand data stores. This implies address translations missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
95         "SampleAfterValue": "100003",
96         "Speculative": "1",
97         "UMask": "0x4"
98     },
99     {
100         "BriefDescription": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)",
101         "CollectPEBSRecord": "2",
102         "Counter": "0,1,2,3",
103         "EventCode": "0x49",
104         "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED",
105         "PEBScounters": "0,1,2,3",
106         "PublicDescription": "Counts completed page walks  (all page sizes) caused by demand data stores. This implies it missed in the DTLB and further levels of TLB. The page walk can end with or without a fault.",
107         "SampleAfterValue": "100003",
108         "Speculative": "1",
109         "UMask": "0xe"
110     },
111     {
112         "BriefDescription": "Number of page walks outstanding for a store in the PMH each cycle.",
113         "CollectPEBSRecord": "2",
114         "Counter": "0,1,2,3",
115         "EventCode": "0x49",
116         "EventName": "DTLB_STORE_MISSES.WALK_PENDING",
117         "PEBScounters": "0,1,2,3",
118         "PublicDescription": "Counts the number of page walks outstanding for a store in the PMH (Page Miss Handler) each cycle.",
119         "SampleAfterValue": "100003",
120         "Speculative": "1",
121         "UMask": "0x10"
122     },
123     {
124         "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a store.",
125         "CollectPEBSRecord": "2",
126         "Counter": "0,1,2,3",
127         "CounterMask": "1",
128         "EventCode": "0x49",
129         "EventName": "DTLB_STORE_MISSES.WALK_ACTIVE",
130         "PEBScounters": "0,1,2,3",
131         "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a store.",
132         "SampleAfterValue": "100003",
133         "Speculative": "1",
134         "UMask": "0x10"
135     },
136     {
137         "BriefDescription": "Stores that miss the DTLB and hit the STLB.",
138         "CollectPEBSRecord": "2",
139         "Counter": "0,1,2,3",
140         "EventCode": "0x49",
141         "EventName": "DTLB_STORE_MISSES.STLB_HIT",
142         "PEBScounters": "0,1,2,3",
143         "PublicDescription": "Counts stores that miss the DTLB (Data TLB) and hit the STLB (2nd Level TLB).",
144         "SampleAfterValue": "100003",
145         "Speculative": "1",
146         "UMask": "0x20"
147     },
148     {
149         "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (4K)",
150         "CollectPEBSRecord": "2",
151         "Counter": "0,1,2,3",
152         "EventCode": "0x85",
153         "EventName": "ITLB_MISSES.WALK_COMPLETED_4K",
154         "PEBScounters": "0,1,2,3",
155         "PublicDescription": "Counts completed page walks (4K page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
156         "SampleAfterValue": "100003",
157         "Speculative": "1",
158         "UMask": "0x2"
159     },
160     {
161         "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (2M/4M)",
162         "CollectPEBSRecord": "2",
163         "Counter": "0,1,2,3",
164         "EventCode": "0x85",
165         "EventName": "ITLB_MISSES.WALK_COMPLETED_2M_4M",
166         "PEBScounters": "0,1,2,3",
167         "PublicDescription": "Counts completed page walks (2M/4M page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
168         "SampleAfterValue": "100003",
169         "Speculative": "1",
170         "UMask": "0x4"
171     },
172     {
173         "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)",
174         "CollectPEBSRecord": "2",
175         "Counter": "0,1,2,3",
176         "EventCode": "0x85",
177         "EventName": "ITLB_MISSES.WALK_COMPLETED",
178         "PEBScounters": "0,1,2,3",
179         "PublicDescription": "Counts completed page walks (all page sizes) caused by a code fetch. This implies it missed in the ITLB (Instruction TLB) and further levels of TLB. The page walk can end with or without a fault.",
180         "SampleAfterValue": "100003",
181         "Speculative": "1",
182         "UMask": "0xe"
183     },
184     {
185         "BriefDescription": "Number of page walks outstanding for an outstanding code request in the PMH each cycle.",
186         "CollectPEBSRecord": "2",
187         "Counter": "0,1,2,3",
188         "EventCode": "0x85",
189         "EventName": "ITLB_MISSES.WALK_PENDING",
190         "PEBScounters": "0,1,2,3",
191         "PublicDescription": "Counts the number of page walks outstanding for an outstanding code (instruction fetch) request in the PMH (Page Miss Handler) each cycle.",
192         "SampleAfterValue": "100003",
193         "Speculative": "1",
194         "UMask": "0x10"
195     },
196     {
197         "BriefDescription": "Cycles when at least one PMH is busy with a page walk for code (instruction fetch) request.",
198         "CollectPEBSRecord": "2",
199         "Counter": "0,1,2,3",
200         "CounterMask": "1",
201         "EventCode": "0x85",
202         "EventName": "ITLB_MISSES.WALK_ACTIVE",
203         "PEBScounters": "0,1,2,3",
204         "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request.",
205         "SampleAfterValue": "100003",
206         "Speculative": "1",
207         "UMask": "0x10"
208     },
209     {
210         "BriefDescription": "Instruction fetch requests that miss the ITLB and hit the STLB.",
211         "CollectPEBSRecord": "2",
212         "Counter": "0,1,2,3",
213         "EventCode": "0x85",
214         "EventName": "ITLB_MISSES.STLB_HIT",
215         "PEBScounters": "0,1,2,3",
216         "PublicDescription": "Counts instruction fetch requests that miss the ITLB (Instruction TLB) and hit the STLB (Second-level TLB).",
217         "SampleAfterValue": "100003",
218         "Speculative": "1",
219         "UMask": "0x20"
220     },
221     {
222         "BriefDescription": "DTLB flush attempts of the thread-specific entries",
223         "CollectPEBSRecord": "2",
224         "Counter": "0,1,2,3",
225         "EventCode": "0xBD",
226         "EventName": "TLB_FLUSH.DTLB_THREAD",
227         "PEBScounters": "0,1,2,3",
228         "PublicDescription": "Counts the number of DTLB flush attempts of the thread-specific entries.",
229         "SampleAfterValue": "100007",
230         "Speculative": "1",
231         "UMask": "0x1"
232     },
233     {
234         "BriefDescription": "STLB flush attempts",
235         "CollectPEBSRecord": "2",
236         "Counter": "0,1,2,3",
237         "EventCode": "0xBD",
238         "EventName": "TLB_FLUSH.STLB_ANY",
239         "PEBScounters": "0,1,2,3",
240         "PublicDescription": "Counts the number of any STLB flush attempts (such as entire, VPID, PCID, InvPage, CR3 write, etc.).",
241         "SampleAfterValue": "100007",
242         "Speculative": "1",
243         "UMask": "0x20"
244     }
245 ]