windows - How to perform Xperf callstack capture on 64b OS? -


I have installed EXPORP performance analyzer with Windows SDK and using the following command has captured the trace described in the document. :

  xperf -on SysProf -stackwalk profile  

However, there is no callstack data in the stack trace.

What is Vista 64b is my 64b There are no special settings or tricks for capturing callsticks on Windows?

found a setting:

Set the Registry Value DisablePagingExecutive = 1 and Reboot ( See).

Though it sounds good, it does not help my system, there is still no call stack.


After contacting Microsoft Support, the answer was with x64 vista, you can capture callstakes for 32b network applications only, not 32 b ones.


Windows 7 removed the border and it works fine on Win 7x64, at least it says.


Comments