linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
@ 2024-11-06 19:37 Ilkka Koskinen
  2024-11-06 19:37 ` [PATCH v3 1/2] perf arm-spe: Prepare for adding data source packet implementations for other cores Ilkka Koskinen
  2024-11-06 19:37 ` [PATCH v3 2/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne Ilkka Koskinen
  0 siblings, 2 replies; 7+ messages in thread
From: Ilkka Koskinen @ 2024-11-06 19:37 UTC (permalink / raw)
  To: John Garry, Will Deacon, James Clark, Mike Leach, Leo Yan,
	Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Ian Rogers, Adrian Hunter, Liang, Kan, Graham Woodward
  Cc: Ilkka Koskinen, linux-arm-kernel, linux-perf-users, linux-kernel

v1:
	* https://lore.kernel.org/all/20241024233035.7979-1-ilkka@os.amperecomputing.com/

v2:
	* Doesn't use read_cpuid_implementor() anymore as that was broken and
	  unnecessary.
	* Convert AmpereOne source field to matching common source fields to
	  avoid duplicating the code.
	* Rebased on top of perf-tools-next/perf-tools-next (ba993e5ada1d)
	* https://lore.kernel.org/all/20241031213533.11148-1-ilkka@os.amperecomputing.com/

v3:
	* Changed source mapping to simple switch statement
	* Dropped is_xyz() stuff
	* Added table to map midr to data source decoding function

Ilkka Koskinen (2):
  perf arm-spe: Prepare for adding data source packet implementations
    for other cores
  perf arm-spe: Add support for SPE Data Source packet on AmpereOne

 .../util/arm-spe-decoder/arm-spe-decoder.h    |   9 ++
 tools/perf/util/arm-spe.c                     | 104 +++++++++++++-----
 2 files changed, 88 insertions(+), 25 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2024-11-07 23:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 19:37 [PATCH v3 0/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne Ilkka Koskinen
2024-11-06 19:37 ` [PATCH v3 1/2] perf arm-spe: Prepare for adding data source packet implementations for other cores Ilkka Koskinen
2024-11-07 15:25   ` Leo Yan
2024-11-07 23:55     ` Ilkka Koskinen
2024-11-06 19:37 ` [PATCH v3 2/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne Ilkka Koskinen
2024-11-07 15:44   ` Leo Yan
2024-11-07 23:56     ` Ilkka Koskinen

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).