class PerCpuStats

Defined at line 2670 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_kernel::wire::PerCpuStats> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_kernel::wire::PerCpuStats> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_kernel::wire::PerCpuStats>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void PerCpuStats ()

Defined at line 2672 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

void PerCpuStats (const PerCpuStats & other)

Defined at line 2673 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

void PerCpuStats (PerCpuStats && other)

Defined at line 2675 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

uint32_t & cpu_number ()
bool has_cpu_number ()
uint32_t & flags ()
bool has_flags ()
int64_t & idle_time ()
bool has_idle_time ()
uint64_t & reschedules ()
bool has_reschedules ()
uint64_t & context_switches ()
bool has_context_switches ()
uint64_t & irq_preempts ()
bool has_irq_preempts ()
uint64_t & yields ()
bool has_yields ()
uint64_t & ints ()
bool has_ints ()
uint64_t & timer_ints ()
bool has_timer_ints ()
uint64_t & timers ()
bool has_timers ()
uint64_t & page_faults ()
bool has_page_faults ()
uint64_t & exceptions ()
bool has_exceptions ()
uint64_t & syscalls ()
bool has_syscalls ()
uint64_t & reschedule_ipis ()
bool has_reschedule_ipis ()
uint64_t & generic_ipis ()
bool has_generic_ipis ()
int64_t & normalized_busy_time ()
bool has_normalized_busy_time ()
uint64_t & active_energy_consumption_nj ()
bool has_active_energy_consumption_nj ()
uint64_t & idle_energy_consumption_nj ()
bool has_idle_energy_consumption_nj ()
PerCpuStats & operator= (const PerCpuStats & other)

Defined at line 2674 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

PerCpuStats & operator= (PerCpuStats && other)

Defined at line 2676 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

void ~PerCpuStats ()

Defined at line 2678 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder