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::MODNAME(3stap) | Context Functions | FUNCTION::MODNAME(3stap) |
NAME¶
function::modname - Return the kernel module name loaded at the addressSYNOPSIS¶
modname:string(addr:long)
ARGUMENTS¶
addrThe address to map to a kernel module name
DESCRIPTION¶
Returns the module name associated with the given address if known. If not known it will raise an error. If the address was not in a kernel module, but in the kernel itself, then the string “kernel” will be returned.SEE ALSO0¶
tapset::context-symbols(3stap)October 2018 | SystemTap Tapset Reference |