mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-12 19:31:47 +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;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
debuginfod_client* GetDebuginfodClient()
|
||||||
|
{
|
||||||
|
return s_debuginfod;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void EndCallstack()
|
void EndCallstack()
|
||||||
|
@ -56,6 +56,7 @@ const char* GetKernelModulePath( uint64_t addr );
|
|||||||
|
|
||||||
#ifdef TRACY_DEBUGINFOD
|
#ifdef TRACY_DEBUGINFOD
|
||||||
const uint8_t* GetBuildIdForImage( const char* image, size_t& size );
|
const uint8_t* GetBuildIdForImage( const char* image, size_t& size );
|
||||||
|
debuginfod_client* GetDebuginfodClient();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if TRACY_HAS_CALLSTACK == 1
|
#if TRACY_HAS_CALLSTACK == 1
|
||||||
|
Loading…
Reference in New Issue
Block a user