Searched refs:excludeThreadNames (Results 1 – 2 of 2) sorted by relevance
88 &excludeThreadNames, std::vector<pid_t> &selectTids) in HandleSubCommandExclude() argument90 if (!excludeTids.empty() && !excludeThreadNames.empty()) { in HandleSubCommandExclude()94 if (excludeTids.empty() && excludeThreadNames.empty()) { in HandleSubCommandExclude()105 ExcludeThreadsFromSelectTids(excludeThreadNames, selectTids); in HandleSubCommandExclude()128 void SubCommand::ExcludeThreadsFromSelectTids(const std::vector<std::string> &excludeThreadNames, in ExcludeThreadsFromSelectTids() argument131 for (auto excludeName : excludeThreadNames) { in ExcludeThreadsFromSelectTids()
93 &excludeThreadNames, std::vector<pid_t> &selectTids);96 void ExcludeThreadsFromSelectTids(const std::vector<std::string> &excludeThreadNames,