Struct
SysprofCaptureCondition
Functions
sysprof_capture_condition_new_where_file
Creates a new condition that matches SysprofCaptureFileChunk frames
which contain the path path.
Instance methods
sysprof_capture_condition_new_and
Creates a new SysprofCaptureCondition that requires both left and right
to evaluate to TRUE.
sysprof_capture_condition_new_or
Creates a new SysprofCaptureCondition that requires either left and right
to evaluate to TRUE.