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

Add debuginfod context accessor.

This commit is contained in:
Bartosz Taudul
2022-05-01 15:05:23 +02:00
parent ae373b4050
commit 726b70b683
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@ const char* GetKernelModulePath( uint64_t addr );
#ifdef TRACY_DEBUGINFOD
const uint8_t* GetBuildIdForImage( const char* image, size_t& size );
debuginfod_client* GetDebuginfodClient();
#endif
#if TRACY_HAS_CALLSTACK == 1