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

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 symbolicate stack traces offline.