linux/drivers/perf/hisilicon
Shaokun Zhang 3bf30882c3 drivers/perf: hisi: Add support for HiSilicon SLLC PMU driver
HiSilicon's Hip09 is comprised by multi-dies that can be connected by SLLC
module (Skyros Link Layer Controller), its has separate PMU registers which
the driver can program it freely and interrupt is supported to handle
counter overflow. Let's support its driver under the framework of HiSilicon
uncore PMU driver.

SLLC PMU supports the following filter functions:
* tracetag_en: allows user to count data according to tt_req or
tt_core set in L3C PMU.

* srcid_cmd & srcid_msk: allows user to filter statistics that come from
specific CCL/ICL by configuration source ID.

* tgtid_hi & tgtid_lo: it also supports event statistics that these
operations will go to the CCL/ICL by configuration target ID or
target ID range. It's the same as source ID with 11-bit width in
the SoC. More introduction is added in documentation:
Documentation/admin-guide/perf/hisi-pmu.rst

Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: John Garry <john.garry@huawei.com>
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: John Garry <john.garry@huawei.com>
Co-developed-by: Qi Liu <liuqi115@huawei.com>
Signed-off-by: Qi Liu <liuqi115@huawei.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Link: https://lore.kernel.org/r/1615186237-22263-8-git-send-email-zhangshaokun@hisilicon.com
Signed-off-by: Will Deacon <will@kernel.org>
2021-03-25 13:03:46 +00:00
..
hisi_uncore_ddrc_pmu.c drivers/perf: hisi: Update DDRC PMU for programmable counter 2021-03-25 13:03:46 +00:00
hisi_uncore_hha_pmu.c drivers/perf: hisi: Add new functions for HHA PMU 2021-03-25 13:03:46 +00:00
hisi_uncore_l3c_pmu.c drivers/perf: hisi: Add new functions for L3C PMU 2021-03-25 13:03:46 +00:00
hisi_uncore_pmu.c drivers/perf: hisi: Add new functions for L3C PMU 2021-03-25 13:03:46 +00:00
hisi_uncore_pmu.h drivers/perf: hisi: Update DDRC PMU for programmable counter 2021-03-25 13:03:46 +00:00
hisi_uncore_sllc_pmu.c drivers/perf: hisi: Add support for HiSilicon SLLC PMU driver 2021-03-25 13:03:46 +00:00
Kconfig drivers/perf: hisi: Permit modular builds of HiSilicon uncore drivers 2020-05-18 18:18:39 +01:00
Makefile drivers/perf: hisi: Add support for HiSilicon SLLC PMU driver 2021-03-25 13:03:46 +00:00