


OK, Thanks
Process Hacker Discussion Forum
else if (majorVersion == 6 && minorVersion > 3 || majorVersion > 6)
{
KphDynNtVersion = 0xffffffff;
return STATUS_NOT_SUPPORTED;
}
But then it shows time based CPU usage, I'm talking about to show cycle based DPC and Interrupts separatelyYou can disable cycle based CPU usage via Settings to show the separate DPC process:
#define IMAGE_DLLCHARACTERISTICS_GUARD_CF = 0x4000
ImageNtHeaders->ImageOptionalHeader->DllCharacteristics
if DllCharacteristics = DllCharacteristics or IMAGE_DLLCHARACTERISTICS_GUARD_CF then
GuardCF := True
TETYYS wrote:...the less operations are done in kernel - the better.