Skip to main content

PPROF_LOCATION_IS_FOLDED

Constant PPROF_LOCATION_IS_FOLDED 

pub const PPROF_LOCATION_IS_FOLDED: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

Provides an indication that multiple symbols map to this location’s address, for example due to identical code folding by the linker. In that case the line information represents one of the multiple symbols. This field must be recomputed when the symbolization state of the profile changes.

§Notes