google / UIforETW

User interface for recording and managing ETW traces
https://randomascii.wordpress.com/2015/04/14/uiforetw-windows-performance-made-easier/
Apache License 2.0
1.55k stars 201 forks source link

bVirtualAllocStacks_ should trace VirtualFree as well as VirtualAlloc #98

Closed randomascii closed 7 years ago

randomascii commented 7 years ago

Tracing VirtualFree call stacks can be a handy way to get more information about memory being freed which can be invaluable in "leak" investigations, if the leaked memory is ultimately freed. Adding +VirtualFree to the kernel stack walk in this case should be relatively cheap.

randomascii commented 7 years ago

This was fixed by 081414292eee53f9667f6ca3e1248df1e86b9970 (will be in 1.45 release)