pct.txt 546 B

123456789101112131415161718192021
  1. * ARC Performance Counters
  2. The ARC700 can be configured with a pipeline performance monitor for counting
  3. CPU and cache events like cache misses and hits. Like conventional PCT there
  4. are 100+ hardware conditions dynamically mapped to upto 32 counters
  5. Note that:
  6. * The ARC 700 PCT does not support interrupts; although HW events may be
  7. counted, the HW events themselves cannot serve as a trigger for a sample.
  8. Required properties:
  9. - compatible : should contain
  10. "snps,arc700-pct"
  11. Example:
  12. pmu {
  13. compatible = "snps,arc700-pct";
  14. };