MCPcopy Index your code
hub / github.com/dtrace4linux/linux / fasttrap_usdt_args64

Function fasttrap_usdt_args64

driver/fasttrap_isa.c:813–836  ·  view source on GitHub ↗

If you call a 6-arg function in 64-bit mode, the reg usage is this: movl $110, %r9d // arg6 movl $100, %r8d // arg5 movl $90, %ecx // arg4 movl $80, %edx // arg3 movl $70, %esi // arg2 movl $60, %edi // arg1 movl $0, %eax call fred6 */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

fasttrap_isa.cFile · 0.85

Calls 2

printkFunction · 0.85
fasttrap_fulword_noerrFunction · 0.85

Tested by

no test coverage detected