Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1472433
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3] Added perf functionality to mmdc driver |
| Date | 2016-08-30 13:50 +0200 |
| Message-ID | <sbPIe-4et-21@gated-at.bofh.it> (permalink) |
| References | <sbxii-10O-25@gated-at.bofh.it> <sbxii-10O-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Aug 29, 2016 at 11:06:44AM -0500, Zhi Li wrote: > On Wed, Aug 17, 2016 at 2:42 PM, Zhengyu Shen <zhengyu.shen@nxp.com> wrote: > > MMDC is a multi-mode DDR controller that supports DDR3/DDR3L x16/x32/x64 > > and LPDDR2 two channel x16/x32 memory types. MMDC is configurable, high > > performance, and optimized. MMDC is present on i.MX6 Quad and i.MX6 > > QuadPlus devices, but this driver only supports i.MX6 Quad at the moment. > > MMDC provides registers for performance counters which read via this > > driver to help debug memory throughput and similar issues. > > > > $ perf stat -a -e mmdc/busy-cycles/,mmdc/read-accesses/,mmdc/read-bytes/,mmdc/total-cycles/,mmdc/write-accesses/,mmdc/write-bytes/ dd if=/dev/zero of=/dev/null bs=1M count=5000 > > Performance counter stats for 'dd if=/dev/zero of=/dev/null bs=1M count=5000': > > > > 898021787 mmdc/busy-cycles/ > > 14819600 mmdc/read-accesses/ > > 471.30 MB mmdc/read-bytes/ > > 2815419216 mmdc/total-cycles/ > > 13367354 mmdc/write-accesses/ > > 427.76 MB mmdc/write-bytes/ > > > > 5.334757334 seconds time elapsed > > > > Signed-off-by: Zhengyu Shen <zhengyu.shen@nxp.com> > > Signed-off-by: Frank Li <frank.li@nxp.com> > > Shawn Guo: > > No new comments got more than 1 weeks. > Did you plan accept it? @Mark, how do you think of this version? Shawn
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v3] Added perf functionality to mmdc driver Zhi Li <lznuaa@gmail.com> - 2016-08-29 18:10 +0200
Re: [PATCH v3] Added perf functionality to mmdc driver Shawn Guo <shawnguo@kernel.org> - 2016-08-30 13:50 +0200
Re: [PATCH v3] Added perf functionality to mmdc driver Mark Rutland <mark.rutland@arm.com> - 2016-08-30 15:00 +0200
RE: [PATCH v3] Added perf functionality to mmdc driver Zhengyu Shen <zhengyu.shen@nxp.com> - 2016-08-30 22:10 +0200
Re: [PATCH v3] Added perf functionality to mmdc driver Mark Rutland <mark.rutland@arm.com> - 2016-08-31 12:40 +0200
RE: [PATCH v3] Added perf functionality to mmdc driver Zhengyu Shen <zhengyu.shen@nxp.com> - 2016-08-31 16:20 +0200
csiph-web