Searched refs:excludeThreadNames (Results 1 – 2 of 2) sorted by relevance
95 &excludeThreadNames, std::vector<pid_t> &selectTids) in HandleSubCommandExclude() argument97 if (!excludeTids.empty() && !excludeThreadNames.empty()) { in HandleSubCommandExclude()101 if (excludeTids.empty() && excludeThreadNames.empty()) { in HandleSubCommandExclude()112 ExcludeThreadsFromSelectTids(excludeThreadNames, selectTids); in HandleSubCommandExclude()135 void SubCommand::ExcludeThreadsFromSelectTids(const std::vector<std::string> &excludeThreadNames, in ExcludeThreadsFromSelectTids() argument138 for (auto excludeName : excludeThreadNames) { in ExcludeThreadsFromSelectTids()
93 &excludeThreadNames, std::vector<pid_t> &selectTids);96 void ExcludeThreadsFromSelectTids(const std::vector<std::string> &excludeThreadNames,