function::modname
Return the kernel module name loaded at the address
- Provided by: systemtap-doc (Version: 5.0-2ubuntu1)
- Source: systemtap
- Report a bug
Return the kernel module name loaded at the address
modname:string(addr:long)
addr
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.