Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp247 bool AggregateThreads(const char** thread_name_regex, int thread_name_regex_len);
390 bool ReportLib::AggregateThreads(const char** thread_name_regex, int thread_name_regex_len) { in AggregateThreads() argument
393 regs[i] = thread_name_regex[i]; in AggregateThreads()
832 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex,
911 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex, in AggregateThreads() argument
913 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.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()