Searched refs:thread_name_regex (Results 1 – 3 of 3) sorted by relevance
217 bool AggregateThreads(const char** thread_name_regex, int thread_name_regex_len);342 bool ReportLib::AggregateThreads(const char** thread_name_regex, int thread_name_regex_len) { in AggregateThreads() argument345 regs[i] = thread_name_regex[i]; in AggregateThreads()684 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex,756 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex, in AggregateThreads() argument758 return report_lib->AggregateThreads(thread_name_regex, thread_name_regex_len); in AggregateThreads()
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()
142 bool AggregateThreads(const std::vector<std::string>& thread_name_regex);