#include <profile_packet.pbzero.h>
Definition at line 27 of file profile_packet.pbzero.h.
◆ PerfSample_Decoder() [1/3]
perfetto::protos::pbzero::PerfSample_Decoder::PerfSample_Decoder |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inline |
◆ PerfSample_Decoder() [2/3]
perfetto::protos::pbzero::PerfSample_Decoder::PerfSample_Decoder |
( |
const std::string & |
raw | ) |
|
|
inlineexplicit |
Definition at line 33 of file profile_packet.pbzero.h.
34 : TypedProtoDecoder(reinterpret_cast<const uint8_t*>(raw.data()),
35 raw.size()) {}
◆ PerfSample_Decoder() [3/3]
perfetto::protos::pbzero::PerfSample_Decoder::PerfSample_Decoder |
( |
const ::protozero::ConstBytes & |
raw | ) |
|
|
inlineexplicit |
◆ callstack_iid()
uint64_t perfetto::protos::pbzero::PerfSample_Decoder::callstack_iid |
( |
| ) |
const |
|
inline |
◆ cpu()
uint32_t perfetto::protos::pbzero::PerfSample_Decoder::cpu |
( |
| ) |
const |
|
inline |
◆ has_callstack_iid()
bool perfetto::protos::pbzero::PerfSample_Decoder::has_callstack_iid |
( |
| ) |
const |
|
inline |
◆ has_cpu()
bool perfetto::protos::pbzero::PerfSample_Decoder::has_cpu |
( |
| ) |
const |
|
inline |
◆ has_pid()
bool perfetto::protos::pbzero::PerfSample_Decoder::has_pid |
( |
| ) |
const |
|
inline |
◆ has_tid()
bool perfetto::protos::pbzero::PerfSample_Decoder::has_tid |
( |
| ) |
const |
|
inline |
◆ pid()
uint32_t perfetto::protos::pbzero::PerfSample_Decoder::pid |
( |
| ) |
const |
|
inline |
◆ tid()
uint32_t perfetto::protos::pbzero::PerfSample_Decoder::tid |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: