linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/4] tools: perf: Add JSON metrics for i.MX8M platforms
@ 2021-01-27 10:57 Joakim Zhang
  2021-01-27 10:57 ` [PATCH V3 1/4] perf vendor events: Fix indentation of brackets in imx8mm metrics Joakim Zhang
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Joakim Zhang @ 2021-01-27 10:57 UTC (permalink / raw)
  To: john.garry, will, mathieu.poirier, leo.yan, peterz, mingo, acme,
	mark.rutland, alexander.shishkin, jolsa, namhyung, shawnguo,
	s.hauer
  Cc: kernel, festevam, linux-imx, kjain, linux-arm-kernel, linux-kernel

Add JSON metrics for i.MX8M platforms.

ChangeLogs:
V1->V2:
	* remove board level metrics (bandwidth metrics).
V2->V3:
	* Add the missing "ScaleUnit".

Joakim Zhang (4):
  perf vendor events: Fix indentation of brackets in imx8mm metrics
  perf vendor events: Add JSON metrics for imx8mn DDR Perf
  perf vendor events: Add JSON metrics for imx8mq DDR Perf
  perf vendor events: Add JSON metrics for imx8mp DDR Perf

 .../arm64/freescale/imx8mm/sys/metrics.json   |   4 +-
 .../arch/arm64/freescale/imx8mn/sys/ddrc.json |  37 ++
 .../arm64/freescale/imx8mn/sys/metrics.json   |  18 +
 .../arch/arm64/freescale/imx8mp/sys/ddrc.json |  37 ++
 .../arm64/freescale/imx8mp/sys/metrics.json   | 466 ++++++++++++++++++
 .../arch/arm64/freescale/imx8mq/sys/ddrc.json |  37 ++
 .../arm64/freescale/imx8mq/sys/metrics.json   |  18 +
 7 files changed, 615 insertions(+), 2 deletions(-)
 create mode 100644 tools/perf/pmu-events/arch/arm64/freescale/imx8mn/sys/ddrc.json
 create mode 100644 tools/perf/pmu-events/arch/arm64/freescale/imx8mn/sys/metrics.json
 create mode 100644 tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/ddrc.json
 create mode 100644 tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/metrics.json
 create mode 100644 tools/perf/pmu-events/arch/arm64/freescale/imx8mq/sys/ddrc.json
 create mode 100644 tools/perf/pmu-events/arch/arm64/freescale/imx8mq/sys/metrics.json

-- 
2.17.1


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

end of thread, other threads:[~2021-07-06 12:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 10:57 [PATCH V3 0/4] tools: perf: Add JSON metrics for i.MX8M platforms Joakim Zhang
2021-01-27 10:57 ` [PATCH V3 1/4] perf vendor events: Fix indentation of brackets in imx8mm metrics Joakim Zhang
2021-01-27 10:57 ` [PATCH V3 2/4] perf vendor events: Add JSON metrics for imx8mn DDR Perf Joakim Zhang
2021-01-27 10:57 ` [PATCH V3 3/4] perf vendor events: Add JSON metrics for imx8mq " Joakim Zhang
2021-01-27 10:57 ` [PATCH V3 4/4] perf vendor events: Add JSON metrics for imx8mp " Joakim Zhang
2021-01-27 14:14 ` [PATCH V3 0/4] tools: perf: Add JSON metrics for i.MX8M platforms John Garry
2021-02-18 10:14   ` Joakim Zhang
2021-02-18 13:09     ` Arnaldo Carvalho de Melo
2021-07-06  8:24 ` John Garry
2021-07-06  9:48   ` Joakim Zhang
2021-07-06 10:05     ` John Garry
2021-07-06 12:28       ` Joakim Zhang
2021-07-06 12:41         ` John Garry

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