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

  /external/perfetto/protos/perfetto/config/
trace_config.proto 196 // (START_TRACING) because it knows something is about to happen.
207 START_TRACING = 1;
228 // After a trigger is received either in START_TRACING or STOP_TRACING
  /external/perfetto/src/tracing/core/
tracing_service_impl_unittest.cc 272 // Creates a tracing session with a START_TRACING trigger and checks that data
289 trigger_config->set_trigger_mode(TraceConfig::TriggerConfig::START_TRACING);
305 // START_TRACING trigger defined.
324 HasTriggerMode(protos::TraceConfig::TriggerConfig::START_TRACING));
327 // Creates a tracing session with a START_TRACING trigger and checks that the
344 trigger_config->set_trigger_mode(TraceConfig::TriggerConfig::START_TRACING);
360 // START_TRACING trigger defined. This is where we'd expect to have an
368 // Creates a tracing session with a START_TRACING trigger and checks that
386 trigger_config->set_trigger_mode(TraceConfig::TriggerConfig::START_TRACING);
404 // START_TRACING trigger defined. This is where we'd expect to have a
    [all...]
tracing_service_impl.cc 337 "Traces with START_TRACING triggers must provide a positive "
501 case TraceConfig::TriggerConfig::START_TRACING:
697 // In all other cases (START_TRACING or no triggers) we flush
    [all...]
  /external/perfetto/test/
end_to_end_integrationtest.cc 651 protos::TraceConfig::TriggerConfig::START_TRACING);
700 EXPECT_EQ(protos::TraceConfig::TriggerConfig::START_TRACING,
    [all...]
  /external/perfetto/include/perfetto/tracing/core/
trace_config.h 322 START_TRACING = 1,

Completed in 59 milliseconds