[PATCH v3 0/9] drivers/perf: Use general macro to simplify event attributes

Qi Liu liuqi115 at huawei.com
Mon Jun 7 20:33:12 PDT 2021


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(-)

-- 
2.7.4




More information about the linux-arm-kernel mailing list