Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DExecutionTracer.cs23 …Name, TraceFormat format, bool isBinary = false, bool compress = false, bool isSynchronous = false) in CreateExecutionTracing() argument
26 var tracer = new ExecutionTracer(@this, writerBuilder, isSynchronous); in CreateExecutionTracing()
61 …cutionTracer(TranslationCPU cpu, TraceWriterBuilder traceWriterBuilder, bool isSynchronous = false) in ExecutionTracer() argument
65 this.isSynchronous = isSynchronous; in ExecutionTracer()
87 if(!isSynchronous) in Start()
109 if(!isSynchronous) in Stop()
216 if(!isSynchronous) in HandleBlockEndHook()
246 private readonly bool isSynchronous; field in Antmicro.Renode.Peripherals.CPU.ExecutionTracer