Created
August 1, 2024 08:05
-
-
Save alastorid/116aa5e5e19ab9b60ecbddc4592d4c43 to your computer and use it in GitHub Desktop.
pmu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable all components | |
Set-VMProcessor MyVMName -Perfmon @("ipt", "pmu", "lbr", "pebs") | |
Set-VMProcessor bla -Perfmon @("pmu") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment