When I have enabled VirtualAlloc Tracing how can I get the VirtualAlloc Events back with TraceProcessor?
In Microsoft.Windows.EventTracing.Memory I find only
- IHeapAllocation
- IHeapSnapshot
- IReferenceSetAccessedPage
- IWorkingSetEntry
- ...
But no mention of VirtualAlloc things.
On a related note: How hard would it be to parse .NET ETW events with this library. The TraceEvent library has very good support for .NET Events but but it is not clear to me how I should extend TraceProcessor. Are .NET Events for TraceProcessor on the roadmap?
A couple of folks have asked now, so here's an example of getting VirtualAlloc/VirtualFree event data: