Home
last modified time | relevance | path

Searched defs:OnContextChange (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs129 protected void OnContextChange(ulong threadId) in OnContextChange() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs71 public override void OnContextChange(ulong newContextId) in OnContextChange() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler
DPerfettoProfiler.cs77 public override void OnContextChange(ulong newContextId) in OnContextChange() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.PerfettoProfiler
DBaseProfiler.cs44 public abstract void OnContextChange(ulong newContextId); in OnContextChange() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler