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/perf/arm,dsu-pmu.yaml

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 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
    2 # Copyright 2021 Arm Ltd.
    3 %YAML 1.2
    4 ---
    5 $id: http://devicetree.org/schemas/perf/arm,dsu-pmu.yaml#
    6 $schema: http://devicetree.org/meta-schemas/core.yaml#
    7 
    8 title: ARM DynamIQ Shared Unit (DSU) Performance Monitor Unit (PMU)
    9 
   10 maintainers:
   11   - Suzuki K Poulose <suzuki.poulose@arm.com>
   12   - Robin Murphy <robin.murphy@arm.com>
   13 
   14 description:
   15   ARM DynamIQ Shared Unit (DSU) integrates one or more CPU cores with a shared
   16   L3 memory system, control logic and external interfaces to form a multicore
   17   cluster. The PMU enables gathering various statistics on the operation of the
   18   DSU. The PMU provides independent 32-bit counters that can count any of the
   19   supported events, along with a 64-bit cycle counter. The PMU is accessed via
   20   CPU system registers and has no MMIO component.
   21 
   22 properties:
   23   compatible:
   24     oneOf:
   25       - const: arm,dsu-pmu
   26       - items:
   27           - const: arm,dsu-110-pmu
   28           - const: arm,dsu-pmu
   29 
   30   interrupts:
   31     items:
   32       - description: nCLUSTERPMUIRQ interrupt
   33 
   34   cpus:
   35     $ref: /schemas/types.yaml#/definitions/phandle-array
   36     minItems: 1
   37     maxItems: 12
   38     items:
   39       maxItems: 1
   40     description: List of phandles for the CPUs connected to this DSU instance.
   41 
   42 required:
   43   - compatible
   44   - interrupts
   45   - cpus
   46 
   47 additionalProperties: false

Cache object: b9db0db3cd9ad0ffefbbe5dbd57329fd


[ 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.