[PATCH 0/2] perf cs-etm: Finish removal of ETM_OPT_*

James Clark posted 2 patches 1 month ago
There is a newer version of this series
tools/include/linux/coresight-pmu.h             | 24 -----------------
tools/perf/arch/arm/util/cs-etm.c               | 14 ----------
tools/perf/util/cs-etm-decoder/cs-etm-decoder.c |  2 +-
tools/perf/util/cs-etm.c                        | 36 +++++++++----------------
tools/perf/util/cs-etm.h                        | 15 +++++++++++
5 files changed, 28 insertions(+), 63 deletions(-)
[PATCH 0/2] perf cs-etm: Finish removal of ETM_OPT_*
Posted by James Clark 1 month ago
Finish removal of ETM_OPT_* defines so the coresight-pmu.h header can
by synced from the kernel.

Signed-off-by: James Clark <james.clark@linaro.org>
---
James Clark (2):
      perf cs-etm: Finish removal of ETM_OPT_*
      tools: Sync coresight-pmu.h header

 tools/include/linux/coresight-pmu.h             | 24 -----------------
 tools/perf/arch/arm/util/cs-etm.c               | 14 ----------
 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c |  2 +-
 tools/perf/util/cs-etm.c                        | 36 +++++++++----------------
 tools/perf/util/cs-etm.h                        | 15 +++++++++++
 5 files changed, 28 insertions(+), 63 deletions(-)
---
base-commit: b1718b0367ba31e8db273e3896ebd1707bcbe59e
change-id: 20260306-james-perf-remove-etm_opt-c0e9a768dce8

Best regards,
-- 
James Clark <james.clark@linaro.org>
Re: [PATCH 0/2] perf cs-etm: Finish removal of ETM_OPT_*
Posted by Leo Yan 1 month ago
On Fri, Mar 06, 2026 at 11:24:44AM +0000, Coresight ML wrote:
> Finish removal of ETM_OPT_* defines so the coresight-pmu.h header can
> by synced from the kernel.
> 
> Signed-off-by: James Clark <james.clark@linaro.org>

For the series:

Tested-by: Leo Yan <leo.yan@arm.com>