mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +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,
|
SYSPROF_CAPTURE_FRAME_ALLOCATION = 14,
|
||||||
} SysprofCaptureFrameType;
|
} SysprofCaptureFrameType;
|
||||||
|
|
||||||
|
/* Not part of ABI */
|
||||||
|
#define SYSPROF_CAPTURE_FRAME_LAST 15
|
||||||
|
|
||||||
SYSPROF_ALIGNED_BEGIN(1)
|
SYSPROF_ALIGNED_BEGIN(1)
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user