Crate fidl_fuchsia_memory_sampler

Source

Structs§

ExecutableSegment
Address region that corresponds to an executable segment in an ELF module.
ModuleMap
Information necessary for the symbolization of a module. Represents the subset of an ELF module relevant for the purposes of the profiler. The main use case for this map is the symbolization of stack traces.
SamplerControlHandle
SamplerEventStream
SamplerMarker
SamplerProxy
SamplerRecordAllocationRequest
SamplerRecordDeallocationRequest
SamplerRequestStream
A Stream of incoming requests for fuchsia.memory.sampler/Sampler.
SamplerSetProcessInfoRequest
SamplerSynchronousProxy
StackTrace
A stack trace, as a collection of stack frames.

Enums§

SamplerEvent
SamplerRequest
Interface used to exfiltrate process allocation information.

Constants§

BUILD_ID_BYTES
A build ID is a 20 bytes long sequence.

Traits§

SamplerProxyInterface