Module trace

Module trace 

Source
Expand description

CPU trace logging for nestest.log-compatible output.

This module provides functionality to generate execution traces matching the nestest golden log format, essential for CPU validation.

Structsยง

CpuTracer
CPU trace logger for generating nestest-compatible logs.
TraceEntry
Trace entry representing a single instruction execution.