template <>
class NaturalSyncClientImpl
Defined at line 461 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_tracing_controller::Provisioner::GetProviders> GetProviders ()
Return the set of registered providers.
::fidl::Result< ::fuchsia_tracing_controller::Provisioner::GetKnownCategories> GetKnownCategories ()
::fit::result< ::fidl::OneWayError> InitializeTracing (::fidl::Request< ::fuchsia_tracing_controller::Provisioner::InitializeTracing> request)
Requests to initialize tracing with the specified `config`.
A bad request will terminate the connection.
Dropping the socket connection will abort and terminate the
existing trace Session.
The trace controller emits trace data to `output` as a sequence of
binary formatted trace records. Traces obtained from different providers
are delimited by metadata records within the stream.