Struct SYN_Trace¶
Circular trace event buffer.
#include <syn_trace.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint16_t | capacity |
| uint32_t | count |
| bool | enabled |
| SYN_TraceEntry * | entries |
| uint16_t | head |
Public Attributes Documentation¶
variable capacity¶
Buffer size
variable count¶
Total events recorded (may wrap)
variable enabled¶
Recording state active flag
variable entries¶
Circular buffer (caller-owned)
variable head¶
Next write position
The documentation for this class was generated from the following file src/syntropic/debug/syn_trace.h