Searched refs:TEST_IN_ROOT (Results 1 – 4 of 4) sorted by relevance
/system/extras/simpleperf/ |
D | cmd_kmem_test.cpp | 90 TEST_IN_ROOT(ASSERT_TRUE(RunKmemRecordCmd({"--slab"}))); in TEST() 94 TEST_IN_ROOT(ASSERT_TRUE(RunKmemRecordCmd({"--slab", "-g"}))); in TEST() 95 TEST_IN_ROOT(ASSERT_TRUE(RunKmemRecordCmd({"--slab", "--call-graph", "fp"}))); in TEST() 100 TEST_IN_ROOT({ in TEST() 110 TEST_IN_ROOT({ in TEST()
|
D | test_util.h | 34 #define TEST_IN_ROOT(TestStatement) \ macro
|
D | cmd_stat_test.cpp | 41 TEST_IN_ROOT(ASSERT_TRUE(StatCmd()->Run({"-a", "sleep", "1"}))); in TEST() 49 TEST_IN_ROOT(ASSERT_TRUE( in TEST()
|
D | cmd_record_test.cpp | 58 TEST_IN_ROOT(ASSERT_TRUE(RunRecordCmd({"-a"}))); in TEST() 115 TEST_IN_ROOT(ASSERT_TRUE(RunRecordCmd({"-a", "-e", "sched:sched_switch"}))); in TEST() 140 TEST_IN_ROOT(ASSERT_TRUE(RunRecordCmd({"-a", "--call-graph", "fp"}))); in TEST() 160 TEST_IN_ROOT(RunRecordCmd({"-a", "--call-graph", "dwarf"})); in TEST()
|