1[
2    {
3        "BriefDescription": "Counts the number of load micro-ops retired that cause a DTLB miss",
4        "Data_LA": "1",
5        "EventCode": "0x04",
6        "EventName": "MEM_UOPS_RETIRED.DTLB_MISS_LOADS",
7        "PEBS": "1",
8        "SampleAfterValue": "200003",
9        "UMask": "0x8"
10    },
11    {
12        "BriefDescription": "Counts the total number of core cycles for all the page walks. The cycles for page walks started in speculative path will also be included.",
13        "EventCode": "0x05",
14        "EventName": "PAGE_WALKS.CYCLES",
15        "PublicDescription": "This event counts every cycle when a data (D) page walk or instruction (I) page walk is in progress.",
16        "SampleAfterValue": "200003",
17        "UMask": "0x3"
18    },
19    {
20        "BriefDescription": "Counts the total number of core cycles for all the D-side page walks. The cycles for page walks started in speculative path will also be included.",
21        "EventCode": "0x05",
22        "EventName": "PAGE_WALKS.D_SIDE_CYCLES",
23        "SampleAfterValue": "200003",
24        "UMask": "0x1"
25    },
26    {
27        "BriefDescription": "Counts the total D-side page walks that are completed or started. The page walks started in the speculative path will also be counted",
28        "EdgeDetect": "1",
29        "EventCode": "0x05",
30        "EventName": "PAGE_WALKS.D_SIDE_WALKS",
31        "SampleAfterValue": "100003",
32        "UMask": "0x1"
33    },
34    {
35        "BriefDescription": "Counts the total number of core cycles for all the I-side page walks. The cycles for page walks started in speculative path will also be included.",
36        "EventCode": "0x05",
37        "EventName": "PAGE_WALKS.I_SIDE_CYCLES",
38        "PublicDescription": "This event counts every cycle when an I-side (walks due to an instruction fetch) page walk is in progress.",
39        "SampleAfterValue": "200003",
40        "UMask": "0x2"
41    },
42    {
43        "BriefDescription": "Counts the total I-side page walks that are completed.",
44        "EdgeDetect": "1",
45        "EventCode": "0x05",
46        "EventName": "PAGE_WALKS.I_SIDE_WALKS",
47        "SampleAfterValue": "100003",
48        "UMask": "0x2"
49    },
50    {
51        "BriefDescription": "Counts the total page walks that are completed (I-side and D-side)",
52        "EdgeDetect": "1",
53        "EventCode": "0x05",
54        "EventName": "PAGE_WALKS.WALKS",
55        "SampleAfterValue": "100003",
56        "UMask": "0x3"
57    }
58]
59