Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand.cpp88 &excludeThreadNames, std::vector<pid_t> &selectTids) in HandleSubCommandExclude() argument
90 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() argument
131 for (auto excludeName : excludeThreadNames) { in ExcludeThreadsFromSelectTids()
/developtools/hiperf/include/
Dsubcommand.h93 &excludeThreadNames, std::vector<pid_t> &selectTids);
96 void ExcludeThreadsFromSelectTids(const std::vector<std::string> &excludeThreadNames,