All of lore.kernel.org
 help / color / mirror / Atom feed
From: "liuqi (BA)" <liuqi115@huawei.com>
To: <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>
Cc: <linuxarm@huawei.com>
Subject: Re: [PATCH v3 0/9] drivers/perf: Use general macro to simplify event attributes
Date: Tue, 8 Jun 2021 14:07:48 +0800	[thread overview]
Message-ID: <e9f98b16-45b4-d876-56da-20218e2b43de@huawei.com> (raw)
In-Reply-To: <1623123201-45634-1-git-send-email-liuqi115@huawei.com>

Hi Will,

Please ignore this patchset, as I forget to add changelog.
I'll resend this latter.

Thanks,
Qi

On 2021/6/8 11:33, Qi Liu wrote:
> This patchset applies a general EVENT_ATTR_ID to simplify event
> attributes in many PMU drivers.
> 
> Qi Liu (9):
>    perf: Add EVENT_ATTR_ID to simplify event attributes
>    drivers/perf: hisi: Simplify EVENT ATTR macro in HiSilicon PMU driver
>    drivers/perf: Simplify EVENT ATTR macro in SMMU PMU driver
>    drivers/perf: Simplify EVENT ATTR macro in qcom_l2_pmu.c
>    drivers/perf: Simplify EVENT ATTR macro in qcom_l3_pmu.c
>    drivers/perf: Simplify EVENT ATTR macro in xgene_pmu.c
>    drivers/perf: Simplify EVENT ATTR macro in fsl_imx8_ddr_perf.c
>    drivers/perf: Simpilfy EVENT ATTR macro in arm_dsu_pmu.c
>    arm64: perf: Simplify EVENT ATTR macro in perf_event.c
> 
>   arch/arm64/kernel/perf_event.c           |  5 +----
>   drivers/perf/arm_dsu_pmu.c               |  2 +-
>   drivers/perf/arm_smmuv3_pmu.c            |  7 ++-----
>   drivers/perf/fsl_imx8_ddr_perf.c         |  7 ++-----
>   drivers/perf/hisilicon/hisi_uncore_pmu.c |  7 +++----
>   drivers/perf/hisilicon/hisi_uncore_pmu.h |  2 +-
>   drivers/perf/qcom_l2_pmu.c               |  7 ++-----
>   drivers/perf/qcom_l3_pmu.c               |  5 +----
>   drivers/perf/xgene_pmu.c                 | 11 ++++-------
>   include/linux/perf_event.h               |  6 ++++++
>   10 files changed, 23 insertions(+), 36 deletions(-)
> 


WARNING: multiple messages have this Message-ID (diff)
From: "liuqi (BA)" <liuqi115@huawei.com>
To: <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>
Cc: <linuxarm@huawei.com>
Subject: Re: [PATCH v3 0/9] drivers/perf: Use general macro to simplify event attributes
Date: Tue, 8 Jun 2021 14:07:48 +0800	[thread overview]
Message-ID: <e9f98b16-45b4-d876-56da-20218e2b43de@huawei.com> (raw)
In-Reply-To: <1623123201-45634-1-git-send-email-liuqi115@huawei.com>

Hi Will,

Please ignore this patchset, as I forget to add changelog.
I'll resend this latter.

Thanks,
Qi

On 2021/6/8 11:33, Qi Liu wrote:
> This patchset applies a general EVENT_ATTR_ID to simplify event
> attributes in many PMU drivers.
> 
> Qi Liu (9):
>    perf: Add EVENT_ATTR_ID to simplify event attributes
>    drivers/perf: hisi: Simplify EVENT ATTR macro in HiSilicon PMU driver
>    drivers/perf: Simplify EVENT ATTR macro in SMMU PMU driver
>    drivers/perf: Simplify EVENT ATTR macro in qcom_l2_pmu.c
>    drivers/perf: Simplify EVENT ATTR macro in qcom_l3_pmu.c
>    drivers/perf: Simplify EVENT ATTR macro in xgene_pmu.c
>    drivers/perf: Simplify EVENT ATTR macro in fsl_imx8_ddr_perf.c
>    drivers/perf: Simpilfy EVENT ATTR macro in arm_dsu_pmu.c
>    arm64: perf: Simplify EVENT ATTR macro in perf_event.c
> 
>   arch/arm64/kernel/perf_event.c           |  5 +----
>   drivers/perf/arm_dsu_pmu.c               |  2 +-
>   drivers/perf/arm_smmuv3_pmu.c            |  7 ++-----
>   drivers/perf/fsl_imx8_ddr_perf.c         |  7 ++-----
>   drivers/perf/hisilicon/hisi_uncore_pmu.c |  7 +++----
>   drivers/perf/hisilicon/hisi_uncore_pmu.h |  2 +-
>   drivers/perf/qcom_l2_pmu.c               |  7 ++-----
>   drivers/perf/qcom_l3_pmu.c               |  5 +----
>   drivers/perf/xgene_pmu.c                 | 11 ++++-------
>   include/linux/perf_event.h               |  6 ++++++
>   10 files changed, 23 insertions(+), 36 deletions(-)
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-06-08  6:07 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-08  3:33 [PATCH v3 0/9] drivers/perf: Use general macro to simplify event attributes Qi Liu
2021-06-08  3:33 ` Qi Liu
2021-06-08  3:33 ` [PATCH v3 1/9] perf: Add EVENT_ATTR_ID " Qi Liu
2021-06-08  3:33   ` Qi Liu
2021-06-08  3:33 ` [PATCH v3 2/9] drivers/perf: hisi: Simplify EVENT ATTR macro in HiSilicon PMU driver Qi Liu
2021-06-08  3:33   ` Qi Liu
2021-06-08  3:33 ` [PATCH v3 3/9] drivers/perf: Simplify EVENT ATTR macro in SMMU " Qi Liu
2021-06-08  3:33   ` Qi Liu
2021-06-08  3:33 ` [PATCH v3 4/9] drivers/perf: Simplify EVENT ATTR macro in qcom_l2_pmu.c Qi Liu
2021-06-08  3:33   ` Qi Liu
2021-06-08  3:33 ` [PATCH v3 5/9] drivers/perf: Simplify EVENT ATTR macro in qcom_l3_pmu.c Qi Liu
2021-06-08  3:33   ` Qi Liu
2021-06-08  3:33 ` [PATCH v3 6/9] drivers/perf: Simplify EVENT ATTR macro in xgene_pmu.c Qi Liu
2021-06-08  3:33   ` Qi Liu
2021-06-08  3:33 ` [PATCH v3 7/9] drivers/perf: Simplify EVENT ATTR macro in fsl_imx8_ddr_perf.c Qi Liu
2021-06-08  3:33   ` Qi Liu
2021-06-08  3:33 ` [PATCH v3 8/9] drivers/perf: Simpilfy EVENT ATTR macro in arm_dsu_pmu.c Qi Liu
2021-06-08  3:33   ` Qi Liu
2021-06-08  8:52   ` Will Deacon
2021-06-08  8:52     ` Will Deacon
2021-06-09  1:26     ` liuqi (BA)
2021-06-09  1:26       ` liuqi (BA)
2021-06-08  3:33 ` [PATCH v3 9/9] arm64: perf: Simplify EVENT ATTR macro in perf_event.c Qi Liu
2021-06-08  3:33   ` Qi Liu
2021-06-08  6:07 ` liuqi (BA) [this message]
2021-06-08  6:07   ` [PATCH v3 0/9] drivers/perf: Use general macro to simplify event attributes liuqi (BA)

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=e9f98b16-45b4-d876-56da-20218e2b43de@huawei.com \
    --to=liuqi115@huawei.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxarm@huawei.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.