From: lznuaa@gmail.com (Zhi Li)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] ARM: imx: Fix mmdc_pmu_write_accesses event definition
Date: Tue, 7 Mar 2017 11:24:51 -0600 [thread overview]
Message-ID: <CAHrpEqQK11yRvkD+PZ2sG_FPohBeUagm8oWeHJHG=0HVerJPnA@mail.gmail.com> (raw)
In-Reply-To: <CAHrpEqQZYEhXoSmEJ-4d+1exUTqFNVfP2mMBiOS3c4wbAOyfdA@mail.gmail.com>
On Fri, Feb 24, 2017 at 9:47 AM, Zhi Li <lznuaa@gmail.com> wrote:
> 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:
Shawn:
Ping.
best regards
Frank Li
>
> 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
>>>
next prev parent reply other threads:[~2017-03-07 17:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-15 12:00 [PATCH v2 0/2] Add AXI address filter support for MMDC profiling andrei-tiberiu.breana at nxp.com
2017-02-15 12:00 ` [PATCH v2 1/2] ARM: imx: Fix mmdc_pmu_write_accesses event definition andrei-tiberiu.breana at nxp.com
2017-02-15 14:28 ` Zhi Li
2017-02-24 15:47 ` Zhi Li
2017-03-07 17:24 ` Zhi Li [this message]
2017-02-15 12:00 ` [PATCH v2 2/2] ARM: imx: Add AXI address filter support for MMDC profiling andrei-tiberiu.breana at nxp.com
2017-02-15 14:29 ` Zhi Li
2017-03-09 17:21 ` [PATCH v2 0/2] " Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAHrpEqQK11yRvkD+PZ2sG_FPohBeUagm8oWeHJHG=0HVerJPnA@mail.gmail.com' \
--to=lznuaa@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).