template <>

class WireSyncClientImpl

Defined at line 5985 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_fxfs::Debug>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_fxfs::Debug::Compact> Compact ()

Forces a compaction.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_fxfs::Debug::DeleteProfile> DeleteProfile (::fidl::StringView volume, ::fidl::StringView profile)

Deletes a recorded profile from a volume. Fails if the volume isn't mounted or there is

active profile recording or replay.

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

::fidl::WireResult< ::fuchsia_fxfs::Debug::StopProfileTasks> StopProfileTasks ()

Stops all profile recording and replay activity. Ongoing recordings are completed and

persisted.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.