Skip to content

Instantly share code, notes, and snippets.

@Donpedro13
Created March 28, 2025 14:46
Show Gist options
  • Save Donpedro13/96a61cd5b4149f71294485eecf6c1225 to your computer and use it in GitHub Desktop.
Save Donpedro13/96a61cd5b4149f71294485eecf6c1225 to your computer and use it in GitHub Desktop.
Windows Power ETW tracing
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