165db92e0SKan Liang[ 265db92e0SKan Liang { 3*45957c1eSIan Rogers "BriefDescription": "BACLEARs asserted for any branch type", 4*45957c1eSIan Rogers "EventCode": "0xE6", 5*45957c1eSIan Rogers "EventName": "BACLEARS.ALL", 6*45957c1eSIan Rogers "PublicDescription": "Counts the number of times a BACLEAR is signaled for any reason, including, but not limited to indirect branch/call, Jcc (Jump on Conditional Code/Jump if Condition is Met) branch, unconditional branch/call, and returns.", 765db92e0SKan Liang "SampleAfterValue": "200003", 8*45957c1eSIan Rogers "UMask": "0x1" 965db92e0SKan Liang }, 1065db92e0SKan Liang { 11*45957c1eSIan Rogers "BriefDescription": "BACLEARs asserted for conditional branch", 12*45957c1eSIan Rogers "EventCode": "0xE6", 13*45957c1eSIan Rogers "EventName": "BACLEARS.COND", 14*45957c1eSIan Rogers "PublicDescription": "Counts BACLEARS on Jcc (Jump on Conditional Code/Jump if Condition is Met) branches.", 1565db92e0SKan Liang "SampleAfterValue": "200003", 16*45957c1eSIan Rogers "UMask": "0x10" 1765db92e0SKan Liang }, 1865db92e0SKan Liang { 19*45957c1eSIan Rogers "BriefDescription": "BACLEARs asserted for return branch", 20*45957c1eSIan Rogers "EventCode": "0xE6", 21*45957c1eSIan Rogers "EventName": "BACLEARS.RETURN", 22*45957c1eSIan Rogers "PublicDescription": "Counts BACLEARS on return instructions.", 2365db92e0SKan Liang "SampleAfterValue": "200003", 24*45957c1eSIan Rogers "UMask": "0x8" 2565db92e0SKan Liang }, 2665db92e0SKan Liang { 27*45957c1eSIan Rogers "BriefDescription": "Decode restrictions due to predicting wrong instruction length", 2865db92e0SKan Liang "EventCode": "0xE9", 2965db92e0SKan Liang "EventName": "DECODE_RESTRICTION.PREDECODE_WRONG", 30*45957c1eSIan Rogers "PublicDescription": "Counts the number of times the prediction (from the predecode cache) for instruction length is incorrect.", 3165db92e0SKan Liang "SampleAfterValue": "200003", 32*45957c1eSIan Rogers "UMask": "0x1" 33*45957c1eSIan Rogers }, 34*45957c1eSIan Rogers { 35*45957c1eSIan Rogers "BriefDescription": "References per ICache line. This event counts differently than Intel processors based on Silvermont microarchitecture", 36*45957c1eSIan Rogers "EventCode": "0x80", 37*45957c1eSIan Rogers "EventName": "ICACHE.ACCESSES", 38*45957c1eSIan Rogers "PublicDescription": "Counts requests to the Instruction Cache (ICache) for one or more bytes in an ICache Line. The event strives to count on a cache line basis, so that multiple fetches to a single cache line count as one ICACHE.ACCESS. Specifically, the event counts when accesses from straight line code crosses the cache line boundary, or when a branch target is to a new line.\r\nThis event counts differently than Intel processors based on Silvermont microarchitecture.", 39*45957c1eSIan Rogers "SampleAfterValue": "200003", 40*45957c1eSIan Rogers "UMask": "0x3" 41*45957c1eSIan Rogers }, 42*45957c1eSIan Rogers { 43*45957c1eSIan Rogers "BriefDescription": "References per ICache line that are available in the ICache (hit). This event counts differently than Intel processors based on Silvermont microarchitecture", 44*45957c1eSIan Rogers "EventCode": "0x80", 45*45957c1eSIan Rogers "EventName": "ICACHE.HIT", 46*45957c1eSIan Rogers "PublicDescription": "Counts requests to the Instruction Cache (ICache) for one or more bytes in an ICache Line and that cache line is in the ICache (hit). The event strives to count on a cache line basis, so that multiple accesses which hit in a single cache line count as one ICACHE.HIT. Specifically, the event counts when straight line code crosses the cache line boundary, or when a branch target is to a new line, and that cache line is in the ICache. This event counts differently than Intel processors based on Silvermont microarchitecture.", 47*45957c1eSIan Rogers "SampleAfterValue": "200003", 48*45957c1eSIan Rogers "UMask": "0x1" 49*45957c1eSIan Rogers }, 50*45957c1eSIan Rogers { 51*45957c1eSIan Rogers "BriefDescription": "References per ICache line that are not available in the ICache (miss). This event counts differently than Intel processors based on Silvermont microarchitecture", 52*45957c1eSIan Rogers "EventCode": "0x80", 53*45957c1eSIan Rogers "EventName": "ICACHE.MISSES", 54*45957c1eSIan Rogers "PublicDescription": "Counts requests to the Instruction Cache (ICache) for one or more bytes in an ICache Line and that cache line is not in the ICache (miss). The event strives to count on a cache line basis, so that multiple accesses which miss in a single cache line count as one ICACHE.MISS. Specifically, the event counts when straight line code crosses the cache line boundary, or when a branch target is to a new line, and that cache line is not in the ICache. This event counts differently than Intel processors based on Silvermont microarchitecture.", 55*45957c1eSIan Rogers "SampleAfterValue": "200003", 56*45957c1eSIan Rogers "UMask": "0x2" 57*45957c1eSIan Rogers }, 58*45957c1eSIan Rogers { 59*45957c1eSIan Rogers "BriefDescription": "MS decode starts", 60*45957c1eSIan Rogers "EventCode": "0xE7", 61*45957c1eSIan Rogers "EventName": "MS_DECODED.MS_ENTRY", 62*45957c1eSIan Rogers "PublicDescription": "Counts the number of times the Microcode Sequencer (MS) starts a flow of uops from the MSROM. It does not count every time a uop is read from the MSROM. The most common case that this counts is when a micro-coded instruction is encountered by the front end of the machine. Other cases include when an instruction encounters a fault, trap, or microcode assist of any sort that initiates a flow of uops. The event will count MS startups for uops that are speculative, and subsequently cleared by branch mispredict or a machine clear.", 63*45957c1eSIan Rogers "SampleAfterValue": "200003", 64*45957c1eSIan Rogers "UMask": "0x1" 6565db92e0SKan Liang } 6665db92e0SKan Liang] 67