[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e9f98b16-45b4-d876-56da-20218e2b43de@huawei.com>
Date: Tue, 8 Jun 2021 14:07:48 +0800
From: "liuqi (BA)" <liuqi115@...wei.com>
To: <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
CC: <linuxarm@...wei.com>
Subject: Re: [PATCH v3 0/9] drivers/perf: Use general macro to simplify event
attributes
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(-)
>
Powered by blists - more mailing lists