Function
SysprofCaptureCursorCallback
Declaration
bool
(* SysprofCaptureCursorCallback) (
const SysprofCaptureFrame* frame,
void* user_data
)
Description [src]
This is the prototype for callbacks that are called for each frame matching the cursor query.
Functions matching this typedef should return TRUE if they want the
the caller to stop iteration of cursor.
Parameters
frame-
Type:
SysprofCaptureFrameNo description available.
The data is owned by the caller of the function. user_data-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the function.