feat(profile): more client info

This commit is contained in:
phaneron 2025-03-27 16:32:22 -04:00
parent 3cd843a220
commit 9df5775a17
22 changed files with 225 additions and 53 deletions

View file

@ -1,31 +1,41 @@
OsInputDestroy 00869760 f end=008697D3
RestoreMouse 008695B0 f end=008695FB
OsInputSetWindowResizeLock 00869620 f end=0086962D
OsInputInitialize 00869720 f end=00869757
OsInputDestroy 00869760 f end=008697D3
OsInputSetEventPollProc 00869D90 f end=00869D9D
CenterMouse 00869DB0 f end=00869DF6
OsInputGet 00869E00 f end=0086A01A
OsInputSetMouseMode 0086A020 f end=0086A063
OsInputGetMousePosition 0086A0D0 f end=0086A130
OsInputSetMousePosition 0086A130 f end=0086A194
OsInputSetMouseMode 0086A020 f end=0086A063
OsInputSetEventPollProc 00869D90 f end=00869D9D
OsInputSetWindowResizeLock 00869620 f end=0086962D
CenterMouse 00869DB0 f end=00869DF6
RestoreMouse 008695B0 f end=008695FB
OsGetAsyncTimeMs 0086AE20 f end=0086AE2B
OsGetDefaultWindowRect 0086A1A0 f end=0086A20C
IOsGetProcessorFeatures 0086AF90 f end=0086B0BE
OsSystemEnableCpuLog 0086B0C0 f end=0086B0CB
IOsSystemCpuLog 0086B0D0 f end=0086B23D
OsGetProcessorCount 0086B240 f end=0086B27D
OsGetAsyncClocksPerSecond 0086BBA0 f end=0086BBD0 type="uint64_t __stdcall func()"
OsSleep 0086B280 f end=0086B28F
OsGetVersionString 0086B430 f end=0086B458
OsGetComputerName 0086B480 f end=0086B493
OsGetUserName 0086B4A0 f end=0086B4B3
OsGetPhysicalMemory 0086B4C0 f end=0086B4E1
IOsParseProcessorFrequency 0086B600 f end=0086B703
IOsGetPowerProfFrequency 0086B710 f end=0086B774
OsIsRemoteSession 0086B780 f end=0086B78C
OsGetProcessorFeaturesEx 0086B9A0 f end=0086BB7B ; OsGetProcessorFeaturesEx(int&)
OsGetProcessorFeatures 0086BB80 f end=0086BB94
OsGetProcessorTicksPerSecond 0086BBA0 f end=0086BBD0 type="uint64_t __stdcall func()" ; Invented name
OsGetExeName 0086BBD0 f end=0086BC2F
OsPathGetRootChars 0086BC30 f end=0086BC9E
OsPathStripFilename 0086BE50 f end=0086BE9B
OsGetExePath 0086BEA0 f end=0086BEBE
OsGuiGetWindow 0086C6A0 f end=0086C6CE
OsGuiMessageBox 0086C6E0 f end=0086C7D0
OsGetDefaultWindowRect 0086A1A0 f end=0086A20C
OsIMEInitialize 0086D0A0 f end=0086D0B8
OsIMEDestroy 0086D0C0 f end=0086D0Df
IOsClipboardPutString 008727E0 f end=008728B8
IOsClipboardGetString 008726F0 f end=008727BB
OsClipboardPutString 008722A0 f end=008722BF
OsClipboardGetString 00872280 f end=00872297
OsCallSetContext 0086F5A0 f end=0086F5EA
OsCallInitializeContext 0086F880 f end=0086F902
OsCallInitialize 0086F760 f end=0086F875
OsIsRemoteSession 0086B780 f end=0086B78C
OsCallInitializeContext 0086F880 f end=0086F902
OsClipboardGetString 00872280 f end=00872297
OsClipboardPutString 008722A0 f end=008722BF
IOsClipboardGetString 008726F0 f end=008727BB
IOsClipboardPutString 008727E0 f end=008728B8

View file

@ -1,2 +1,11 @@
s_WindowResizeLock 00D41580 l type="int32_t"
s_cpuTicksPerSecond 00D415C8 l type="uint64_t"
s_haveProcessorFeatures 00D415A0 l type="int32_t"
s_processorVendor 00D415A4 l type="int32_t"
s_processorFeatures 00D415A8 l type="int32_t"
s_processorSockets 00D415AC l type="int32_t"
s_processorCores 00D415B0 l type="int32_t"
s_processorCount 00D415B4 l type="int32_t"
s_cpuLogEnabled 00D415C0 l type="int32_t"
s_cpuTicksPerSecond 00D415C8 l type="uint64_t"
s_gotPowerProfFrequency 00D415D0 l type="int32_t"
s_checkedPowerProfInfo 00D415D4 l type="int32_t"