summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arc/pmu.txt
blob: 49d517340de353fb19e51754a33797381ad090d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
* ARC Performance Monitor Unit

The ARC 700 can be configured with a pipeline performance monitor for counting
CPU and cache events like cache misses and hits.

Note that:
 * ARC 700 refers to a family of ARC processor cores;
   - There is only one type of PMU available for the whole family;
   - The PMU may support different sets of events; supported events are probed
     at boot time, as required by the reference manual.

 * The ARC 700 PMU does not support interrupts; although HW events may be
   counted, the HW events themselves cannot serve as a trigger for a sample.

Required properties:

- compatible : should contain
	"snps,arc700-pmu"

Example:

pmu {
        compatible = "snps,arc700-pmu";
};