mbox series

[v2,0/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne

Message ID 20241031213533.11148-1-ilkka@os.amperecomputing.com (mailing list archive)
Headers show
Series perf arm-spe: Add support for SPE Data Source packet on AmpereOne | expand

Message

Ilkka Koskinen Oct. 31, 2024, 9:35 p.m. UTC
Changes from v1:

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

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                     | 73 ++++++++++++++++++-
 2 files changed, 79 insertions(+), 3 deletions(-)