I installed the Xperf performance analyzer from the Windows SDK and captured the trace as described in the documentation using the following command:
xperf -on SysProf -stackwalk profile
However, the stack trace does not contain call data.
My platform is Vista 64b. Are there any special settings or tricks needed to capture calls in 64-bit Windows?
source
share