spe-pmu.txt 710 B

1234567891011121314151617181920
  1. * ARMv8.2 Statistical Profiling Extension (SPE) Performance Monitor Units (PMU)
  2. ARMv8.2 introduces the optional Statistical Profiling Extension for collecting
  3. performance sample data using an in-memory trace buffer.
  4. ** SPE Required properties:
  5. - compatible : should be one of:
  6. "arm,statistical-profiling-extension-v1"
  7. - interrupts : Exactly 1 PPI must be listed. For heterogeneous systems where
  8. SPE is only supported on a subset of the CPUs, please consult
  9. the arm,gic-v3 binding for details on describing a PPI partition.
  10. ** Example:
  11. spe-pmu {
  12. compatible = "arm,statistical-profiling-extension-v1";
  13. interrupts = <GIC_PPI 05 IRQ_TYPE_LEVEL_HIGH &part1>;
  14. };