1*7e74ece3SIan Rogers[ 2*7e74ece3SIan Rogers { 3*7e74ece3SIan Rogers "BriefDescription": "Loads that miss the DTLB and hit the STLB.", 4*7e74ece3SIan Rogers "EventCode": "0x08", 5*7e74ece3SIan Rogers "EventName": "DTLB_LOAD_MISSES.STLB_HIT", 6*7e74ece3SIan Rogers "PublicDescription": "Counts loads that miss the DTLB (Data TLB) and hit the STLB (Second level TLB).", 7*7e74ece3SIan Rogers "SampleAfterValue": "100003", 8*7e74ece3SIan Rogers "UMask": "0x20" 9*7e74ece3SIan Rogers }, 10*7e74ece3SIan Rogers { 11*7e74ece3SIan Rogers "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a demand load.", 12*7e74ece3SIan Rogers "CounterMask": "1", 13*7e74ece3SIan Rogers "EventCode": "0x08", 14*7e74ece3SIan Rogers "EventName": "DTLB_LOAD_MISSES.WALK_ACTIVE", 15*7e74ece3SIan Rogers "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a demand load.", 16*7e74ece3SIan Rogers "SampleAfterValue": "100003", 17*7e74ece3SIan Rogers "UMask": "0x10" 18*7e74ece3SIan Rogers }, 19*7e74ece3SIan Rogers { 20*7e74ece3SIan Rogers "BriefDescription": "Load miss in all TLB levels causes a page walk that completes. (All page sizes)", 21*7e74ece3SIan Rogers "EventCode": "0x08", 22*7e74ece3SIan Rogers "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED", 23*7e74ece3SIan Rogers "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.", 24*7e74ece3SIan Rogers "SampleAfterValue": "100003", 25*7e74ece3SIan Rogers "UMask": "0xe" 26*7e74ece3SIan Rogers }, 27*7e74ece3SIan Rogers { 28*7e74ece3SIan Rogers "BriefDescription": "Page walks completed due to a demand data load to a 2M/4M page.", 29*7e74ece3SIan Rogers "EventCode": "0x08", 30*7e74ece3SIan Rogers "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_2M_4M", 31*7e74ece3SIan Rogers "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.", 32*7e74ece3SIan Rogers "SampleAfterValue": "100003", 33*7e74ece3SIan Rogers "UMask": "0x4" 34*7e74ece3SIan Rogers }, 35*7e74ece3SIan Rogers { 36*7e74ece3SIan Rogers "BriefDescription": "Page walks completed due to a demand data load to a 4K page.", 37*7e74ece3SIan Rogers "EventCode": "0x08", 38*7e74ece3SIan Rogers "EventName": "DTLB_LOAD_MISSES.WALK_COMPLETED_4K", 39*7e74ece3SIan Rogers "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.", 40*7e74ece3SIan Rogers "SampleAfterValue": "100003", 41*7e74ece3SIan Rogers "UMask": "0x2" 42*7e74ece3SIan Rogers }, 43*7e74ece3SIan Rogers { 44*7e74ece3SIan Rogers "BriefDescription": "Number of page walks outstanding for a demand load in the PMH each cycle.", 45*7e74ece3SIan Rogers "EventCode": "0x08", 46*7e74ece3SIan Rogers "EventName": "DTLB_LOAD_MISSES.WALK_PENDING", 47*7e74ece3SIan Rogers "PublicDescription": "Counts the number of page walks outstanding for a demand load in the PMH (Page Miss Handler) each cycle.", 48*7e74ece3SIan Rogers "SampleAfterValue": "100003", 49*7e74ece3SIan Rogers "UMask": "0x10" 50*7e74ece3SIan Rogers }, 51*7e74ece3SIan Rogers { 52*7e74ece3SIan Rogers "BriefDescription": "Stores that miss the DTLB and hit the STLB.", 53*7e74ece3SIan Rogers "EventCode": "0x49", 54*7e74ece3SIan Rogers "EventName": "DTLB_STORE_MISSES.STLB_HIT", 55*7e74ece3SIan Rogers "PublicDescription": "Counts stores that miss the DTLB (Data TLB) and hit the STLB (2nd Level TLB).", 56*7e74ece3SIan Rogers "SampleAfterValue": "100003", 57*7e74ece3SIan Rogers "UMask": "0x20" 58*7e74ece3SIan Rogers }, 59*7e74ece3SIan Rogers { 60*7e74ece3SIan Rogers "BriefDescription": "Cycles when at least one PMH is busy with a page walk for a store.", 61*7e74ece3SIan Rogers "CounterMask": "1", 62*7e74ece3SIan Rogers "EventCode": "0x49", 63*7e74ece3SIan Rogers "EventName": "DTLB_STORE_MISSES.WALK_ACTIVE", 64*7e74ece3SIan Rogers "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a store.", 65*7e74ece3SIan Rogers "SampleAfterValue": "100003", 66*7e74ece3SIan Rogers "UMask": "0x10" 67*7e74ece3SIan Rogers }, 68*7e74ece3SIan Rogers { 69*7e74ece3SIan Rogers "BriefDescription": "Store misses in all TLB levels causes a page walk that completes. (All page sizes)", 70*7e74ece3SIan Rogers "EventCode": "0x49", 71*7e74ece3SIan Rogers "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED", 72*7e74ece3SIan Rogers "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.", 73*7e74ece3SIan Rogers "SampleAfterValue": "100003", 74*7e74ece3SIan Rogers "UMask": "0xe" 75*7e74ece3SIan Rogers }, 76*7e74ece3SIan Rogers { 77*7e74ece3SIan Rogers "BriefDescription": "Page walks completed due to a demand data store to a 2M/4M page.", 78*7e74ece3SIan Rogers "EventCode": "0x49", 79*7e74ece3SIan Rogers "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_2M_4M", 80*7e74ece3SIan Rogers "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.", 81*7e74ece3SIan Rogers "SampleAfterValue": "100003", 82*7e74ece3SIan Rogers "UMask": "0x4" 83*7e74ece3SIan Rogers }, 84*7e74ece3SIan Rogers { 85*7e74ece3SIan Rogers "BriefDescription": "Page walks completed due to a demand data store to a 4K page.", 86*7e74ece3SIan Rogers "EventCode": "0x49", 87*7e74ece3SIan Rogers "EventName": "DTLB_STORE_MISSES.WALK_COMPLETED_4K", 88*7e74ece3SIan Rogers "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.", 89*7e74ece3SIan Rogers "SampleAfterValue": "100003", 90*7e74ece3SIan Rogers "UMask": "0x2" 91*7e74ece3SIan Rogers }, 92*7e74ece3SIan Rogers { 93*7e74ece3SIan Rogers "BriefDescription": "Number of page walks outstanding for a store in the PMH each cycle.", 94*7e74ece3SIan Rogers "EventCode": "0x49", 95*7e74ece3SIan Rogers "EventName": "DTLB_STORE_MISSES.WALK_PENDING", 96*7e74ece3SIan Rogers "PublicDescription": "Counts the number of page walks outstanding for a store in the PMH (Page Miss Handler) each cycle.", 97*7e74ece3SIan Rogers "SampleAfterValue": "100003", 98*7e74ece3SIan Rogers "UMask": "0x10" 99*7e74ece3SIan Rogers }, 100*7e74ece3SIan Rogers { 101*7e74ece3SIan Rogers "BriefDescription": "Instruction fetch requests that miss the ITLB and hit the STLB.", 102*7e74ece3SIan Rogers "EventCode": "0x85", 103*7e74ece3SIan Rogers "EventName": "ITLB_MISSES.STLB_HIT", 104*7e74ece3SIan Rogers "PublicDescription": "Counts instruction fetch requests that miss the ITLB (Instruction TLB) and hit the STLB (Second-level TLB).", 105*7e74ece3SIan Rogers "SampleAfterValue": "100003", 106*7e74ece3SIan Rogers "UMask": "0x20" 107*7e74ece3SIan Rogers }, 108*7e74ece3SIan Rogers { 109*7e74ece3SIan Rogers "BriefDescription": "Cycles when at least one PMH is busy with a page walk for code (instruction fetch) request.", 110*7e74ece3SIan Rogers "CounterMask": "1", 111*7e74ece3SIan Rogers "EventCode": "0x85", 112*7e74ece3SIan Rogers "EventName": "ITLB_MISSES.WALK_ACTIVE", 113*7e74ece3SIan Rogers "PublicDescription": "Counts cycles when at least one PMH (Page Miss Handler) is busy with a page walk for a code (instruction fetch) request.", 114*7e74ece3SIan Rogers "SampleAfterValue": "100003", 115*7e74ece3SIan Rogers "UMask": "0x10" 116*7e74ece3SIan Rogers }, 117*7e74ece3SIan Rogers { 118*7e74ece3SIan Rogers "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (All page sizes)", 119*7e74ece3SIan Rogers "EventCode": "0x85", 120*7e74ece3SIan Rogers "EventName": "ITLB_MISSES.WALK_COMPLETED", 121*7e74ece3SIan Rogers "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.", 122*7e74ece3SIan Rogers "SampleAfterValue": "100003", 123*7e74ece3SIan Rogers "UMask": "0xe" 124*7e74ece3SIan Rogers }, 125*7e74ece3SIan Rogers { 126*7e74ece3SIan Rogers "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (2M/4M)", 127*7e74ece3SIan Rogers "EventCode": "0x85", 128*7e74ece3SIan Rogers "EventName": "ITLB_MISSES.WALK_COMPLETED_2M_4M", 129*7e74ece3SIan Rogers "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.", 130*7e74ece3SIan Rogers "SampleAfterValue": "100003", 131*7e74ece3SIan Rogers "UMask": "0x4" 132*7e74ece3SIan Rogers }, 133*7e74ece3SIan Rogers { 134*7e74ece3SIan Rogers "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (4K)", 135*7e74ece3SIan Rogers "EventCode": "0x85", 136*7e74ece3SIan Rogers "EventName": "ITLB_MISSES.WALK_COMPLETED_4K", 137*7e74ece3SIan Rogers "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.", 138*7e74ece3SIan Rogers "SampleAfterValue": "100003", 139*7e74ece3SIan Rogers "UMask": "0x2" 140*7e74ece3SIan Rogers }, 141*7e74ece3SIan Rogers { 142*7e74ece3SIan Rogers "BriefDescription": "Number of page walks outstanding for an outstanding code request in the PMH each cycle.", 143*7e74ece3SIan Rogers "EventCode": "0x85", 144*7e74ece3SIan Rogers "EventName": "ITLB_MISSES.WALK_PENDING", 145*7e74ece3SIan Rogers "PublicDescription": "Counts the number of page walks outstanding for an outstanding code (instruction fetch) request in the PMH (Page Miss Handler) each cycle.", 146*7e74ece3SIan Rogers "SampleAfterValue": "100003", 147*7e74ece3SIan Rogers "UMask": "0x10" 148*7e74ece3SIan Rogers }, 149*7e74ece3SIan Rogers { 150*7e74ece3SIan Rogers "BriefDescription": "DTLB flush attempts of the thread-specific entries", 151*7e74ece3SIan Rogers "EventCode": "0xBD", 152*7e74ece3SIan Rogers "EventName": "TLB_FLUSH.DTLB_THREAD", 153*7e74ece3SIan Rogers "PublicDescription": "Counts the number of DTLB flush attempts of the thread-specific entries.", 154*7e74ece3SIan Rogers "SampleAfterValue": "100007", 155*7e74ece3SIan Rogers "UMask": "0x1" 156*7e74ece3SIan Rogers }, 157*7e74ece3SIan Rogers { 158*7e74ece3SIan Rogers "BriefDescription": "STLB flush attempts", 159*7e74ece3SIan Rogers "EventCode": "0xBD", 160*7e74ece3SIan Rogers "EventName": "TLB_FLUSH.STLB_ANY", 161*7e74ece3SIan Rogers "PublicDescription": "Counts the number of any STLB flush attempts (such as entire, VPID, PCID, InvPage, CR3 write, etc.).", 162*7e74ece3SIan Rogers "SampleAfterValue": "100007", 163*7e74ece3SIan Rogers "UMask": "0x20" 164*7e74ece3SIan Rogers } 165*7e74ece3SIan Rogers] 166