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

ARM64 build needed #112

Open kevin988 opened 6 years ago

kevin988 commented 6 years ago

I really apperaciate your work, great job! But there's no release for windows on ARM64. If there's no too much effort, could you build a version for windows10 on ARM? Thanks for advance.

randomascii commented 6 years ago

I wouldn't have a way of testing an ARM64 build, so a better option would be for you to grab the source code and build it yourself. If that works then I'd be happy to accept a pull request with updated project files and whatever other changes are needed.

randomascii commented 5 years ago

I recently got an ARM64 machine and was able to do some testing. I've found that the existing 32-bit build of UIforETW works quite nicely.

Also, I tried installing WPT on that machine using WPTarm-arm_en-us.msi and it failed, saying it was incompatible. I then installed WPTx86-x86_en-us.msi and that worked perfectly.

So, maybe the best solution is to start including the x86 MSI in the package, and auto-install it as needed.