template <>

class WireWeakAsyncBufferClientImpl

Defined at line 3626 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_tracing_controller::SessionManager::GetProviders> GetProviders ()

Return the set of registered providers.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_tracing_controller::SessionManager::GetKnownCategories> GetKnownCategories ()

Gets the known categories.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_tracing_controller::SessionManager::StartTraceSession> StartTraceSession (::fuchsia_tracing_controller::wire::TraceConfig config, ::fuchsia_tracing_controller::wire::TraceOptions options)

Starts a Trace session.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_tracing_controller::SessionManager::StartTraceSessionOnBoot> StartTraceSessionOnBoot (::fuchsia_tracing_controller::wire::TraceConfig config, ::fuchsia_tracing_controller::wire::TraceOptions options)

Configure a Trace session to start when the component starts.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_tracing_controller::SessionManager::EndTraceSession> EndTraceSession (uint64_t task_id, ::zx::socket && output)

Ends the trace session.

If task_id is non-zero, then only the trace task with the given id is checked.

Note: Currently there is only 1 trace task active at a time, so the task_id is of

little value at this time.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_tracing_controller::SessionManager::Status> Status ()

Returns the status of the current trace session.

Caller provides the backing storage for FIDL message.