blob: e4b9dcee6d41a12579969691dab40289f21bfe58 [file] [log] [blame]
Vineet Gupta9b288292014-11-18 17:36:11 +05301* ARC HS Performance Counters
2
3The ARC HS can be configured with a pipeline performance monitor for counting
4CPU and cache events like cache misses and hits. Like conventional PCT there
Eric Engestromda67e682016-04-25 01:24:04 +01005are 100+ hardware conditions dynamically mapped to up to 32 counters.
Vineet Gupta9b288292014-11-18 17:36:11 +05306It also supports overflow interrupts.
7
8Required properties:
9
10- compatible : should contain
11 "snps,archs-pct"
12
13Example:
14
15pmu {
16 compatible = "snps,archs-pct";
17};