table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::REGPARM(3stap) | Context Functions | FUNCTION::REGPARM(3stap) |
NAME¶
function::regparm - Specify regparm value used to compile functionSYNOPSIS¶
regparm(n:long)
ARGUMENTS¶
noriginal regparm value
DESCRIPTION¶
Call this function with argument n before accessing function arguments using the *_arg function is the function was build with the gcc -mregparm=n option.(The i386 kernel is built with \-mregparm=3, so systemtap considers regparm(3) the default for kernel functions on that architecture.) Only valid on i386 and x86_64 (when probing 32bit applications). Produces an error on other architectures.
SEE ALSO0¶
tapset::registers(3stap)October 2018 | SystemTap Tapset Reference |