Module mz_proc::linux

source ·
Expand description

Linux-specific process introspection.

Functions§

  • Collects information about all shared objects loaded into the current process, including the main program binary as well as all dynamically loaded libraries. Intended to be useful for profilers, who can use this information to symbolize stack traces offline.