lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 8 Jun 2021 11:33:12 +0800
From:   Qi Liu <liuqi115@...wei.com>
To:     <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>
CC:     <linuxarm@...wei.com>
Subject: [PATCH v3 0/9] drivers/perf: Use general macro to simplify event attributes

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ