class OnBootTargetConfig
Defined at line 4120 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
Public Methods
void OnBootTargetConfig ()
void OnBootTargetConfig (const OnBootTargetConfig & )
Defined at line 4125 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
OnBootTargetConfig & operator= (const OnBootTargetConfig & )
Defined at line 4126 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
void OnBootTargetConfig (OnBootTargetConfig && )
Defined at line 4127 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
OnBootTargetConfig & operator= (OnBootTargetConfig && )
Defined at line 4128 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
bool IsUnknown ()
Defined at line 4135 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
bool has_invalid_tag ()
bool is_tasks ()
OnBootTargetConfig WithTasks (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_cpu_profiler::wire::Task>> val)
An adhoc set of threads/processes/jobs
template <typename... Args>
OnBootTargetConfig WithTasks (::fidl::AnyArena & allocator, Args &&... args)
An adhoc set of threads/processes/jobs
Defined at line 4148 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
::fidl::VectorView< ::fuchsia_cpu_profiler::wire::Task> & tasks ()
An adhoc set of threads/processes/jobs
const ::fidl::VectorView< ::fuchsia_cpu_profiler::wire::Task> & tasks ()
An adhoc set of threads/processes/jobs
bool is_component ()
OnBootTargetConfig WithComponent (::fidl::ObjectView< ::fuchsia_cpu_profiler::wire::OnBootAttachConfig> val)
Profile a component and all tasks it launches
template <typename... Args>
OnBootTargetConfig WithComponent (::fidl::AnyArena & allocator, Args &&... args)
Profile a component and all tasks it launches
Defined at line 4166 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
::fuchsia_cpu_profiler::wire::OnBootAttachConfig & component ()
Profile a component and all tasks it launches
const ::fuchsia_cpu_profiler::wire::OnBootAttachConfig & component ()
Profile a component and all tasks it launches
::fuchsia_cpu_profiler::wire::OnBootTargetConfig::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kTasks | 1 |
| kComponent | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 4130 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h