Searched refs:thread_name_regex (Results 1 – 3 of 3) sorted by relevance
247 bool AggregateThreads(const char** thread_name_regex, int thread_name_regex_len);390 bool ReportLib::AggregateThreads(const char** thread_name_regex, int thread_name_regex_len) { in AggregateThreads() argument393 regs[i] = thread_name_regex[i]; in AggregateThreads()832 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex,911 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex, in AggregateThreads() argument913 return report_lib->AggregateThreads(thread_name_regex, thread_name_regex_len); in AggregateThreads()
142 bool AggregateThreads(const std::vector<std::string>& thread_name_regex);
476 bool ThreadReportBuilder::AggregateThreads(const std::vector<std::string>& thread_name_regex) { in AggregateThreads() argument478 thread_regs_.resize(i + thread_name_regex.size()); in AggregateThreads()479 for (const auto& reg_str : thread_name_regex) { in AggregateThreads()