Home
last modified time | relevance | path

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

/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.cc454 if (query_service_ && (is_detach() || is_attach() || background)) { in Main()
459 if (is_detach() && is_attach()) { in Main()
464 if (is_detach() && background) { in Main()
475 (is_attach() | is_detach() || query_service_ || has_config_options)) { in Main()
633 } else if (is_detach() && !trace_config_->write_into_file()) { in Main()
808 if (is_detach()) { in OnConnect()
Dperfetto_cmd.h67 bool is_detach() const { return !detach_key_.empty(); } in is_detach() function