public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH RESEND v4 0/8] perf arm_spe: Extend operations
@ 2026-01-06 12:07 Leo Yan
  2026-01-06 12:07 ` [PATCH RESEND v4 1/8] perf/uapi: Extend data source fields Leo Yan
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Leo Yan @ 2026-01-06 12:07 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Jiri Olsa, Ian Rogers, Adrian Hunter, James Clark,
	Mark Rutland
  Cc: Arnaldo Carvalho de Melo, linux-perf-users, linux-arm-kernel,
	linux-kernel, Leo Yan

This series sets the operation info into sample's data source and
SIMD flag, and updated the document.

No changes compared to the previous version; this version is only rebased
onto the latest perf-tools-next branch.

Signed-off-by: Leo Yan <leo.yan@arm.com>
---
Changes in v4 (resend):
- Updated for Ian and James' review tags.
- Link to v4: https://lore.kernel.org/r/20260106-perf_support_arm_spev1-3-v4-0-bb2d143b3860@arm.com

Changes in v4:
- Updated for Ian and James' review tags.
- Rebased on the latest perf-tools-next branch.
- Link to v3: https://lore.kernel.org/r/20251112-perf_support_arm_spev1-3-v3-0-e63c9829f9d9@arm.com

Changes in v3:
- Rebased on the latest perf-tools-next branch.
- Link to v2: https://lore.kernel.org/r/20251017-perf_support_arm_spev1-3-v2-0-2d41e4746e1b@arm.com

Changes in v2:
- Refined to use enums for 2nd operation types. (James)
- Avoided adjustment bit positions for operations. (James)
- Used enum for extended operation type in uapi header and defined
  individual bit field for operation details in uaip header. (James)
- Refined SIMD flag definitions. (James)
- Extracted a separate commit for updating tool's header. (James/Arnaldo)
- Minor improvement for printing memory events.
- Rebased on the latest perf-tools-next branch.
- Link to v1: https://lore.kernel.org/r/20250929-perf_support_arm_spev1-3-v1-0-1150b3c83857@arm.com

---
Leo Yan (8):
      perf/uapi: Extend data source fields
      tools/include: Sync uapi/linux/perf.h with the kernel sources
      perf mem: Print extended fields
      perf arm_spe: Set extended fields in data source
      perf sort: Support sort ASE and SME
      perf sort: Sort disabled and full predicated flags
      perf report: Update document for SIMD flags
      perf arm_spe: Improve SIMD flags setting

 include/uapi/linux/perf_event.h          | 32 +++++++++++++++-
 tools/include/uapi/linux/perf_event.h    | 32 +++++++++++++++-
 tools/perf/Documentation/perf-report.txt |  5 ++-
 tools/perf/util/arm-spe.c                | 56 ++++++++++++++++++++++++---
 tools/perf/util/mem-events.c             | 66 +++++++++++++++++++++++++++++---
 tools/perf/util/sample.h                 | 21 +++++++---
 tools/perf/util/sort.c                   | 21 +++++++---
 7 files changed, 205 insertions(+), 28 deletions(-)
---
base-commit: cbd41c6d4c26c161a2b0e70ad411d3885ff13507
change-id: 20250820-perf_support_arm_spev1-3-b6efd6fc77b2

Best regards,
-- 
Leo Yan <leo.yan@arm.com>



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

end of thread, other threads:[~2026-01-16 15:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-06 12:07 [PATCH RESEND v4 0/8] perf arm_spe: Extend operations Leo Yan
2026-01-06 12:07 ` [PATCH RESEND v4 1/8] perf/uapi: Extend data source fields Leo Yan
2026-01-06 12:07 ` [PATCH RESEND v4 2/8] tools/include: Sync uapi/linux/perf.h with the kernel sources Leo Yan
2026-01-16 15:27   ` Leo Yan
2026-01-06 12:07 ` [PATCH RESEND v4 3/8] perf mem: Print extended fields Leo Yan
2026-01-06 12:07 ` [PATCH RESEND v4 4/8] perf arm_spe: Set extended fields in data source Leo Yan
2026-01-06 12:07 ` [PATCH RESEND v4 5/8] perf sort: Support sort ASE and SME Leo Yan
2026-01-06 12:07 ` [PATCH RESEND v4 6/8] perf sort: Sort disabled and full predicated flags Leo Yan
2026-01-06 12:07 ` [PATCH RESEND v4 7/8] perf report: Update document for SIMD flags Leo Yan
2026-01-06 12:07 ` [PATCH RESEND v4 8/8] perf arm_spe: Improve SIMD flags setting Leo Yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox