mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Add debuginfod context accessor.
This commit is contained in:
parent
ae373b4050
commit
726b70b683
@ -742,6 +742,11 @@ const uint8_t* GetBuildIdForImage( const char* image, size_t& size )
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
debuginfod_client* GetDebuginfodClient()
|
||||
{
|
||||
return s_debuginfod;
|
||||
}
|
||||
#endif
|
||||
|
||||
void EndCallstack()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user