Skip to main content

chronon::observe::TraceEvent

Decoded event from a binary trace.

#include <BinaryTraceReader.hpp>

Public Attributes

Name
std::stringsource_name
uint16_tsource_id
std::stringformat_string
uint32_tformat_id
uint8_tevent_type
0=trace, 1=log, 2=counter.
uint64_tcycle
uint32_tcategory
std::vector< std::byte >args
uint8_targ_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