Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ link
Method
link
src/stackFrame_arm.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
uintptr_t StackFrame::link() {
30
return (uintptr_t)_ucontext->uc_mcontext.arm_lr;
31
}
32
33
uintptr_t StackFrame::arg0() {
34
return (uintptr_t)_ucontext->uc_mcontext.arm_r0;
Callers
2
walkDwarf
Method · 0.45
walkVM
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected