Searched refs:SetupAndInvoke (Results 1 – 1 of 1) sorted by relevance
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 1354 ::testing::AssertionResult SetupAndInvoke( in SetupAndInvoke() function in PerfProfdLiveEventsTest 1436 ASSERT_TRUE(SetupAndInvoke("-e_cpu-cycles,page-faults=100000", {}, true, expected, true)); in TEST_F() 1458 ASSERT_TRUE(SetupAndInvoke("-e_cpu-cycles,page-faults,does:not:exist=100000", in TEST_F() 1476 ASSERT_TRUE(SetupAndInvoke("-e_cpu-cycles,page-faults,does:not:exist=100000", in TEST_F() 1501 ASSERT_TRUE(SetupAndInvoke("-g_cpu-cycles,page-faults=100000", {}, true, expected, true)); in TEST_F()
|