Provided by: systemtap-doc_4.7-1_amd64 bug

NAME

       probe::vm.mmap - Fires when an mmap is requested

SYNOPSIS

       vm.mmap

VALUES

       name
           name of the probe point

       address
           the requested address

       length
           the length of the memory segment

CONTEXT

       The process calling mmap.

SEE ALSO

       tapset::memory(3stap)