Results 2 comments of 秦臻

@arunkm could you please have a look?

I also faced this problem when I used Docker ``` docker run -it mcr.microsoft.com/windows/servercore:1803 powershell ``` It only works when added parameter `/KernelEvents:Profile` like below. ``` .\PerfView.exe "/DataFile:Data.etl" /BufferSizeMB:256 /StackCompression...