KeQuerySystemTimePrecise
VOID __stdcall KeQuerySystemTimePrecise(_LARGE_INTEGER *CurrentTime){
LONGLONG v2;
LODWORD(v2) = RtlGetSystemTimePrecise();
CurrentTime->QuadPart = v2;
}Referenced by:
EtwTraceAdminlessAccessFailure
EtwTraceLpacAccessFailure
EtwpFinalizeHeader
EtwpInitLoggerContext
EtwpInitializeTimeStamp
EtwpTraceSystemShutdown
NtQueryInformationProcess
PspAllocateProcess
PspAllocateThread
PspExitThread
PspUserThreadStartup