Restructure of the hypertrace project

This commit is contained in:
sina 2026-04-25 18:02:48 +02:00
parent 512e7fe290
commit 3cbf328fee
28 changed files with 295 additions and 166 deletions

View file

@ -2031,7 +2031,7 @@ ScriptEngineFunctionLbrSave()
//
// Depending if we are in VMX-root then a VMCALL is issued by default instead, otherwise the VMCALL is ignored
//
return HyperTraceSaveLbr(NULL, VmFuncVmxGetCurrentExecutionMode());
return HyperTraceLbrSave(NULL, VmFuncVmxGetCurrentExecutionMode());
#endif // SCRIPT_ENGINE_KERNEL_MODE
}
@ -2054,7 +2054,7 @@ ScriptEngineFunctionLbrDump()
//
// Depending if we are in VMX-root then a VMCALL is issued by default instead, otherwise the VMCALL is ignored
//
return HyperTraceDumpLbr(NULL, VmFuncVmxGetCurrentExecutionMode());
return HyperTraceLbrDump(NULL, VmFuncVmxGetCurrentExecutionMode());
#endif // SCRIPT_ENGINE_KERNEL_MODE
}