linux-stable/drivers/perf/hisilicon
Qi Liu 8404b0fbc7 drivers/perf: hisi: Add driver for HiSilicon PCIe PMU
PCIe PMU Root Complex Integrated End Point(RCiEP) device is supported
to sample bandwidth, latency, buffer occupation etc.

Each PMU RCiEP device monitors multiple Root Ports, and each RCiEP is
registered as a PMU in /sys/bus/event_source/devices, so users can
select target PMU, and use filter to do further sets.

Filtering options contains:
event     - select the event.
port      - select target Root Ports. Information of Root Ports are
            shown under sysfs.
bdf       - select requester_id of target EP device.
trig_len  - set trigger condition for starting event statistics.
trig_mode - set trigger mode. 0 means starting to statistic when bigger
            than trigger condition, and 1 means smaller.
thr_len   - set threshold for statistics.
thr_mode  - set threshold mode. 0 means count when bigger than threshold,
            and 1 means smaller.

Acked-by: Krzysztof Wilczyński <kw@linux.com>
Reviewed-by: John Garry <john.garry@huawei.com>
Signed-off-by: Qi Liu <liuqi115@huawei.com>
Reviewed-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Link: https://lore.kernel.org/r/20211202080633.2919-3-liuqi115@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
2021-12-14 12:30:26 +00:00
..
Kconfig drivers/perf: hisi: Add driver for HiSilicon PCIe PMU 2021-12-14 12:30:26 +00:00
Makefile drivers/perf: hisi: Add driver for HiSilicon PCIe PMU 2021-12-14 12:30:26 +00:00
hisi_pcie_pmu.c drivers/perf: hisi: Add driver for HiSilicon PCIe PMU 2021-12-14 12:30:26 +00:00
hisi_uncore_ddrc_pmu.c drivers/perf: hisi: use the correct HiSilicon copyright 2021-06-01 14:18:47 +01:00
hisi_uncore_hha_pmu.c drivers/perf: hisi: Fix data source control 2021-06-04 19:21:09 +01:00
hisi_uncore_l3c_pmu.c drivers/perf: hisi: use the correct HiSilicon copyright 2021-06-01 14:18:47 +01:00
hisi_uncore_pa_pmu.c drivers/perf: hisi: Fix PA PMU counter offset 2021-10-04 13:10:14 +01:00
hisi_uncore_pmu.c drivers/perf: hisi: use the correct HiSilicon copyright 2021-06-01 14:18:47 +01:00
hisi_uncore_pmu.h drivers/perf: hisi: use the correct HiSilicon copyright 2021-06-01 14:18:47 +01:00
hisi_uncore_sllc_pmu.c perf/hisi: Constify static attribute_group structs 2021-06-08 12:49:54 +01:00