/* Void Main's man pages */
{ phpMan } else { main(); }
FUNCTION::MODNAME(3stap) Context Functions FUNCTION::MODNAME(3stap)
NAME
function::modname - Return the kernel module name loaded at the address
SYNOPSIS
modname:string(addr:long)
ARGUMENTS
addr
The 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 return the string "<unknown>".
If the address was not in a kernel module, but in the kernel itself, then the string "kernel" will be returned.
SystemTap Tapset Reference August 2011 FUNCTION::MODNAME(3stap)

