Home
last modified time | relevance | path

Searched refs:FormatSignature (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBinaryWriter.cs36 …stream.Write(Encoding.ASCII.GetBytes(FormatSignature), 0, Encoding.ASCII.GetByteCount(FormatSignat… in WriteHeader()
182 private const string FormatSignature = "ReTrace"; field in Antmicro.Renode.Peripherals.CPU.TraceBinaryWriter