chronon::observe::TraceEvent
Decoded event from a binary trace.
#include <BinaryTraceReader.hpp>
Public Attributes
| Name | |
|---|---|
| std::string | source_name |
| uint16_t | source_id |
| std::string | format_string |
| uint32_t | format_id |
| uint8_t | event_type 0=trace, 1=log, 2=counter. |
| uint64_t | cycle |
| uint32_t | category |
| std::vector< std::byte > | args |
| uint8_t | arg_count |
Public Attributes Documentation
variable source_name
std::string source_name;
variable source_id
uint16_t source_id;
variable format_string
std::string format_string;
variable format_id
uint32_t format_id;
variable event_type
uint8_t event_type;
0=trace, 1=log, 2=counter.
variable cycle
uint64_t cycle;
variable category
uint32_t category;
variable args
std::vector< std::byte > args;
variable arg_count
uint8_t arg_count;
Updated on 2026-05-26 at 05:42:32 +0000