Searched refs:StackFramePop (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ | ||
| D | BaseProfiler.cs | 43 …public abstract void StackFramePop(ulong currentAddress, ulong returnAddress, ulong instructionsCo… in StackFramePop() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler |
| D | CollapsedStackProfiler.cs | 54 …public override void StackFramePop(ulong currentAddress, ulong returnAddress, ulong instructionsCo… in StackFramePop() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler |
| D | PerfettoProfiler.cs | 62 …public override void StackFramePop(ulong currentAddress, ulong returnAddress, ulong instructionsCo… in StackFramePop() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.PerfettoProfiler |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ | ||
| D | TranslationCPU_Profiler.cs | 124 profiler.StackFramePop(currentAddress, returnAddress, instructionsCount); in OnStackChange() |