class TraceConfig_BufferConfig
Defined at line 1298 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
Public Members
static const auto UNSPECIFIED
static const auto RING_BUFFER
static const auto DISCARD
static const auto FillPolicy_MIN
static const auto FillPolicy_MAX
static const auto MODE_UNSPECIFIED
static const auto TRACE_BUFFER_V2
static const auto TRACE_BUFFER_V2_SHADOW_MODE
static const auto ExperimentalMode_MIN
static const auto ExperimentalMode_MAX
Public Methods
void TraceConfig_BufferConfig ()
void TraceConfig_BufferConfig (TraceConfig_BufferConfig && )
void TraceConfig_BufferConfig (const TraceConfig_BufferConfig & )
bool ParseFromArray (const void * , size_t )
std::string SerializeAsString ()
std::vector<uint8_t> SerializeAsArray ()
void Serialize (::protozero::Message * )
bool operator!= (const TraceConfig_BufferConfig & other)
Defined at line 1328 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
bool has_size_kb ()
Defined at line 1335 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
uint32_t size_kb ()
Defined at line 1336 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
void set_size_kb (uint32_t value)
Defined at line 1337 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
bool has_fill_policy ()
Defined at line 1339 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
TraceConfig_BufferConfig_FillPolicy fill_policy ()
Defined at line 1340 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
void ~TraceConfig_BufferConfig ()
TraceConfig_BufferConfig & operator= (TraceConfig_BufferConfig && )
TraceConfig_BufferConfig & operator= (const TraceConfig_BufferConfig & )
bool operator== (const TraceConfig_BufferConfig & )
void set_fill_policy (TraceConfig_BufferConfig_FillPolicy value)
Defined at line 1341 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
bool has_transfer_on_clone ()
Defined at line 1343 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
bool transfer_on_clone ()
Defined at line 1344 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
void set_transfer_on_clone (bool value)
Defined at line 1345 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
bool has_clear_before_clone ()
Defined at line 1347 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
bool clear_before_clone ()
Defined at line 1348 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
void set_clear_before_clone (bool value)
Defined at line 1349 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
bool has_name ()
Defined at line 1351 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
const std::string & name ()
Defined at line 1352 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
void set_name (const std::string & value)
Defined at line 1353 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
bool has_experimental_mode ()
Defined at line 1355 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
TraceConfig_BufferConfig_ExperimentalMode experimental_mode ()
Defined at line 1356 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
void set_experimental_mode (TraceConfig_BufferConfig_ExperimentalMode value)
Defined at line 1357 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h
Enumerations
enum FieldNumbers
| Name | Value |
|---|---|
| kSizeKbFieldNumber | 1 |
| kFillPolicyFieldNumber | 4 |
| kTransferOnCloneFieldNumber | 5 |
| kClearBeforeCloneFieldNumber | 6 |
| kNameFieldNumber | 7 |
| kExperimentalModeFieldNumber | 8 |
Defined at line 1312 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h