-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access to Intel(r) Performance Counter Monitor has denied (Performance Monitoring Unit is occupied by other application) #608
Comments
do any other PMU tools run in parallel? you can try to run pcm with the -r flag |
It's not working with -r flag.Maybe iStats Menus? |
try to stop the other app you suspect and re-run "pcm -r" |
Still not working |
are you running pcm as root? |
No,i will have a try with sudo. |
Not working |
please share a complete output of "sudo pcm -r" |
➜ bin git:(master) sudo ./pcm -r Intel(r) Performance Counter Monitor ( ===== Processor information ===== Resetting PMU configuration |
could you try the released version here (https://github.com/intel/pcm/releases/tag/202311 )? Recompile both the PCM MSR driver and PCM itself please |
|
There is a different error "IOServiceOpen returned 0x10000003" above which might point to the issue: PCM MSR driver could not be loaded. Did you try the manual install procedure: https://github.com/intel/pcm/blob/master/doc/MAC_HOWTO.txt |
Requires kext signing or turning off SIP.
|
operating system: MacOS 12.7.1
CPU: i9-9980HK
Clang version:Apple clang version 13.1.6 (clang-1316.0.21.2.5)
The text was updated successfully, but these errors were encountered: