[PATCH v4 4/5] arm64/perf: Enable PMCR long cycle counter bit
From: Will Deacon <hidden>
Date: 2016-02-22 13:40:58
Also in:
lkml
From: Will Deacon <hidden>
Date: 2016-02-22 13:40:58
Also in:
lkml
On Mon, Feb 22, 2016 at 01:45:14PM +0100, Jan Glauber wrote:
On Thu, Feb 18, 2016 at 05:34:28PM +0000, Will Deacon wrote:quoted
On Thu, Feb 18, 2016 at 05:50:13PM +0100, Jan Glauber wrote:quoted
With the long cycle counter bit (LC) disabled the cycle counter is not working on ThunderX SOC (ThunderX only implements Aarch64). Also, according to documentation LC == 0 is deprecated. To keep the code simple the patch does not introduce 64 bit wide counter functions. Instead writing the cycle counter always sets the upper 32 bits so overflow interrupts are generated as before. Original patch from Andrew Pinksi [off-list ref]What does this mean? Do we need Andrew's S-o-B, or is this a fresh patch?Please let me know if I should repost or not, FWIW I got Andrew's S-o-B on the patch.
I think it's fine. This should all be in -next as of last Friday anyhow. Will