Home
last modified time | relevance | path

Searched refs:STOP_TRACING (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/test/
Dend_to_end_integrationtest.cc725 protos::TraceConfig::TriggerConfig::STOP_TRACING); in TEST_F()
782 EXPECT_EQ(protos::TraceConfig::TriggerConfig::STOP_TRACING, in TEST_F()
819 protos::TraceConfig::TriggerConfig::STOP_TRACING); in TEST_F()
862 protos::TraceConfig::TriggerConfig::STOP_TRACING); in TEST_F()
926 EXPECT_EQ(protos::TraceConfig::TriggerConfig::STOP_TRACING, in TEST_F()
956 protos::TraceConfig::TriggerConfig::STOP_TRACING); in TEST_F()
/external/perfetto/test/configs/
Dbackground.cfg56 trigger_mode: STOP_TRACING
/external/perfetto/src/tracing/core/
Dtracing_service_impl_unittest.cc774 trigger_config->set_trigger_mode(TraceConfig::TriggerConfig::STOP_TRACING); in TEST_F()
817 Eq(protos::TraceConfig::TriggerConfig::STOP_TRACING)))))); in TEST_F()
854 trigger_config->set_trigger_mode(TraceConfig::TriggerConfig::STOP_TRACING); in TEST_F()
892 Eq(protos::TraceConfig::TriggerConfig::STOP_TRACING)))))); in TEST_F()
934 trigger_config->set_trigger_mode(TraceConfig::TriggerConfig::STOP_TRACING); in TEST_F()
981 trigger_config->set_trigger_mode(TraceConfig::TriggerConfig::STOP_TRACING); in TEST_F()
1040 HasTriggerMode(protos::TraceConfig::TriggerConfig::STOP_TRACING)); in TEST_F()
1074 trigger_config->set_trigger_mode(TraceConfig::TriggerConfig::STOP_TRACING); in TEST_F()
1111 HasTriggerMode(protos::TraceConfig::TriggerConfig::STOP_TRACING)); in TEST_F()
Dtracing_service_impl.cc512 case TraceConfig::TriggerConfig::STOP_TRACING: in EnableTracing()
694 TraceConfig::TriggerConfig::STOP_TRACING && in StartTracing()
962 case TraceConfig::TriggerConfig::STOP_TRACING: in ActivateTriggers()
/external/perfetto/protos/perfetto/config/
Dtrace_config.proto195 // (STOP_TRACING) the trace, otherwise it can also begin a trace
215 STOP_TRACING = 2; enumerator
228 // After a trigger is received either in START_TRACING or STOP_TRACING
Dperfetto_config.proto664 // (STOP_TRACING) the trace, otherwise it can also begin a trace
684 STOP_TRACING = 2; enumerator
697 // After a trigger is received either in START_TRACING or STOP_TRACING
/external/perfetto/include/perfetto/tracing/core/
Dtrace_config.h323 STOP_TRACING = 2, enumerator
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto3765 // (STOP_TRACING) the trace, otherwise it can also begin a trace
3785 STOP_TRACING = 2; enumerator
3798 // After a trigger is received either in START_TRACING or STOP_TRACING