#include <profile_packet.pbzero.h>
|
enum | : int32_t { kCpuFieldNumber = 1
, kPidFieldNumber = 2
, kTidFieldNumber = 3
, kCallstackIidFieldNumber = 4
} |
|
using | Decoder = PerfSample_Decoder |
|
using | FieldMetadata_Cpu = ::protozero::proto_utils::FieldMetadata< 1, ::protozero::proto_utils::RepetitionType::kNotRepeated, ::protozero::proto_utils::ProtoSchemaType::kUint32, uint32_t, PerfSample > |
|
using | FieldMetadata_Pid = ::protozero::proto_utils::FieldMetadata< 2, ::protozero::proto_utils::RepetitionType::kNotRepeated, ::protozero::proto_utils::ProtoSchemaType::kUint32, uint32_t, PerfSample > |
|
using | FieldMetadata_Tid = ::protozero::proto_utils::FieldMetadata< 3, ::protozero::proto_utils::RepetitionType::kNotRepeated, ::protozero::proto_utils::ProtoSchemaType::kUint32, uint32_t, PerfSample > |
|
using | FieldMetadata_CallstackIid = ::protozero::proto_utils::FieldMetadata< 4, ::protozero::proto_utils::RepetitionType::kNotRepeated, ::protozero::proto_utils::ProtoSchemaType::kUint64, uint64_t, PerfSample > |
|
Definition at line 48 of file profile_packet.pbzero.h.
◆ Decoder
◆ FieldMetadata_CallstackIid
◆ FieldMetadata_Cpu
◆ FieldMetadata_Pid
◆ FieldMetadata_Tid
◆ anonymous enum
Enumerator |
---|
kCpuFieldNumber | |
kPidFieldNumber | |
kTidFieldNumber | |
kCallstackIidFieldNumber | |
Definition at line 51 of file profile_packet.pbzero.h.
51 : int32_t {
56 };
@ kCallstackIidFieldNumber
◆ GetName()
static constexpr const char * perfetto::protos::pbzero::PerfSample::GetName |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ kCallstackIid()
◆ kCpu()
◆ kPid()
◆ kTid()
◆ set_callstack_iid()
void perfetto::protos::pbzero::PerfSample::set_callstack_iid |
( |
uint64_t |
value | ) |
|
|
inline |
Definition at line 151 of file profile_packet.pbzero.h.
151 {
152 static constexpr uint32_t field_id = FieldMetadata_CallstackIid::kFieldId;
153
154
155 ::protozero::internal::FieldWriter<
157 field_id,
159 }
◆ set_cpu()
void perfetto::protos::pbzero::PerfSample::set_cpu |
( |
uint32_t |
value | ) |
|
|
inline |
Definition at line 76 of file profile_packet.pbzero.h.
76 {
77 static constexpr uint32_t field_id = FieldMetadata_Cpu::kFieldId;
78
79
80 ::protozero::internal::FieldWriter<
82 field_id,
84 }
◆ set_pid()
void perfetto::protos::pbzero::PerfSample::set_pid |
( |
uint32_t |
value | ) |
|
|
inline |
Definition at line 101 of file profile_packet.pbzero.h.
101 {
102 static constexpr uint32_t field_id = FieldMetadata_Pid::kFieldId;
103
104
105 ::protozero::internal::FieldWriter<
107 field_id,
109 }
◆ set_tid()
void perfetto::protos::pbzero::PerfSample::set_tid |
( |
uint32_t |
value | ) |
|
|
inline |
Definition at line 126 of file profile_packet.pbzero.h.
126 {
127 static constexpr uint32_t field_id = FieldMetadata_Tid::kFieldId;
128
129
130 ::protozero::internal::FieldWriter<
132 field_id,
134 }
The documentation for this class was generated from the following file: