Marcos Slomp

Results 83 comments of Marcos Slomp

> It looks like what we need is [`EnumerateTraceGuidsEx()`](https://learn.microsoft.com/en-us/windows/win32/api/evntrace/nf-evntrace-enumeratetraceguidsex) with the `TraceGuidQueryInfo` argument. We'll get back a [`TRACE_PROVIDER_INSTANCE_INFO`](https://learn.microsoft.com/en-us/windows/win32/api/evntrace/ns-evntrace-trace_provider_instance_info) struct with an `EnableCount` field, and an array (of that size) of...

> Interesting, so if you use both PresentMon and Tracy at the same time for example, things will be dropped? That's the thing: _maybe_. I am not sure how these...

I added some code to detect (and log) whether a provider has been enabled by another session elsewhere. I think this concludes all the review changes and quirks I encountered.