Home
last modified time | relevance | path

Searched refs:thread_name_regex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Dreport_lib_interface.cpp217 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() argument
345 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() argument
758 return report_lib->AggregateThreads(thread_name_regex, thread_name_regex_len); in AggregateThreads()
H A Dreport_utils.cpp476 bool ThreadReportBuilder::AggregateThreads(const std::vector<std::string>& thread_name_regex) { in AggregateThreads() argument
478 thread_regs_.resize(i + thread_name_regex.size()); in AggregateThreads()
479 for (const auto& reg_str : thread_name_regex) { in AggregateThreads()
H A Dreport_utils.h142 bool AggregateThreads(const std::vector<std::string>& thread_name_regex);