mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: add define for last frame type
This commit is contained in:
@ -131,6 +131,9 @@ typedef enum
|
||||
SYSPROF_CAPTURE_FRAME_ALLOCATION = 14,
|
||||
} SysprofCaptureFrameType;
|
||||
|
||||
/* Not part of ABI */
|
||||
#define SYSPROF_CAPTURE_FRAME_LAST 15
|
||||
|
||||
SYSPROF_ALIGNED_BEGIN(1)
|
||||
typedef struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user