Brian Robbins

Results 250 comments of Brian Robbins

There was a break in this area that I just recently fixed via #1702. Can you see if that addresses the issue for you?

Glad that it worked. System.Numerics.Vectors is required for heapdump, but the version required is not available as a NuGet package. Instead, it is picked up from the SDK because the...

@Drreamer please see https://github.com/microsoft/perfview/issues/1639. This is probably something installed on the specific machine that is changing the PMU configuration which is used by ETW to capture CPU samples.

When creating the TraceLog, you can specify `TraceLogOptions.ContinueOnError` which is what gets set if you specify `/continueOnError`. This effectively tells `TraceLog` to assume that the trace ended here and continue....

@nicnike, this is something that I've looked into a bit lately, but haven't been able to make much progress. It looks like there are some events in the kernel that...

@dorian-apanel-intel, this can be fixed, but wasn't an issue that I was aware of. Would you be up for submitting a PR for this?

@mjsabby, are there corresponding runtime changes for this? I would assume the answer is yes, since this requires emitting kernel events into the trace, which won't ever be there in...

@gleocadie, thanks for submitting this. I have added some comments on https://github.com/dotnet/runtime/pull/72627.