Created
March 28, 2025 14:46
-
-
Save Donpedro13/96a61cd5b4149f71294485eecf6c1225 to your computer and use it in GitHub Desktop.
Windows Power ETW tracing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xperf -on PROC_THREAD+LOADER -start user -on Microsoft-Windows-Kernel-Power:::'stack' | |
@rem Repro the problem here | |
xperf -d k.etl | |
xperf -stop user | |
xperf -merge k.etl C:\user.etl merged.etl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment