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

  /external/perfetto/src/tracing/core/
trace_config.cc 64 (allow_user_build_tracing_ == other.allow_user_build_tracing_) &&
161 static_assert(sizeof(allow_user_build_tracing_) ==
164 allow_user_build_tracing_ = static_cast<decltype(allow_user_build_tracing_)>(
273 static_assert(sizeof(allow_user_build_tracing_) ==
278 allow_user_build_tracing_));
    [all...]
  /external/perfetto/include/perfetto/tracing/core/
trace_config.h 604 bool allow_user_build_tracing() const { return allow_user_build_tracing_; }
606 allow_user_build_tracing_ = value;
648 bool allow_user_build_tracing_ = {}; member in class:perfetto::TraceConfig

Completed in 105 milliseconds