Lines Matching full:pmu
9 is the Performance Monitoring Unit (PMU). CPU types such as the
13 a PMU, then the ``-cpu`` parameter should contain ``pmu=off`` on the QEMU
14 command line, i.e. ``-cpu cortex-a15,pmu=off``.
47 "sve1664": true, "pmu": true, "sve1792": true, "sve1920": true,
54 We see that the ``max`` CPU type has the ``pmu``, ``aarch64``, ``sve``, and many
62 (2) Let's try to disable the PMU::
64 (QEMU) query-cpu-model-expansion type=full model={"name":"max","props":{"pmu":false}}
67 "sve1664": true, "pmu": false, "sve1792": true, "sve1920": true,
74 We see it worked, as ``pmu`` is now ``false``.
93 "sve1664": false, "pmu": true, "sve1792": false, "sve1920": false,
105 {"return": {"model": {"name": "cortex-a15", "props": {"pmu": true}}}}
107 Only the ``pmu`` CPU feature is available.
158 $ qemu-system-aarch64 -M virt -cpu max,pmu=off,sve=on,sve128=on,sve256=on
160 The example above disables the PMU and enables the first two SVE vector
235 is used to enable or disable the entire SVE feature, just as the ``pmu``
236 CPU property completely enables or disables the PMU. The second type