Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DRecordFilter_test.cpp176 auto& thread_regs = filter.GetCondition(exclude).thread_name_regs; in TEST_F() local
177 ASSERT_EQ(thread_regs.size(), 2); in TEST_F()
178 ASSERT_TRUE(std::regex_match("threadA", thread_regs[0])); in TEST_F()
179 ASSERT_TRUE(std::regex_match("threadB", thread_regs[1])); in TEST_F()