Home
last modified time | relevance | path

Searched defs:thread_name_regex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Dreport_lib_interface.cpp342 bool ReportLib::AggregateThreads(const char** thread_name_regex, int thread_name_regex_len) { in AggregateThreads()
756 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex, in AggregateThreads()
H A Dreport_utils.cpp476 bool ThreadReportBuilder::AggregateThreads(const std::vector<std::string>& thread_name_regex) { in AggregateThreads()