All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] perf arm-spe: Add snapshot mode support
@ 2021-11-09 16:30 ` German Gomez
  0 siblings, 0 replies; 16+ messages in thread
From: German Gomez @ 2021-11-09 16:30 UTC (permalink / raw)
  To: linux-kernel, linux-perf-users, acme
  Cc: German Gomez, John Garry, Will Deacon, Mathieu Poirier, Leo Yan,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	linux-arm-kernel

This patchset adds snapshot mode support for arm-spe.

  - [PATCH 1/3] implements the minimal callbacks to support recording in
    snapshot mode.
  - [PATCH 2/3] implements the find_snapshot callback in order to handle
    wrap-arounds in the AUX buffer.
  - [PATCH 3/3] adds a test for spe snapshot mode.

---

Changes since v1:
  - Added acme@kernel.org to the recipients list as I forgot to include
    him in the original patchset [1].
  - Removed [PATCH 1/5] and [PATCH 2/5] in order to keep patches
    semantically relevant.
  - Updated test script test_arm_spe.sh because it wasn't working on
    distributions that use dash shell v0.5.10 (ubuntu 20) [2].

[1] https://lore.kernel.org/all/20210916154635.1525-1-german.gomez@arm.com/
[2] https://lore.kernel.org/all/fd65eb63-d4ca-2105-74cb-c717ad2eb7d3@arm.com/

German Gomez (3):
  perf arm-spe: Add snapshot mode support
  perf arm-spe: Implement find_snapshot callback
  perf arm-spe: Snapshot mode test

 tools/perf/arch/arm64/util/arm-spe.c   | 275 +++++++++++++++++++++++++
 tools/perf/tests/shell/test_arm_spe.sh |  89 ++++++++
 2 files changed, 364 insertions(+)
 create mode 100755 tools/perf/tests/shell/test_arm_spe.sh

-- 
2.25.1


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

end of thread, other threads:[~2021-11-11 14:55 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-09 16:30 [PATCH v2 0/3] perf arm-spe: Add snapshot mode support German Gomez
2021-11-09 16:30 ` German Gomez
2021-11-09 16:30 ` [PATCH v2 1/3] " German Gomez
2021-11-09 16:30   ` German Gomez
2021-11-09 16:30 ` [PATCH v2 2/3] perf arm-spe: Implement find_snapshot callback German Gomez
2021-11-09 16:30   ` German Gomez
2021-11-09 16:30 ` [PATCH v2 3/3] perf arm-spe: Snapshot mode test German Gomez
2021-11-09 16:30   ` German Gomez
2021-11-11  8:32   ` Leo Yan
2021-11-11  8:32     ` Leo Yan
2021-11-10 23:52 ` [PATCH v2 0/3] perf arm-spe: Add snapshot mode support Namhyung Kim
2021-11-10 23:52   ` Namhyung Kim
2021-11-11  8:46 ` Leo Yan
2021-11-11  8:46   ` Leo Yan
2021-11-11 14:54   ` Arnaldo Carvalho de Melo
2021-11-11 14:54     ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.