pmu.txt 712 B

123456789101112131415161718192021222324
  1. * ARC Performance Monitor Unit
  2. The ARC 700 can be configured with a pipeline performance monitor for counting
  3. CPU and cache events like cache misses and hits.
  4. Note that:
  5. * ARC 700 refers to a family of ARC processor cores;
  6. - There is only one type of PMU available for the whole family;
  7. - The PMU may support different sets of events; supported events are probed
  8. at boot time, as required by the reference manual.
  9. * The ARC 700 PMU does not support interrupts; although HW events may be
  10. counted, the HW events themselves cannot serve as a trigger for a sample.
  11. Required properties:
  12. - compatible : should contain
  13. "snps,arc700-pmu"
  14. Example:
  15. pmu {
  16. compatible = "snps,arc700-pmu";
  17. };