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

  /external/perfetto/src/perfetto_cmd/
rate_limiter.h 30 bool allow_user_build_tracing = false; member in struct:perfetto::RateLimiter::Args
rate_limiter_unittest.cc 141 args.allow_user_build_tracing = true;
164 args.allow_user_build_tracing = true;
192 args.allow_user_build_tracing = true;
214 args.allow_user_build_tracing = true;
239 args.allow_user_build_tracing = true;
263 args.allow_user_build_tracing = true;
279 args.allow_user_build_tracing = true;
295 args.allow_user_build_tracing = true;
364 args.allow_user_build_tracing = false;
rate_limiter.cc 73 if (IsUserBuild() && !args.allow_user_build_tracing) {
75 "Guardrail: allow_user_build_tracing must be set to trace on user "
perfetto_cmd.cc 570 args.allow_user_build_tracing = trace_config_->allow_user_build_tracing();
  /external/perfetto/protos/perfetto/config/
trace_config.proto 276 optional bool allow_user_build_tracing = 19;
  /external/perfetto/src/tracing/core/
trace_config.cc 162 sizeof(proto.allow_user_build_tracing()),
165 proto.allow_user_build_tracing());
274 sizeof(proto->allow_user_build_tracing()),
277 static_cast<decltype(proto->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_; } function in class:perfetto::TraceConfig

Completed in 319 milliseconds