linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] perf: Add Arm Network-on-Chip PMU driver
@ 2024-08-30 17:19 Robin Murphy
  2024-08-30 17:19 ` [PATCH v3 1/3] dt-bindings/perf: Add Arm NI-700 PMU Robin Murphy
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Robin Murphy @ 2024-08-30 17:19 UTC (permalink / raw)
  To: will; +Cc: mark.rutland, linux-arm-kernel, linux-kernel, jialong.yang

v2: https://lore.kernel.org/linux-arm-kernel/cover.1720625639.git.robin.murphy@arm.com/

Hi all,

Hopefully this is good for 6.12 now. I've not managed to double-check
the interaction with userspace PMU aggregation behaviour yet, but I
think that's something to look into separately as it's not specific to
this driver.

Thanks,
Robin.


Robin Murphy (3):
  dt-bindings/perf: Add Arm NI-700 PMU
  perf: Add driver for Arm NI-700 interconnect PMU
  MAINTAINERS: List Arm interconnect PMUs as supported

 Documentation/admin-guide/perf/arm-ni.rst     |  17 +
 Documentation/admin-guide/perf/index.rst      |   1 +
 .../devicetree/bindings/perf/arm,ni.yaml      |  30 +
 MAINTAINERS                                   |  11 +
 drivers/perf/Kconfig                          |   7 +
 drivers/perf/Makefile                         |   1 +
 drivers/perf/arm-ni.c                         | 778 ++++++++++++++++++
 7 files changed, 845 insertions(+)
 create mode 100644 Documentation/admin-guide/perf/arm-ni.rst
 create mode 100644 Documentation/devicetree/bindings/perf/arm,ni.yaml
 create mode 100644 drivers/perf/arm-ni.c

-- 
2.39.2.101.g768bb238c484.dirty



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

end of thread, other threads:[~2024-09-06 11:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30 17:19 [PATCH v3 0/3] perf: Add Arm Network-on-Chip PMU driver Robin Murphy
2024-08-30 17:19 ` [PATCH v3 1/3] dt-bindings/perf: Add Arm NI-700 PMU Robin Murphy
2024-08-30 17:19 ` [PATCH v3 2/3] perf: Add driver for Arm NI-700 interconnect PMU Robin Murphy
2024-09-02 14:47   ` Will Deacon
2024-09-02 18:47     ` Robin Murphy
2024-09-04 12:24       ` Will Deacon
2024-09-04 17:15         ` Robin Murphy
2024-09-06 11:50           ` Will Deacon
2024-08-30 17:19 ` [PATCH v3 3/3] MAINTAINERS: List Arm interconnect PMUs as supported Robin Murphy

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