Thursday, March 27, 2014

Xperf aka WPA Boot Tracing

Basic Trace:
xbootmgr.exe -trace boot -traceflags base+cswitch+compact_cswitch+file_io+file_io_init -postbootdelay 90 -notraceflagsinfilename -resultpath <path>

Detailed Trace:
xbootmgr -trace boot -traceflags latency+dispatcher+priority+perf_counter+disk_io_init+registry+networktrace+meminfo+file_io+file_io_init -postbootdelay 180 -stackwalk profile+processcreate+cswitch+readythread+syscallenter+threadcreate -notraceflagsinfilename -resultpath <path>

1 comment: