The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/arm/spe-pmu.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 8fcd590f7fff0d86726bb476da40a6ab


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.