[PATCH v10 0/5] Marvell Odyssey uncore performance monitor support

Gowthami Thiagarajan posted 5 patches 1 year, 3 months ago
Documentation/admin-guide/perf/index.rst      |   2 +
.../admin-guide/perf/mrvl-odyssey-ddr-pmu.rst |  80 +++
.../admin-guide/perf/mrvl-odyssey-tad-pmu.rst |  37 ++
drivers/perf/marvell_cn10k_ddr_pmu.c          | 530 +++++++++++++++---
drivers/perf/marvell_cn10k_tad_pmu.c          |  66 ++-
5 files changed, 641 insertions(+), 74 deletions(-)
create mode 100644 Documentation/admin-guide/perf/mrvl-odyssey-ddr-pmu.rst
create mode 100644 Documentation/admin-guide/perf/mrvl-odyssey-tad-pmu.rst
[PATCH v10 0/5] Marvell Odyssey uncore performance monitor support
Posted by Gowthami Thiagarajan 1 year, 3 months ago
Odyssey is a 64 bit ARM based SoC with multiple performance monitor
units for various blocks.

This series of patches introduces support for uncore performance monitor
units (PMUs) on the Marvell Odyssey platform. The PMUs covered in this
series include the DDR PMU and LLC-TAD PMU.

v9->v10:
- Minor code rearrangement based on the feedback
- Typo fix
- Updated commit description
- Added RB tag to one of the patches

v8->v9:
- Addressed the review comments.
- Added platform specific flag in DDR PMU driver instead of version
  as there is already a platform specific data.

Gowthami Thiagarajan (5):
  perf/marvell: Refactor to extract platform data - no functional change
  perf/marvell: Refactor to extract PMU operations
  perf/marvell: Odyssey DDR Performance monitor support
  perf/marvell : Refactor to extract platform data - no functional
    change
  perf/marvell : Odyssey LLC-TAD performance monitor support

 Documentation/admin-guide/perf/index.rst      |   2 +
 .../admin-guide/perf/mrvl-odyssey-ddr-pmu.rst |  80 +++
 .../admin-guide/perf/mrvl-odyssey-tad-pmu.rst |  37 ++
 drivers/perf/marvell_cn10k_ddr_pmu.c          | 530 +++++++++++++++---
 drivers/perf/marvell_cn10k_tad_pmu.c          |  66 ++-
 5 files changed, 641 insertions(+), 74 deletions(-)
 create mode 100644 Documentation/admin-guide/perf/mrvl-odyssey-ddr-pmu.rst
 create mode 100644 Documentation/admin-guide/perf/mrvl-odyssey-tad-pmu.rst

-- 
2.25.1
Re: [PATCH v10 0/5] Marvell Odyssey uncore performance monitor support
Posted by Will Deacon 1 year, 2 months ago
On Fri, 08 Nov 2024 09:36:14 +0530, Gowthami Thiagarajan wrote:
> Odyssey is a 64 bit ARM based SoC with multiple performance monitor
> units for various blocks.
> 
> This series of patches introduces support for uncore performance monitor
> units (PMUs) on the Marvell Odyssey platform. The PMUs covered in this
> series include the DDR PMU and LLC-TAD PMU.
> 
> [...]

Applied to will (for-next/perf), thanks!

[1/5] perf/marvell: Refactor to extract platform data - no functional change
      https://git.kernel.org/will/c/349f77e10952
[2/5] perf/marvell: Refactor to extract PMU operations
      https://git.kernel.org/will/c/0045de7e8713
[3/5] perf/marvell: Odyssey DDR Performance monitor support
      https://git.kernel.org/will/c/d950c381dce1
[4/5] perf/marvell : Refactor to extract platform data - no functional change
      https://git.kernel.org/will/c/59731e231c6f
[5/5] perf/marvell : Odyssey LLC-TAD performance monitor support
      https://git.kernel.org/will/c/5fcccba11833

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev