![]() Previous |
![]() Next |
The Event Settings panel contains a table that lists all events available to the recording. The following columns are available for this table:
Event Name: The name of the event.
Turned On: Whether the event is enabled for this recording.
Stack Traces Enabled: Whether a stack trace is recorded along with the event.
Period: For a requestable event, this defines how often the event should be sampled. If the event is not requestable, N/A
is displayed.
Threshold: For a duration event, the duration threshold defines how long an event must occur to be recorded. If the event is an instant event, N/A
is displayed.
To filter the table entries, select the column on which you want to filter and then specify the filtering string. You can use wildcards in the filtering string and specify a regular expression by prepending it with regexp:
. If the table contains numeric values, you can specify a logical expression using the comparison operators (<
, <=
, >
, >=
), the AND operator (&&
), and the OR operator (||
).
For information about working with tables, see Working with Tables.