Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ arg1
Method
arg1
src/stackFrame_arm.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
uintptr_t StackFrame::arg1() {
38
return (uintptr_t)_ucontext->uc_mcontext.arm_r1;
39
}
40
41
uintptr_t StackFrame::arg2() {
42
return (uintptr_t)_ucontext->uc_mcontext.arm_r2;
Callers
3
readCounter
Method · 0.45
checkFault
Method · 0.45
trapHandler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected