7 "EventName": "MEM_UOPS_RETIRED.DTLB_MISS_LOADS",
8 "SampleAfterValue": "200003",
9 "BriefDescription": "Counts the number of load micro-ops retired that cause a DTLB miss",
16 "EventName": "PAGE_WALKS.D_SIDE_WALKS",
17 "SampleAfterValue": "100003",
18 "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",
25 "EventName": "PAGE_WALKS.D_SIDE_CYCLES",
26 "SampleAfterValue": "200003",
27 "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."
33 "EventName": "PAGE_WALKS.I_SIDE_WALKS",
34 "SampleAfterValue": "100003",
35 "BriefDescription": "Counts the total I-side page walks that are completed.",
39 "PublicDescription": "This event counts every cycle when an I-side (walks due to an instruction fetch) page walk is in progress. ",
43 "EventName": "PAGE_WALKS.I_SIDE_CYCLES",
44 "SampleAfterValue": "200003",
45 "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."
51 "EventName": "PAGE_WALKS.WALKS",
52 "SampleAfterValue": "100003",
53 "BriefDescription": "Counts the total page walks that are completed (I-side and D-side)",
57 "PublicDescription": "This event counts every cycle when a data (D) page walk or instruction (I) page walk is in progress.",
61 "EventName": "PAGE_WALKS.CYCLES",
62 "SampleAfterValue": "200003",
63 "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."