Path: blob/master/Documentation/devicetree/bindings/arc/snps,archs-pct.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/arc/snps,archs-pct.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ARC HS Performance Counters78maintainers:9- Aryabhatta Dey <aryabhattadey35@gmail.com>1011description:12The ARC HS can be configured with a pipeline performance monitor for counting13CPU and cache events like cache misses and hits. Like conventional PCT there14are 100+ hardware conditions dynamically mapped to up to 32 counters.15It also supports overflow interrupts.1617properties:18compatible:19const: snps,archs-pct2021reg:22maxItems: 12324clocks:25maxItems: 12627required:28- compatible29- reg30- clocks3132additionalProperties: false333435