class TraceConfig_DataSource

Defined at line 1184 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

Public Methods

void TraceConfig_DataSource ()
void TraceConfig_DataSource (TraceConfig_DataSource && )
void TraceConfig_DataSource (const TraceConfig_DataSource & )
bool ParseFromArray (const void * , size_t )
std::string SerializeAsString ()
std::vector<uint8_t> SerializeAsArray ()
void Serialize (::protozero::Message * )
bool operator!= (const TraceConfig_DataSource & other)

Defined at line 1200 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

bool has_config ()

Defined at line 1207 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

const DataSourceConfig & config ()

Defined at line 1208 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

DataSourceConfig * mutable_config ()

Defined at line 1209 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

const std::vector<std::string> & producer_name_filter ()

Defined at line 1211 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

std::vector<std::string> * mutable_producer_name_filter ()

Defined at line 1212 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

void ~TraceConfig_DataSource ()
TraceConfig_DataSource & operator= (TraceConfig_DataSource && )
TraceConfig_DataSource & operator= (const TraceConfig_DataSource & )
bool operator== (const TraceConfig_DataSource & )
int producer_name_filter_size ()

Defined at line 1213 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

void clear_producer_name_filter ()

Defined at line 1214 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

void add_producer_name_filter (std::string value)

Defined at line 1215 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

std::string * add_producer_name_filter ()

Defined at line 1216 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

const std::vector<std::string> & producer_name_regex_filter ()

Defined at line 1218 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

std::vector<std::string> * mutable_producer_name_regex_filter ()

Defined at line 1219 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

int producer_name_regex_filter_size ()

Defined at line 1220 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

void clear_producer_name_regex_filter ()

Defined at line 1221 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

void add_producer_name_regex_filter (std::string value)

Defined at line 1222 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

std::string * add_producer_name_regex_filter ()

Defined at line 1223 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

const std::vector<std::string> & machine_name_filter ()

Defined at line 1225 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

std::vector<std::string> * mutable_machine_name_filter ()

Defined at line 1226 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

int machine_name_filter_size ()

Defined at line 1227 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

void clear_machine_name_filter ()

Defined at line 1228 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

void add_machine_name_filter (std::string value)

Defined at line 1229 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

std::string * add_machine_name_filter ()

Defined at line 1230 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h

Enumerations

enum FieldNumbers
Name Value
kConfigFieldNumber 1
kProducerNameFilterFieldNumber 2
kProducerNameRegexFilterFieldNumber 3
kMachineNameFilterFieldNumber 4

Defined at line 1186 of file gen/third_party/perfetto/protos/perfetto/config/trace_config.gen.h