Brian Robbins

Results 250 comments of Brian Robbins

`TraceParserGen` is really about creating strongly-typed parsers, ideally for non-EventSource based providers. EventSources themselves emit their metadata into the event stream, and so this isn't strictly necessary. If you have...

No work has been done on this. I am surprised that it only works in the GUI. Is this something that you're experiencing?

If you don't have access to a GUI, as in this case, you can run `PerfViewCollect`, which is effectively a non-GUI version of the collection capabilities in PerfView. We don't...

Just to confirm, did you clone the repo, or did you download the source as a zip file? This package assumes that you cloned it using git. It probably also...

You likely want to run `dotnet publish -c Release -r win-x64 --self-contained` and then copy the entire publish directory at `C:\Users\vipul.malik\perfview\src\PerfViewCollect\bin\Release\netcoreapp3.1\win-x64\publish`. This will ensure that you don't have to have...

As long as you have the .NET Core 3.1 SDK installed, you should be fine. These errors don't look SDK specific to me. What directory are you running this in?

I believe you will need to build from the PerfViewCollect directory. I get similar failures when building at the root. I got another failure building in the PerfViewCollect directory, but...

I have not had an issue running PerfViewCollect inside of Nano server containers recently. Can you share the error that you're seeing? The ImageID issues that you're seeing are known...

Thanks for sharing this. You are welcome to create an issue regarding the ImageID events. I have sent an e-mail to check on status, but feel free to file something...

This sounds like a reasonable thing. I will leave this issue open in case you or anyone else wants to investigate what this would take.