Home
last modified time | relevance | path

Searched refs:StraceCommands (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.h55 Properties& StraceCommands(std::set<std::string>) &;
56 Properties StraceCommands(std::set<std::string>) &&;
Dprocess_monitor.cc327 ProcessMonitor::Properties& ProcessMonitor::Properties::StraceCommands( in StraceCommands() function in cuttlefish::ProcessMonitor::Properties
332 ProcessMonitor::Properties ProcessMonitor::Properties::StraceCommands( in StraceCommands() function in cuttlefish::ProcessMonitor::Properties
334 return std::move(StraceCommands(std::move(strace))); in StraceCommands()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp87 .StraceCommands(config_.straced_host_executables()); in Run()