template <>
class WireWeakSyncClientImpl
Defined at line 10905 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::fuchsia_kernel::DebugBroker::SendDebugCommand> SendDebugCommand (::fidl::StringView command)
Pass debug command through to the kernel shell.
Look at zx_debug_send_command syscall handling to find valid values.
Allocates 24 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::fuchsia_kernel::DebugBroker::SetTracingEnabled> SetTracingEnabled (bool enabled)
Sets whether kernel tracing (ktrace) is enabled or disabled.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.