linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/4] tools: perf: Add JSON metrics for i.MX8M platforms
@ 2021-01-25  8:59 Joakim Zhang
  2021-01-25  8:59 ` [PATCH V2 1/4] perf vendor events: Fix indentation of brackets in imx8mm metrics Joakim Zhang
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Joakim Zhang @ 2021-01-25  8:59 UTC (permalink / raw)
  To: john.garry, acme, jolsa
  Cc: will, linux-perf-users, linux-imx, mark.rutland, linux-arm-kernel

Add JSON metrics for i.MX8M platforms.

ChangeLogs:
V1->V2:
	* remove board level metrics (bandwidth metrics)

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] 9+ messages in thread

end of thread, other threads:[~2021-01-27  9:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-25  8:59 [PATCH V2 0/4] tools: perf: Add JSON metrics for i.MX8M platforms Joakim Zhang
2021-01-25  8:59 ` [PATCH V2 1/4] perf vendor events: Fix indentation of brackets in imx8mm metrics Joakim Zhang
2021-01-25  8:59 ` [PATCH V2 2/4] perf vendor events: Add JSON metrics for imx8mn DDR Perf Joakim Zhang
2021-01-25  8:59 ` [PATCH V2 3/4] perf vendor events: Add JSON metrics for imx8mq " Joakim Zhang
2021-01-25  8:59 ` [PATCH V2 4/4] perf vendor events: Add JSON metrics for imx8mp " Joakim Zhang
2021-01-25 13:45   ` John Garry
2021-01-26 10:19     ` Joakim Zhang
2021-01-26 11:39       ` John Garry
2021-01-27  9:12 ` [PATCH V2 0/4] tools: perf: Add JSON metrics for i.MX8M platforms 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).