Re: [PATCH v2 8/9] perf cs-etm: Print the decoder name
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-09-03 11:52:43
Also in:
linux-arm-kernel, lkml
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-09-03 11:52:43
Also in:
linux-arm-kernel, lkml
Em Fri, Sep 03, 2021 at 08:18:46AM -0300, Arnaldo Carvalho de Melo escreveu:
Em Fri, Sep 03, 2021 at 10:17:25AM +0100, Suzuki K Poulose escreveu:quoted
On 06/08/2021 14:41, James Clark wrote:quoted
Use the real name of the decoder instead of hard-coding "ETM" to avoid confusion when the trace is ETE. This also now distinguishes between ETMv3 and ETMv4. Reviewed-by: Leo Yan <redacted> Signed-off-by: James Clark <redacted>Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>Thanks, collected the Reviewed-by.
Everything is in my tmp.perf/core branch now, pending test build in my containers. - Arnaldo