Crate fidl_fuchsia_memory_heapdump_client

Source

Macros§

CollectorErrorUnknown
Pattern that matches an unknown CollectorError member.
ProcessSelectorUnknown
Pattern that matches an unknown ProcessSelector member.
SnapshotElementUnknown
Pattern that matches an unknown SnapshotElement member.

Structs§

Allocation
An allocated memory block.
BlockContents
The contents of an allocated memory block.
BuildId
An ELF build ID.
CollectorControlHandle
CollectorDownloadStoredSnapshotRequest
CollectorEventStream
CollectorListStoredSnapshotsRequest
CollectorMarker
CollectorProxy
CollectorRequestStream
A Stream of incoming requests for fuchsia.memory.heapdump.client/Collector.
CollectorSynchronousProxy
CollectorTakeLiveSnapshotRequest
ExecutableRegion
A memory region containing code loaded from an ELF file.
SnapshotReceiverBatchRequest
SnapshotReceiverBatchResponder
SnapshotReceiverControlHandle
SnapshotReceiverEventStream
SnapshotReceiverMarker
SnapshotReceiverProxy
SnapshotReceiverReportErrorRequest
SnapshotReceiverReportErrorResponder
SnapshotReceiverRequestStream
A Stream of incoming requests for fuchsia.memory.heapdump.client/SnapshotReceiver.
SnapshotReceiverSynchronousProxy
StackTrace
A stack trace.
StoredSnapshot
A snapshot that is stored on the device and that can be downloaded.
StoredSnapshotIteratorControlHandle
StoredSnapshotIteratorEventStream
StoredSnapshotIteratorGetNextResponder
StoredSnapshotIteratorGetNextResponse
StoredSnapshotIteratorMarker
StoredSnapshotIteratorProxy
StoredSnapshotIteratorRequestStream
A Stream of incoming requests for fuchsia.memory.heapdump.client/StoredSnapshotIterator.
StoredSnapshotIteratorSynchronousProxy
ThreadInfo
Information on a given thread.

Enums§

CollectorError
The reason why a method failed.
CollectorEvent
CollectorRequest
Protocol to request and retrieve memory profiles.
ProcessSelector
Filter to restrict an operation to a subset of the available processes.
SnapshotElement
An element that is part of a snapshot.
SnapshotReceiverEvent
SnapshotReceiverRequest
Protocol to transmit a snapshot as a stream of elements.
StoredSnapshotIteratorEvent
StoredSnapshotIteratorRequest
Protocol to retrieve a list of StoredSnapshots.

Constants§

MAX_BUILD_ID_LENGTH

Traits§

CollectorProxyInterface
SnapshotReceiverProxyInterface
StoredSnapshotIteratorProxyInterface

Type Aliases§

StackTraceKey
StoredSnapshotIteratorGetNextResult
ThreadInfoKey