4 "PublicDescription": "This event counts the number of load ops retired that had DTLB miss.",
8 "EventName": "MEM_UOPS_RETIRED.DTLB_MISS_LOADS",
9 "SampleAfterValue": "200003",
10 "BriefDescription": "Loads missed DTLB"
13 "PublicDescription": "This event counts when a data (D) page walk is completed or started. Since a page walk implies a TLB miss, the number of TLB misses can be counted by counting the number of pagewalks.",
17 "EventName": "PAGE_WALKS.D_SIDE_WALKS",
18 "SampleAfterValue": "100003",
19 "BriefDescription": "D-side page-walks",
23 "PublicDescription": "This event counts every cycle when a D-side (walks due to a load) page walk is in progress. Page walk duration divided by number of page walks is the average duration of page-walks.",
27 "EventName": "PAGE_WALKS.D_SIDE_CYCLES",
28 "SampleAfterValue": "200003",
29 "BriefDescription": "Duration of D-side page-walks in core cycles"
32 "PublicDescription": "This event counts when an instruction (I) page walk is completed or started. Since a page walk implies a TLB miss, the number of TLB misses can be counted by counting the number of pagewalks.",
36 "EventName": "PAGE_WALKS.I_SIDE_WALKS",
37 "SampleAfterValue": "100003",
38 "BriefDescription": "I-side page-walks",
42 "PublicDescription": "This event counts every cycle when a I-side (walks due to an instruction fetch) page walk is in progress. Page walk duration divided by number of page walks is the average duration of page-walks.",
46 "EventName": "PAGE_WALKS.I_SIDE_CYCLES",
47 "SampleAfterValue": "200003",
48 "BriefDescription": "Duration of I-side page-walks in core cycles"
51 "PublicDescription": "This event counts when a data (D) page walk or an instruction (I) page walk is completed or started. Since a page walk implies a TLB miss, the number of TLB misses can be counted by counting the number of pagewalks.",
55 "EventName": "PAGE_WALKS.WALKS",
56 "SampleAfterValue": "100003",
57 "BriefDescription": "Total page walks that are completed (I-side and D-side)",
61 "PublicDescription": "This event counts every cycle when a data (D) page walk or instruction (I) page walk is in progress. Since a pagewalk implies a TLB miss, the approximate cost of a TLB miss can be determined from this event.",
65 "EventName": "PAGE_WALKS.CYCLES",
66 "SampleAfterValue": "200003",
67 "BriefDescription": "Total cycles for all the page walks. (I-side and D-side)"