class Counter

Defined at line 6620 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/hlcpp/fuchsia/kernel/cpp/fidl.h

Protocol for retrieving kcounter information.

Public Members

static const char[] Name_

Public Methods

void ~Counter ()
void GetInspectVmo (GetInspectVmoCallback callback)

Retrives a VMO containining summarized kcounter data. The vmo returned

in `buffer` is in "inspect-vmo" format, documented elsewhere.

void UpdateInspectVmo (UpdateInspectVmoCallback callback)

Request that the previously-returned VMO buffer's data be updated. The

data may not be updated if it was already recently updated (updates are

limited to an unspecified rate, but approximately every few seconds).