[PATCH v2 0/3] New vendor support and optimizations for DWC PCIe PMU

From: Yicong Yang

Date: Mon Jun 29 2026 - 05:47:57 EST


This patchset mainly enable the DWC PCIe PMU on our platform (Patch 1/3).
Besides do some optimization and refactor:
- Patch 2/3 extend the monitoring limit on platforms with narrowed counter width (< 64 bit)
- Patch 3/3 switch the driver to use the faux device interface

Change since v1:
- always enable hrtimer for updating narrowed counters on affected platform
- refine the commints and fix styles per Jonthan, thanks.
Link: https://lore.kernel.org/all/20260615063459.25361-1-yang.yicong@xxxxxxxxxxxxx/

Yicong Yang (2):
perf/dwc_pcie: Add support for Picoheart vendor devices
perf/dwc_pcie: Convert to faux device interface

Yufan Dou (1):
perf/dwc_pcie: Support narrowed time-based counter for long time
monitoring

drivers/perf/dwc_pcie_pmu.c | 170 ++++++++++++++++++++++++------------
include/linux/pci_ids.h | 2 +
include/linux/pcie-dwc.h | 2 +
3 files changed, 117 insertions(+), 57 deletions(-)

--
2.50.1 (Apple Git-155)