MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / StackFrame

Method StackFrame

src/stackFrame.h:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26 public:
27 StackFrame(void* ucontext) {
28 _ucontext = (ucontext_t*)ucontext;
29 }
30
31 uintptr_t stackAt(int slot) {
32 return ((uintptr_t*)sp())[slot];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected