Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1581347 > unrolled thread
| Started by | Zhi Li <lznuaa@gmail.com> |
|---|---|
| First post | 2017-02-15 15:30 +0100 |
| Last post | 2017-02-24 17:00 +0100 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 1/2] ARM: imx: Fix mmdc_pmu_write_accesses event definition Zhi Li <lznuaa@gmail.com> - 2017-02-15 15:30 +0100
Re: [PATCH v2 1/2] ARM: imx: Fix mmdc_pmu_write_accesses event definition Zhi Li <lznuaa@gmail.com> - 2017-02-24 17:00 +0100
| From | Zhi Li <lznuaa@gmail.com> |
|---|---|
| Date | 2017-02-15 15:30 +0100 |
| Subject | Re: [PATCH v2 1/2] ARM: imx: Fix mmdc_pmu_write_accesses event definition |
| Message-ID | <tb8KK-170-17@gated-at.bofh.it> |
On Wed, Feb 15, 2017 at 6:00 AM, <andrei-tiberiu.breana@nxp.com> wrote: > From: Tiberiu Breana <andrei-tiberiu.breana@nxp.com> > > Fixed an error in the "write-accesses" event definition. > > Signed-off-by: Tiberiu Breana <andrei-tiberiu.breana@nxp.com> Acked-by: Frank Li <Frank.li@nxp.com> > --- > arch/arm/mach-imx/mmdc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-imx/mmdc.c b/arch/arm/mach-imx/mmdc.c > index c03bf28..89a926f 100644 > --- a/arch/arm/mach-imx/mmdc.c > +++ b/arch/arm/mach-imx/mmdc.c > @@ -87,7 +87,7 @@ static DEFINE_IDA(mmdc_ida); > PMU_EVENT_ATTR_STRING(total-cycles, mmdc_pmu_total_cycles, "event=0x00") > PMU_EVENT_ATTR_STRING(busy-cycles, mmdc_pmu_busy_cycles, "event=0x01") > PMU_EVENT_ATTR_STRING(read-accesses, mmdc_pmu_read_accesses, "event=0x02") > -PMU_EVENT_ATTR_STRING(write-accesses, mmdc_pmu_write_accesses, "config=0x03") > +PMU_EVENT_ATTR_STRING(write-accesses, mmdc_pmu_write_accesses, "event=0x03") > PMU_EVENT_ATTR_STRING(read-bytes, mmdc_pmu_read_bytes, "event=0x04") > PMU_EVENT_ATTR_STRING(read-bytes.unit, mmdc_pmu_read_bytes_unit, "MB"); > PMU_EVENT_ATTR_STRING(read-bytes.scale, mmdc_pmu_read_bytes_scale, "0.000001"); > -- > 2.7.4 >
[toc] | [next] | [standalone]
| From | Zhi Li <lznuaa@gmail.com> |
|---|---|
| Date | 2017-02-24 17:00 +0100 |
| Message-ID | <teqrM-2gQ-21@gated-at.bofh.it> |
| In reply to | #1581347 |
On Wed, Feb 15, 2017 at 8:28 AM, Zhi Li <lznuaa@gmail.com> wrote: > On Wed, Feb 15, 2017 at 6:00 AM, <andrei-tiberiu.breana@nxp.com> wrote: >> From: Tiberiu Breana <andrei-tiberiu.breana@nxp.com> >> >> Fixed an error in the "write-accesses" event definition. >> >> Signed-off-by: Tiberiu Breana <andrei-tiberiu.breana@nxp.com> > > Acked-by: Frank Li <Frank.li@nxp.com> Shawn: Ping best regards Frank Li > >> --- >> arch/arm/mach-imx/mmdc.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm/mach-imx/mmdc.c b/arch/arm/mach-imx/mmdc.c >> index c03bf28..89a926f 100644 >> --- a/arch/arm/mach-imx/mmdc.c >> +++ b/arch/arm/mach-imx/mmdc.c >> @@ -87,7 +87,7 @@ static DEFINE_IDA(mmdc_ida); >> PMU_EVENT_ATTR_STRING(total-cycles, mmdc_pmu_total_cycles, "event=0x00") >> PMU_EVENT_ATTR_STRING(busy-cycles, mmdc_pmu_busy_cycles, "event=0x01") >> PMU_EVENT_ATTR_STRING(read-accesses, mmdc_pmu_read_accesses, "event=0x02") >> -PMU_EVENT_ATTR_STRING(write-accesses, mmdc_pmu_write_accesses, "config=0x03") >> +PMU_EVENT_ATTR_STRING(write-accesses, mmdc_pmu_write_accesses, "event=0x03") >> PMU_EVENT_ATTR_STRING(read-bytes, mmdc_pmu_read_bytes, "event=0x04") >> PMU_EVENT_ATTR_STRING(read-bytes.unit, mmdc_pmu_read_bytes_unit, "MB"); >> PMU_EVENT_ATTR_STRING(read-bytes.scale, mmdc_pmu_read_bytes_scale, "0.000001"); >> -- >> 2.7.4 >>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web