diff options
| author | Robin Murphy <robin.murphy@arm.com> | 2020-09-18 14:28:38 +0100 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2020-09-28 18:50:20 +0100 |
| commit | 0ba64770a2f2e5a104bf835e133d78d3f82287ad (patch) | |
| tree | a6df3bbd9d3c7956c140ad4a85ebfa5639bff772 /Documentation/admin-guide/perf/index.rst | |
| parent | c8fdbbfa981a7bc64acec234620788c97d1f6a88 (diff) | |
| download | linux-next-0ba64770a2f2e5a104bf835e133d78d3f82287ad.tar.gz linux-next-0ba64770a2f2e5a104bf835e133d78d3f82287ad.zip | |
perf: Add Arm CMN-600 PMU driver
Initial driver for PMU event counting on the Arm CMN-600 interconnect.
CMN sports an obnoxiously complex distributed PMU system as part of
its debug and trace features, which can do all manner of things like
sampling, cross-triggering and generating CoreSight trace. This driver
covers the PMU functionality, plus the relevant aspects of watchpoints
for simply counting matching flits.
Tested-by: Tsahi Zidenberg <tsahee@amazon.com>
Tested-by: Tuan Phan <tuanphan@os.amperecomputing.com>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/admin-guide/perf/index.rst')
| -rw-r--r-- | Documentation/admin-guide/perf/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/perf/index.rst b/Documentation/admin-guide/perf/index.rst index 47c99f40cc16..5a8f2529a033 100644 --- a/Documentation/admin-guide/perf/index.rst +++ b/Documentation/admin-guide/perf/index.rst @@ -12,6 +12,7 @@ Performance monitor support qcom_l2_pmu qcom_l3_pmu arm-ccn + arm-cmn xgene-pmu arm_dsu_pmu thunderx2-pmu |
