Unable to start Windows Performance Recorder: The requested resource is in use

This issue comes from use of visual studio, where starting the profiler for cpu usage fails with Failed to enable requested events on system provider (0x800700aa)..

This seems rely on starting a Window Performance Recorder (wpr) session.
Trying to do that directly fails with the same error:

wpr -start CPU
        The requested resource is in use.
        Profile Id: CPU.Verbose.Memory
        Error code: 0x800700aa
        The requested resource is in use.

Can anyone help me solve this issue?

WPR is able to start certain types of session that seem to not rely on performance counters on the CPU.


Short overview of what I’ve tried: