1FUNCTION::MODNAME(3stap)       Context Functions      FUNCTION::MODNAME(3stap)
2
3
4

NAME

6       function::modname - Return the kernel module name loaded at the address
7

SYNOPSIS

9           modname:string(addr:long)
10

ARGUMENTS

12       addr
13           The address to map to a kernel module name
14

DESCRIPTION

16       Returns the module name associated with the given address if known. If
17       not known it will return the string “<unknown>”. If the address was not
18       in a kernel module, but in the kernel itself, then the string “kernel”
19       will be returned.
20
21
22
23SystemTap Tapset Reference        August 2011         FUNCTION::MODNAME(3stap)
Impressum