Home
last modified time | relevance | path

Searched refs:stop_trace_once_attached_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.h96 bool stop_trace_once_attached_ = false; variable
Dperfetto_cmd.cc390 stop_trace_once_attached_ = true; in Main()
412 if (stop_trace_once_attached_ && !is_attach()) { in Main()
854 if (stop_trace_once_attached_) { in OnAttach()