mbox series

[RESEND,v4,0/3] Marvell Odyssey uncore performance monitor support

Message ID 20240327071832.1556576-1-gthiagarajan@marvell.com (mailing list archive)
Headers show
Series Marvell Odyssey uncore performance monitor support | expand

Message

Gowthami Thiagarajan March 27, 2024, 7:18 a.m. UTC
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.

v3->v4:
- Refactored the existing ddr pmu driver to extract the platform data

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 | 528 +++++++++++++++++++++++----
 drivers/perf/marvell_cn10k_tad_pmu.c |  62 +++-
 2 files changed, 515 insertions(+), 75 deletions(-)