Description
As discussed in issue #32, to reduce how long it takes to process our traces, we might try just collecting the events we need for our analyses.
The easiest way to do this would be if there was an easy way to enable/disable our tracepoints, or which types of events we would collect.
Suggested implementation
- At startup, query environment variables enabling specific events, or groups of related events. Only register callbacks for events that are enabled.
Description
As discussed in issue #32, to reduce how long it takes to process our traces, we might try just collecting the events we need for our analyses.
The easiest way to do this would be if there was an easy way to enable/disable our tracepoints, or which types of events we would collect.
Suggested implementation