linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] perf: cs-etm: Fixes around timestamped and timeless decoding
@ 2023-04-24 13:47 James Clark
  2023-04-24 13:47 ` [PATCH 1/7] perf: cs-etm: Fix timeless decode mode detection James Clark
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: James Clark @ 2023-04-24 13:47 UTC (permalink / raw)
  To: linux-perf-users, coresight, shy828301
  Cc: denik, James Clark, Mathieu Poirier, Suzuki K Poulose, Mike Leach,
	Leo Yan, John Garry, Will Deacon, Peter Zijlstra, Ingo Molnar,
	Arnaldo Carvalho de Melo, Mark Rutland, Alexander Shishkin,
	Jiri Olsa, Namhyung Kim, Ian Rogers, Adrian Hunter,
	linux-arm-kernel, linux-kernel

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


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-05-01  7:35 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24 13:47 [PATCH 0/7] perf: cs-etm: Fixes around timestamped and timeless decoding James Clark
2023-04-24 13:47 ` [PATCH 1/7] perf: cs-etm: Fix timeless decode mode detection James Clark
2023-04-24 15:14   ` Suzuki K Poulose
2023-04-26  5:42     ` Denis Nikitin
2023-04-24 13:47 ` [PATCH 2/7] perf tools: Add util function for overriding user set config values James Clark
2023-04-24 15:36   ` Adrian Hunter
2023-04-24 16:43     ` James Clark
2023-04-24 17:45     ` Arnaldo Carvalho de Melo
2023-04-25 11:03       ` James Clark
2023-04-24 13:47 ` [PATCH 3/7] perf: cs-etm: Don't test full_auxtrace because it's always set James Clark
2023-04-24 13:47 ` [PATCH 4/7] perf: cs-etm: Validate options after applying them James Clark
2023-04-27 15:12   ` [PATCH 4/7] perf: cs-etm: Validate options after applying themperf_pmu__format_bits Leo Yan
2023-04-27 15:52     ` James Clark
2023-04-27 22:10       ` Leo Yan
2023-04-28 12:33         ` James Clark
2023-05-01  7:34           ` Leo Yan
2023-04-24 13:47 ` [PATCH 5/7] perf: cs-etm: Allow user to override timestamp and contextid settings James Clark
2023-04-24 13:47 ` [PATCH 6/7] perf: cs-etm: Use bool type for boolean values James Clark
2023-04-24 13:47 ` [PATCH 7/7] perf: cs-etm: Add separate decode paths for timeless and per-thread modes James Clark
2023-04-26  3:16 ` [PATCH 0/7] perf: cs-etm: Fixes around timestamped and timeless decoding Denis Nikitin
2023-04-26 16:06 ` Yang Shi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).