Brian Robbins
Brian Robbins
I don't believe that this has been fixed. Fixes to TraceParserGen have been held up behind a goal to create a test-bed for the tool first, as each time we...
Fixed via #1805.
Closing in favor of #1731.
FYI, there is a fix available for this. I have it on my backlog to do the work to pull it in.
Related to #51.
The issue that you're running into here is that the `CallStack` method can only be used on events that come from a `TraceLogEventSource`. You will need to create a `TraceLog`,...
FYI: @mikem8361
This is dependent on https://github.com/dotnet/coreclr/issues/4091.
@szimmerMicrosoft this is something that would need to be implemented in the runtime. The way that forcing a GC works is that we turn on an ETW keyword and then...
> This request has come up again, but this time for .netperf/.nettrace files. I believe this is more achievable since `EventPipeEventSource` has a constructor that takes a `Stream`. Agreed for...