template <>

class WireWeakSyncClientImpl

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

Public Methods

::fidl::WireResult< ::fuchsia_tracing_controller::SessionManager::GetProviders> GetProviders ()

Return the set of registered providers.

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.

::fidl::WireResult< ::fuchsia_tracing_controller::SessionManager::GetKnownCategories> GetKnownCategories ()

Gets the known categories.

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.

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

Starts a Trace session.

Allocates 40 bytes of response buffer on the stack. Request is heap-allocated.

::fidl::WireResult< ::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.

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.

::fidl::WireResult< ::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.

Allocates 32 bytes of request buffer on the stack. Response is heap-allocated.

::fidl::WireResult< ::fuchsia_tracing_controller::SessionManager::Status> Status ()

Returns the status of the current trace session.

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.