Searched refs:straced_host_executables (Results 1 – 5 of 5) sorted by relevance
546 const std::set<std::string>& straced_host_executables) { in set_straced_host_executables() argument548 for (const auto& arg : straced_host_executables) { in set_straced_host_executables()553 std::set<std::string> CuttlefishConfig::straced_host_executables() const { in straced_host_executables() function in cuttlefish::CuttlefishConfig554 std::set<std::string> straced_host_executables; in straced_host_executables() local556 straced_host_executables.insert(arg.asString()); in straced_host_executables()558 return straced_host_executables; in straced_host_executables()
275 std::set<std::string> straced_host_executables() const;
67 if (Contains(config->straced_host_executables(), short_name)) { in OptionsForExecutable()
85 process_monitor_properties.StraceCommands(config_.straced_host_executables()); in Run()
513 DEFINE_string(straced_host_executables, CF_DEFAULTS_STRACED_HOST_EXECUTABLES,