Brian Robbins

Results 250 comments of Brian Robbins

> rted ones that may change at any time which we only consume for the GC i Gotcha, thanks.

If you do end up removing the existing supported dynamic events, and don't add more, I am wondering if any change to TraceEvent other than the removal is required? If...

I believe that this is fixed in a newer version of TraceEvent. Can you please try this with the latest version? I believe the change you need is https://github.com/microsoft/perfview/pull/1845.

Let's see if @copilot can write a fix for this. The behavior should be: 1. All of the native directories should be present for apps that are built without a...

I have not seen this before. Can you please try with an older version of PerfView just to rule out any recent changes? https://github.com/microsoft/perfview/releases/tag/v3.1.13. My suspicion is that this won't...

@ocoanet, can you please share some details about what you're trying to do? As with other source types such as `ETWTraceEventSource`, stacks are really only usable via `TraceLog`. It is...

This looks like it's probably an easy fix that copilot can pick-up. The code that generates this XML is in `TraceEvent.Dump`.

Your code looks generally correct to me, and so does the events view. Would you be able to share a sample trace containing these events? The error that you've described...

Thanks @exelix11. I'm not quite sure how you got the error `Error: Could not find stack source Any Stacks (with StartStop Activities)`. The first issue that I see here is...

@brycehutchings I was not aware that this is possible at the win32 level. Can you point me to the documentation that describes this? Thanks.