[[User:Bluegol|Bluegol]] ([[User talk:Bluegol|talk]]) 10:44, 13 February 2013 (KST)
= stackwalking =
xperf -on PROC_THREAD+LOADER+PROFILE -stackwalk profile
rem Your scenario goes here…
xperf -d mytrace.etl
Alternately, the following command will also work, because the “Latency” kernel group includes all of the necessary kernel flags.
xperf -on Latency -stackwalk profile
rem Your scenario goes here...
xperf -d mytrace.etl