Crate fidl_fuchsia_tracing

Source

Structs§

KnownCategory
The value returned by GetKnownCategories.

Enums§

BufferDisposition
Choices for clearing/retaining trace buffer contents at Start. A brief summary of buffer contents: The trace buffer is divided into two main pieces: durable and non-durable. The durable portion contains things like the string and thread data for their respective references (trace_encoded_string_ref_t and trace_encoded_thread_ref_t). The non-durable portion contains the rest of the trace data like events); this is the portion that, for example, is discarded in circular buffering mode when the (non-durable) buffer fills.
BufferingMode
The trace buffering mode.

Constants§

MAX_CATEGORY_DESCRIPTION_LENGTH
The maximum length of a category description.
MAX_CATEGORY_NAME_LENGTH
The maximum length of a category name.
MAX_NUM_ENABLED_CATEGORIES
The maximum number of categories supported.
MAX_NUM_KNOWN_CATEGORIES
The maximum number of categories supported.
MAX_PROVIDER_NAME_LENGTH
The maximum length of a provider’s name.

Type Aliases§

CategoryDescription
CategoryName
aliases
EnabledCategoryList
ProviderId
ProviderName