[ { "CollectPEBSRecord": "1", "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.", "EventCode": "0x80", "Counter": "0,1,2,3", "UMask": "0x1", "EventName": "ICACHE.HIT", "SampleAfterValue": "200003", "BriefDescription": "References per ICache line that are available in the ICache (hit). This event counts differently than Intel processors based on Silvermont microarchitecture" }, { "CollectPEBSRecord": "1", "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.", "EventCode": "0x80", "Counter": "0,1,2,3", "UMask": "0x2", "EventName": "ICACHE.MISSES", "SampleAfterValue": "200003", "BriefDescription": "References per ICache line that are not available in the ICache (miss). This event counts differently than Intel processors based on Silvermont microarchitecture" }, { "CollectPEBSRecord": "1", "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.", "EventCode": "0x80", "Counter": "0,1,2,3", "UMask": "0x3", "EventName": "ICACHE.ACCESSES", "SampleAfterValue": "200003", "BriefDescription": "References per ICache line. This event counts differently than Intel processors based on Silvermont microarchitecture" }, { "CollectPEBSRecord": "1", "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.", "EventCode": "0xE7", "Counter": "0,1,2,3", "UMask": "0x1", "EventName": "MS_DECODED.MS_ENTRY", "SampleAfterValue": "200003", "BriefDescription": "MS decode starts" }, { "CollectPEBSRecord": "1", "PublicDescription": "Counts the number of times the prediction (from the predecode cache) for instruction length is incorrect.", "EventCode": "0xE9", "Counter": "0,1,2,3", "UMask": "0x1", "EventName": "DECODE_RESTRICTION.PREDECODE_WRONG", "SampleAfterValue": "200003", "BriefDescription": "Decode restrictions due to predicting wrong instruction length" } ]t' value='reload'/>
authorTin Huynh <tnhuynh@apm.com>2016-11-29 11:18:20 +0700
committerJacek Anaszewski <j.anaszewski@samsung.com>2016-11-30 11:10:09 +0100
commitf26dab9fc745540f7e30aa8840be6e49b9671080 (patch)
tree72f205f3a8bbb87f1ad3db1c47b559ca780d17c0
parentcee0122de3a850d3d66d8346a20e3d2a0146b4a0 (diff)
leds: pca963x: Add ACPI support
This patch enables ACPI support for leds-pca963x driver. Signed-off-by: Tin Huynh <tnhuynh@apm.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Diffstat