Crate mz_build_id

source ·
Expand description

Utility crate to get the linker-supplied build ID of all loaded images.

Currently only works on Linux

Structs

Functions

  • Gets the GNU build IDs for all loaded images, including the main program binary as well as all dynamically loaded libraries. Intended to be useful for profilers, who can use the supplied IDs to symbolize stack traces offline.
  • Asserts that the given pointer is valid.