Enable WPP traces at shutdown

Hi Folks,

I am using WWP tracing method in my driver.

I am able to get the WPP traces in windbg, when the host is running traceview.exe.

But while the system is shutting down, I am unable to get the WPP traces in windbg because the traceview application is exited.

Is there any way to get the WPP traces at the time of shutdown in windbg?(without using traceview kind of tools)

Note: Since multiple, closely related threads are running in my driver. I could not find the exact flow. So I want to print the debug messages with the CPU number. WPP is giving the debug traces with CPU number. So that I am looking for WPP traces. If any other methods giving debug prints with CPU number, Please let me know that.

Sorry for posting the same thread in netdev forum “unknowingly”

Thanks in Advance,
Vignesh