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