we are using ETW for tracing activities in our applications. when server applications are under heavy work, and we start tracing with our runtime tracing application, sometimes our provider doesn't work. and restarting tracing application and server application doesn't help , and only solution was to restart windows server! I tried xperf and logman commands like stop
or delete
which had other problems (we coudn't delete a provider after stopping it and direct delete wasn't possible because "data collector was running").
how can we fix it without restarting the Windows? does etw has any command for resetting all logs?