Brian Robbins

Results 250 comments of 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...

FYI, there is a fix available for this. I have it on my backlog to do the work to pull it in.

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`,...

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...