mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Collect child sample addresses.
This commit is contained in:
@@ -619,6 +619,15 @@ struct GhostZone
|
||||
|
||||
enum { GhostZoneSize = sizeof( GhostZone ) };
|
||||
|
||||
|
||||
struct ChildSample
|
||||
{
|
||||
Int48 time;
|
||||
uint64_t addr;
|
||||
};
|
||||
|
||||
enum { ChildSampleSize = sizeof( ChildSample ) };
|
||||
|
||||
#pragma pack()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user