Home
last modified time | relevance | path

Searched refs:builtin_data_sources_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/include/perfetto/tracing/core/
Dtrace_config.h518 return builtin_data_sources_; in builtin_data_sources()
521 return &builtin_data_sources_; in mutable_builtin_data_sources()
631 BuiltinDataSource builtin_data_sources_ = {}; variable
/external/perfetto/src/tracing/core/
Dtrace_config.cc47 (builtin_data_sources_ == other.builtin_data_sources_) && in operator ==()
84 builtin_data_sources_.FromProto(proto.builtin_data_sources()); in FromProto()
195 builtin_data_sources_.ToProto(proto->mutable_builtin_data_sources()); in ToProto()