[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CADDJ8CXxR6_SHLpeX=hxZg9SbBBQ7EoN0RySATjwaSZoK2k68g@mail.gmail.com>
Date: Tue, 25 Apr 2023 20:16:15 -0700
From: Denis Nikitin <denik@...omium.org>
To: James Clark <james.clark@....com>
Cc: linux-perf-users@...r.kernel.org, coresight@...ts.linaro.org,
shy828301@...il.com, denik@...gle.com,
Mathieu Poirier <mathieu.poirier@...aro.org>,
Mike Leach <mike.leach@...aro.org>,
John Garry <john.g.garry@...cle.com>,
Will Deacon <will@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Ian Rogers <irogers@...gle.com>,
Adrian Hunter <adrian.hunter@...el.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/7] perf: cs-etm: Fixes around timestamped and timeless decoding
Thanks James!
Some of the patches failed to apply on ToT.
Acked-by: Denis Nikitin <denik@...omium.org>
- Denis
On Mon, Apr 24, 2023 at 6:48 AM James Clark <james.clark@....com> wrote:
>
> The first commit contains a fix for a recently introduced regression,
> but was always a shortcoming in the Coresight code anyway.
>
> The following commits are a tidyup in preparation for the last commit,
> which is a fairly major change to the decode logic that's also
> indirectly related to the regression so I thought it would be good time
> to fix that now.
>
> Applies to perf/core (9be6ab181b7b)
>
> James Clark (7):
> perf: cs-etm: Fix timeless decode mode detection
> perf tools: Add util function for overriding user set config values
> perf: cs-etm: Don't test full_auxtrace because it's always set
> perf: cs-etm: Validate options after applying them
> perf: cs-etm: Allow user to override timestamp and contextid settings
> perf: cs-etm: Use bool type for boolean values
> perf: cs-etm: Add separate decode paths for timeless and per-thread
> modes
>
> tools/perf/arch/arm/util/cs-etm.c | 223 +++++++++---------
> tools/perf/arch/arm/util/pmu.c | 2 +
> tools/perf/arch/arm64/util/arm-spe.c | 26 +-
> tools/perf/arch/x86/util/intel-pt.c | 22 +-
> tools/perf/tests/shell/test_arm_coresight.sh | 24 ++
> .../perf/util/cs-etm-decoder/cs-etm-decoder.h | 8 +-
> tools/perf/util/cs-etm.c | 200 +++++++++++-----
> tools/perf/util/cs-etm.h | 6 +-
> tools/perf/util/evsel.c | 29 +++
> tools/perf/util/evsel.h | 3 +
> 10 files changed, 325 insertions(+), 218 deletions(-)
>
> --
> 2.34.1
>
> _______________________________________________
> CoreSight mailing list -- coresight@...ts.linaro.org
> To unsubscribe send an email to coresight-leave@...ts.linaro.org
Powered by blists - more mailing lists