Home
last modified time | relevance | path

Searched refs:AggregateThreads (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Dreport_lib_interface.cpp206 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::ReportLib
324 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() function
713 return report_lib->AggregateThreads(thread_name_regex, thread_name_regex_len); in AggregateThreads()
Dreport_utils.h142 bool AggregateThreads(const std::vector<std::string>& thread_name_regex);
Dreport_utils_test.cpp616 ASSERT_TRUE(builder.AggregateThreads({"thread-pool.*"})); in TEST_F()
631 ASSERT_FALSE(builder.AggregateThreads({"?thread-pool*"})); in TEST_F()
Dreport_utils.cpp476 bool ThreadReportBuilder::AggregateThreads(const std::vector<std::string>& thread_name_regex) { in AggregateThreads() function in simpleperf::ThreadReportBuilder
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py255 report_lib.AggregateThreads(options.aggregate_threads)
288 self._AggregateThreadsFunc = self._lib.AggregateThreads
422 def AggregateThreads(self, thread_name_regex_list: List[str]): member in ReportLib
684 def AggregateThreads(self, thread_name_regex_list: List[str]): member in ProtoFileReportLib
/system/extras/simpleperf/scripts/test/
Dreport_lib_test.py367 self.report_lib.AggregateThreads(aggregate_regex_list)