mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v7 0/6] Marvell Odyssey uncore performance monitor support
@ 2024-09-04 18:25 Gowthami Thiagarajan
  2024-09-04 18:26 ` [PATCH v7 1/6] perf/marvell: Refactor to extract platform data - no functional change Gowthami Thiagarajan
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Gowthami Thiagarajan @ 2024-09-04 18:25 UTC (permalink / raw)
  To: will, mark.rutland, linux-arm-kernel, linux-kernel
  Cc: gcherian, bbhushan2, sgoutham, Gowthami Thiagarajan

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.

v6->v7:
- Split the refactor patches
- Added documentation
- Addressed minor review comments

Gowthami Thiagarajan (6):
  perf/marvell: Refactor to extract platform data - no functional change
  perf/marvell: Refactor to extract platform specific ops - no
    functional change
  perf/marvell: Refactor to add version - no functional change
  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          | 533 +++++++++++++++---
 drivers/perf/marvell_cn10k_tad_pmu.c          |  66 ++-
 5 files changed, 642 insertions(+), 76 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


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-04 18:25 [PATCH v7 0/6] Marvell Odyssey uncore performance monitor support Gowthami Thiagarajan
2024-09-04 18:26 ` [PATCH v7 1/6] perf/marvell: Refactor to extract platform data - no functional change Gowthami Thiagarajan
2024-09-04 18:26 ` [PATCH v7 2/6] perf/marvell: Refactor to extract platform specific ops " Gowthami Thiagarajan
2024-09-04 18:26 ` [PATCH v7 3/6] perf/marvell: Refactor to add version " Gowthami Thiagarajan
2024-09-07 20:05   ` kernel test robot
2024-09-04 18:26 ` [PATCH v7 4/6] perf/marvell: Odyssey DDR Performance monitor support Gowthami Thiagarajan
2024-09-04 18:26 ` [PATCH v7 5/6] perf/marvell : Refactor to extract platform data - no functional change Gowthami Thiagarajan
2024-09-04 18:26 ` [PATCH v7 6/6] perf/marvell : Odyssey LLC-TAD performance monitor support Gowthami Thiagarajan

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

Powered by JetHome