I had the same problem with the Concurrency Visualizer extension in VS2015.
I downloaded the Concurrency Visualizer Command Line Utility and invoked CVCollectionCmd /Query
(from an elevated prompt) but it would always say the following :
Collection cannot start because the required ETW sessions are already in use.
I got this error even after a reboot.
The solution
I ran tracelog -x
(from an elevated prompt) and I stopped every running ETW session. After that CVCollectionCmd /Query
said Not collecting, ready to start.
and I was able to start the analysis from Visual Studio.
I couldn't determine which process or service on my computer started those ETW sessions.