class TraceStatus
Defined at line 2191 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
Status of the trace session managed by SessionManager
Public Methods
void TraceStatus (Storage_ storage)
void TraceStatus ()
Defined at line 2196 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
void TraceStatus (TraceStatus && )
Defined at line 2197 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
void TraceStatus (const TraceStatus & other)
TraceStatus & operator= (TraceStatus && )
Defined at line 2198 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/natural_types.h
TraceStatus & operator= (const TraceStatus & other)
bool operator== (const TraceStatus & other)
bool operator!= (const TraceStatus & other)
bool IsEmpty ()
const std::optional<int64_t> & duration ()
The total duration of the command in fractional seconds. This will not
be set if the command is supposed to run indefinitely.
::std::optional<int64_t> & duration ()
The total duration of the command in fractional seconds. This will not
be set if the command is supposed to run indefinitely.
TraceStatus & duration (std::optional<int64_t> value)
The total duration of the command in fractional seconds. This will not
be set if the command is supposed to run indefinitely.
const std::optional<int64_t> & remaining_runtime ()
The amount of time remaining before the trace terminates. This will not
be set if the command is supposed to run indefinitely.
::std::optional<int64_t> & remaining_runtime ()
The amount of time remaining before the trace terminates. This will not
be set if the command is supposed to run indefinitely.
TraceStatus & remaining_runtime (std::optional<int64_t> value)
The amount of time remaining before the trace terminates. This will not
be set if the command is supposed to run indefinitely.
const std::optional< ::fuchsia_tracing_controller::TraceConfig> & config ()
The original config sent to the `StartRecording` command.
::std::optional< ::fuchsia_tracing_controller::TraceConfig> & config ()
The original config sent to the `StartRecording` command.
TraceStatus & config (std::optional< ::fuchsia_tracing_controller::TraceConfig> value)
The original config sent to the `StartRecording` command.
const std::optional< ::std::vector< ::fuchsia_tracing_controller::Trigger>> & triggers ()
A list of triggers active for this trace. See [Trigger] for more info.
::std::optional< ::std::vector< ::fuchsia_tracing_controller::Trigger>> & triggers ()
A list of triggers active for this trace. See [Trigger] for more info.
TraceStatus & triggers (std::optional< ::std::vector< ::fuchsia_tracing_controller::Trigger>> value)
A list of triggers active for this trace. See [Trigger] for more info.
const std::optional<uint64_t> & task_id ()
unique id of this trace session.
::std::optional<uint64_t> & task_id ()
unique id of this trace session.
TraceStatus & task_id (std::optional<uint64_t> value)
unique id of this trace session.
void TraceStatus (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits