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

Implement build id retrieval by image name.

This commit is contained in:
Bartosz Taudul
2022-05-01 14:50:50 +02:00
parent 324cab3d34
commit ae373b4050
2 changed files with 18 additions and 0 deletions
+4
View File
@@ -54,6 +54,10 @@ void InitCallstack();
void EndCallstack();
const char* GetKernelModulePath( uint64_t addr );
#ifdef TRACY_DEBUGINFOD
const uint8_t* GetBuildIdForImage( const char* image, size_t& size );
#endif
#if TRACY_HAS_CALLSTACK == 1
extern "C"