HomeSort by relevance Sort by last modified time
    Searched refs:builtin_data_sources_ (Results 1 - 2 of 2) sorted by null

  /external/perfetto/include/perfetto/tracing/core/
trace_config.h 518 return builtin_data_sources_;
521 return &builtin_data_sources_;
631 BuiltinDataSource builtin_data_sources_ = {}; member in class:perfetto::TraceConfig
  /external/perfetto/src/tracing/core/
trace_config.cc 47 (builtin_data_sources_ == other.builtin_data_sources_) &&
84 builtin_data_sources_.FromProto(proto.builtin_data_sources());
195 builtin_data_sources_.ToProto(proto->mutable_builtin_data_sources());
    [all...]

Completed in 220 milliseconds