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: SysprofCaptureFrame

No 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.

Return value

Type: bool

TRUE if iteration should continue, otherwise FALSE.