[PATCH v5 0/3] Marvell Odyssey uncore performance monitor support

Gowthami Thiagarajan posted 3 patches 1 year, 5 months ago
There is a newer version of this series
drivers/perf/marvell_cn10k_ddr_pmu.c | 530 +++++++++++++++++++++++----
drivers/perf/marvell_cn10k_tad_pmu.c |  66 +++-
2 files changed, 521 insertions(+), 75 deletions(-)
[PATCH v5 0/3] Marvell Odyssey uncore performance monitor support
Posted by Gowthami Thiagarajan 1 year, 5 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.

v4->v5:
- Fixed warnings.

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

 drivers/perf/marvell_cn10k_ddr_pmu.c | 530 +++++++++++++++++++++++----
 drivers/perf/marvell_cn10k_tad_pmu.c |  66 +++-
 2 files changed, 521 insertions(+), 75 deletions(-)

-- 
2.25.1
Re: [PATCH v5 0/3] Marvell Odyssey uncore performance monitor support
Posted by Will Deacon 1 year, 5 months ago
On Thu, Jun 20, 2024 at 06:42:53PM +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.

This series doesn't apply:

	Applying: perf/marvell : Odyssey LLC-TAD performance monitor support
	error: patch failed: drivers/perf/marvell_cn10k_tad_pmu.c:362
	error: drivers/perf/marvell_cn10k_tad_pmu.c: patch does not apply

Will