Skip to content

Commit

Permalink
perf vendor events arm64: imx95: add imx95_bandwidth_usage.lpddr4x me…
Browse files Browse the repository at this point in the history
…tric

Except lpddr5, i.MX95 also support lpddr4x. This will add a metric for
lpddr4x.

Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Cc: shawnguo@kernel.org
Cc: will@kernel.org
Cc: james.clark@linaro.org
Cc: mike.leach@linaro.org
Cc: imx@lists.linux.dev
Cc: john.g.garry@oracle.com
Cc: kernel@pengutronix.de
Cc: s.hauer@pengutronix.de
Link: https://lore.kernel.org/r/20240924030812.3211029-1-xu.yang_2@nxp.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
  • Loading branch information
Xu Yang authored and Namhyung Kim committed Sep 25, 2024
1 parent b77f8c3 commit 235f0da
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"Unit": "imx9_ddr",
"Compat": "imx95"
},
{
"BriefDescription": "bandwidth usage for lpddr4x evk board",
"MetricName": "imx95_bandwidth_usage.lpddr4x",
"MetricExpr": "(( imx9_ddr0@eddrtq_pm_rd_beat_filt0\\,axi_mask\\=0x000\\,axi_id\\=0x000@ + imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x000\\,axi_id\\=0x000@ ) * 32 / duration_time) / (4000 * 1000000 * 4)",
"ScaleUnit": "1e2%",
"Unit": "imx9_ddr",
"Compat": "imx95"
},
{
"BriefDescription": "bytes of all masters read from ddr",
"MetricName": "imx95_ddr_read.all",
Expand Down

0 comments on commit 235f0da

Please sign in to comment.