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

Add code address to function, line decoder.

This commit is contained in:
Bartosz Taudul
2020-04-01 21:41:33 +02:00
parent 9e8089ec1a
commit a8e8a4a167
2 changed files with 54 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ struct CallstackEntryData
};
SymbolData DecodeSymbolAddress( uint64_t ptr );
SymbolData DecodeCodeAddress( uint64_t ptr );
const char* DecodeCallstackPtrFast( uint64_t ptr );
CallstackEntryData DecodeCallstackPtr( uint64_t ptr );
void InitCallstack();