11c3a2c86SAndi Kleen[ 21c3a2c86SAndi Kleen { 3a2f6001bSIan Rogers "BriefDescription": "Cycles code-fetch stalled due to any reason.", 4*caccae3cSIan Rogers "Counter": "0,1", 5a2f6001bSIan Rogers "EventCode": "0x86", 6a2f6001bSIan Rogers "EventName": "FETCH_STALL.ALL", 7a2f6001bSIan Rogers "PublicDescription": "Counts cycles that fetch is stalled due to any reason. That is, the decoder queue is able to accept bytes, but the fetch unit is unable to provide bytes. This will include cycles due to an ITLB miss, ICache miss and other events.", 81c3a2c86SAndi Kleen "SampleAfterValue": "200003", 9a2f6001bSIan Rogers "UMask": "0x3f" 101c3a2c86SAndi Kleen }, 111c3a2c86SAndi Kleen { 12a2f6001bSIan Rogers "BriefDescription": "Cycles code-fetch stalled due to an outstanding ITLB miss.", 13*caccae3cSIan Rogers "Counter": "0,1", 14a2f6001bSIan Rogers "EventCode": "0x86", 15a2f6001bSIan Rogers "EventName": "FETCH_STALL.ITLB_FILL_PENDING_CYCLES", 16a2f6001bSIan Rogers "PublicDescription": "Counts cycles that fetch is stalled due to an outstanding ITLB miss. That is, the decoder queue is able to accept bytes, but the fetch unit is unable to provide bytes due to an ITLB miss. Note: this event is not the same as page walk cycles to retrieve an instruction translation.", 171c3a2c86SAndi Kleen "SampleAfterValue": "200003", 18a2f6001bSIan Rogers "UMask": "0x2" 191c3a2c86SAndi Kleen } 201c3a2c86SAndi Kleen] 21