1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Pass full module path to LoadLibraryEx().

This commit is contained in:
Bartosz Taudul
2021-11-25 23:27:20 +01:00
parent a27d1902ae
commit d41447b0c9
3 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ CallstackSymbolData DecodeCodeAddress( uint64_t ptr );
const char* DecodeCallstackPtrFast( uint64_t ptr );
CallstackEntryData DecodeCallstackPtr( uint64_t ptr );
void InitCallstack();
const char* GetModuleName( uint64_t addr );
const char* GetKernelModulePath( uint64_t addr );
#if TRACY_HAS_CALLSTACK == 1