oracular (3) function::module_name.3stap.gz

Provided by: systemtap-doc_5.1-4_amd64 bug

NAME

       function::module_name - The module name of the current script

SYNOPSIS

           module_name:string()

ARGUMENTS

       None

DESCRIPTION

       This function returns the name of the stap module. Either generated randomly (stap_[0-9a-f]+_[0-9a-f]+)
       or set by stap -m <module_name>.

SEE ALSO

       tapset::context(3stap)