Available on crate features
experimental and Tracing and IO only.Structs§
- Buffer
Usage Event - Data
Collected Event - Contains an bucket of collected trace events. When tracing is stopped collected events will be send as a sequence of dataCollected events followed by tracingComplete event.
- Data
Collected Event Value - EndCommand
- Stop trace events collection.
- EndReturn
- Stop trace events collection.
- GetCategories
Command - Gets supported tracing categories.
- GetCategories
Return - Gets supported tracing categories.
- Memory
Dump Config - Configuration for memory dump. Used only when “memory-infra” category is enabled.
- Record
Clock Sync Marker Command - Record a clock sync marker in the trace.
- Record
Clock Sync Marker Return - Record a clock sync marker in the trace.
- Request
Memory Dump Command - Request a global memory dump.
- Request
Memory Dump Return - Request a global memory dump.
- Start
Command - Start trace events collection.
- Start
Command Builder - Start
Return - Start trace events collection.
- Trace
Config - Trace
Config Builder - Tracing
Complete Event - Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.
- Tracing
Complete Event Builder