Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs47 AddStackToBufferWithDelta(instructionsElapsed); in StackFrameAdd()
64 AddStackToBufferWithDelta(instructionsElapsed); in StackFramePop()
79 AddStackToBufferWithDelta(instructionsElapsed); in OnContextChange()
98 AddStackToBufferWithDelta(instructionsElapsed); in InterruptEnter()
109 AddStackToBufferWithDelta(instructionsElapsed); in InterruptExit()
150 private void AddStackToBufferWithDelta(ulong instructionDelta) in AddStackToBufferWithDelta() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler