Re: [PATCH V5 0/3] coresight: etm: Make cycle count threshold user configurable
From: Anshuman Khandual <hidden>
Date: 2023-08-28 02:46:03
Also in:
linux-arm-kernel, lkml
From: Anshuman Khandual <hidden>
Date: 2023-08-28 02:46:03
Also in:
linux-arm-kernel, lkml
On 8/21/23 10:22, Anshuman Khandual wrote:
This series makes ETM TRCCCCTRL based 'cc_threshold' user configurable via the perf event attribute. But first, this implements an errata work around affecting ETM TRCIDR3.CCITMIN value on certain cpus, overriding the field. This series applies on v6.5-rc7. Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will@kernel.org> Cc: Suzuki K Poulose <suzuki.poulose@arm.com> Cc: Mike Leach <redacted> Cc: James Clark <redacted> Cc: Leo Yan <redacted> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: coresight@lists.linaro.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Changes in V5: - Replaced 'where as' with single word 'whereas' - Reworked 'cc_threshold' fallback to ETM_CYC_THRESHOLD_DEFAULT
Any updates on this series ? Does this look okay ?