Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs138 this.AddHookAtInterruptBegin(profiler.InterruptEnter); in ConfigureProfilerInterruptHooks()
143 this.RemoveHookAtInterruptBegin(profiler.InterruptEnter); in ConfigureProfilerInterruptHooks()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DBaseProfiler.cs45 public abstract void InterruptEnter(ulong interruptIndex); in InterruptEnter() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler
DCollapsedStackProfiler.cs95 public override void InterruptEnter(ulong interruptIndex) in InterruptEnter() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler
DPerfettoProfiler.cs128 public override void InterruptEnter(ulong interruptIndex) in InterruptEnter() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.PerfettoProfiler