Home
last modified time | relevance | path

Searched refs:SearchInRegs (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DRecordFilter.cpp113 if (SearchInRegs(process->comm, condition.process_name_regs)) { in CheckCondition()
120 if (SearchInRegs(thread->comm, condition.thread_name_regs)) { in CheckCondition()
135 bool RecordFilter::SearchInRegs(const std::string& s, const std::vector<std::regex>& regs) { in SearchInRegs() function in simpleperf::RecordFilter
H A DRecordFilter.h82 bool SearchInRegs(const std::string& s, const std::vector<std::regex>& regs);