diff options
author | Yicong Yang <yangyicong@hisilicon.com> | 2025-08-14 17:16:20 +0800 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2025-09-18 14:54:29 +0100 |
commit | e31c0eb10388e2af0502b77e61453efbc8a4f974 (patch) | |
tree | af36fd19e6ff4db9418f9d973ca1a52124a27b57 /scripts/kernel-doc.py | |
parent | f8f89e8cf3d668a40106444276d8c448c114e963 (diff) |
drivers/perf: hisi: Add support for HiSilicon NoC PMU
Adds the support for HiSilicon NoC (Network on Chip) PMU which
will be used to monitor the events on the system bus. The PMU
device will be named after the SCL ID (either Super CPU cluster
or Super IO cluster) and the index ID, just similar to other
HiSilicon Uncore PMUs. Below PMU formats are provided besides
the event:
- ch: the transaction channel (data, request, response, etc) which
can be used to filter the counting.
- tt_en: tracetag filtering enable. Just as other HiSilicon Uncore
PMUs the NoC PMU supports only counting the transactions with
tracetag.
The NoC PMU doesn't have an interrupt to indicate the overflow.
However we have a 64 bit counter which is large enough and it's
nearly impossible to overflow.
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'scripts/kernel-doc.py')
0 files changed, 0 insertions, 0 deletions