Searched defs:AggregateThreads (Results 1 – 3 of 3) sorted by relevance
450 def AggregateThreads(self, thread_name_regex_list: List[str]): member in ReportLib720 def AggregateThreads(self, thread_name_regex_list: List[str]): member in ProtoFileReportLib
342 bool ReportLib::AggregateThreads(const char** thread_name_regex, int thread_name_regex_len) { in AggregateThreads() function in simpleperf::ReportLib756 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex, in AggregateThreads() function
476 bool ThreadReportBuilder::AggregateThreads(const std::vector<std::string>& thread_name_regex) { in AggregateThreads() function in simpleperf::ThreadReportBuilder