Searched refs:AggregateThreads (Results 1 – 6 of 6) sorted by relevance
206 bool AggregateThreads(const char** thread_name_regex, int thread_name_regex_len);319 bool ReportLib::AggregateThreads(const char** thread_name_regex, int thread_name_regex_len) { in AggregateThreads() function in simpleperf::ReportLib324 return thread_report_builder_.AggregateThreads(regs); in AggregateThreads()641 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex,711 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex, in AggregateThreads() function713 return report_lib->AggregateThreads(thread_name_regex, thread_name_regex_len); in AggregateThreads()
142 bool AggregateThreads(const std::vector<std::string>& thread_name_regex);
616 ASSERT_TRUE(builder.AggregateThreads({"thread-pool.*"})); in TEST_F()631 ASSERT_FALSE(builder.AggregateThreads({"?thread-pool*"})); in TEST_F()
476 bool ThreadReportBuilder::AggregateThreads(const std::vector<std::string>& thread_name_regex) { in AggregateThreads() function in simpleperf::ThreadReportBuilder
255 report_lib.AggregateThreads(options.aggregate_threads)288 self._AggregateThreadsFunc = self._lib.AggregateThreads422 def AggregateThreads(self, thread_name_regex_list: List[str]): member in ReportLib684 def AggregateThreads(self, thread_name_regex_list: List[str]): member in ProtoFileReportLib
367 self.report_lib.AggregateThreads(aggregate_regex_list)