Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_kmem_test.cpp90 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()
Dtest_util.h34 #define TEST_IN_ROOT(TestStatement) \ macro
Dcmd_stat_test.cpp41 TEST_IN_ROOT(ASSERT_TRUE(StatCmd()->Run({"-a", "sleep", "1"}))); in TEST()
49 TEST_IN_ROOT(ASSERT_TRUE( in TEST()
Dcmd_record_test.cpp58 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()