How to capture an Xperf call on a 64-bit OS?

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?

+3
source share
1 answer

After some searching, I found one parameter:

Set the registry value DisablePagingExecutive = 1 and reboot (see Windows Performance Toolkit Frequently Asked Questions ).

, , , , .


, Microsoft, x64 Vista, 64- x64.


Windows 7, , Win 7 x64, , Valve Xperf.

+5

Source: https://habr.com/ru/post/1702243/


All Articles