This link on MSDN says it’s stored in the samples directory of the Windows SDK:
http://msdn.microsoft.com/en-us/library/aa363805(VS.85).aspx
Except it isn’t, and I have the latest version. Where can one go to find this code, if not the distributable tool itself?
TradeDmp is a canned ETW (Event Tracing for Windows) consumer. If you are open to using C# there is sample code for ETW event consumption here. Otherwise, the guidelines for consuming events in native code are here.
Apologies if this is telling you stuff you already know, let me know if so and I will delete this.