Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/
DCPUTracer.cs23 public static void CreateCPUTracer(this Arm cpu, string name) in CreateCPUTracer() method in Antmicro.Renode.Debug.CPUTracerExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/
DTraceCommand.cs193 cpu.CreateCPUTracer(tracerName); in EnsureTracer()