archs-pct.txt 424 B

123456789101112131415161718
  1. * ARC HS Performance Counters
  2. The ARC HS 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 up to 32 counters.
  5. It also supports overflow interrupts.
  6. Required properties:
  7. - compatible : should contain
  8. "snps,archs-pct"
  9. Example:
  10. pmu {
  11. compatible = "snps,archs-pct";
  12. };