UIforETW with fixed WPT searching
This release of UIforETW includes the latest version (22H2) of WPT (Windows Performance Toolkit), which supports PDBs larger than 4 GiB, and it includes fixes to find the WPT (xperf, wpa) install when it is not found in the SDK install directory. This happened starting with 22H2 when WPT is installed without the SDK.
The full list of changes can be found with:
git log --oneline c54ed34..66c2f53
The only significant change is:
6115a3b Search more widely for xperf.exe
The etwpackage*.zip file contains a 64-bit version of UIforETW.exe, statically linked so that it will run anywhere. No compilation required. It also includes 64-bit versions of the Windows Performance Toolkit (WPT) installers.
To use this release just download etwpackage*.zip, unzip it, then run bin\UIforETW.exe (signed). Windows Performance Toolkit (WPT) will be installed as needed. Symbols are available on this symbol server: https://randomascii-symbols.commondatastorage.googleapis.com/
For more information see https://tinyurl.com/etwcentral (aka https://randomascii.wordpress.com/2015/09/24/etw-central/)