Searched refs:CallStackTest (Results 1 – 4 of 4) sorted by relevance
/developtools/hiperf/test/unittest/common/native/ |
D | callstack_test.cpp | 25 class CallStackTest : public testing::Test { class 34 void CallStackTest::SetUpTestCase() in SetUpTestCase() 40 void CallStackTest::TearDownTestCase() in TearDownTestCase() 45 void CallStackTest::SetUp() {} in SetUp() 47 void CallStackTest::TearDown() {} in TearDown() 54 HWTEST_F(CallStackTest, ExpendCallStackEmpty, TestSize.Level1) 82 HWTEST_F(CallStackTest, ExpendCallStackC, TestSize.Level1) 112 HWTEST_F(CallStackTest, ExpendCallStackBC, TestSize.Level1) 143 HWTEST_F(CallStackTest, ExpendCallStackABC, TestSize.Level1) 175 HWTEST_F(CallStackTest, ExpendCallStackAB, TestSize.Level1) [all …]
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
D | callstack_test.cpp | 25 class CallStackTest : public testing::Test { class 34 void CallStackTest::SetUpTestCase() {} in SetUpTestCase() 36 void CallStackTest::TearDownTestCase() {} in TearDownTestCase() 38 void CallStackTest::SetUp() {} in SetUp() 40 void CallStackTest::TearDown() {} in TearDown() 47 HWTEST_F(CallStackTest, LibUnwindEmptyFunc, TestSize.Level1) 71 HWTEST_F(CallStackTest, GetUnwErrorName, TestSize.Level1) 82 HWTEST_F(CallStackTest, UnwindCallStack, TestSize.Level1)
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | call_stack.h | 105 FRIEND_TEST(CallStackTest, ExpendCallStackFullCache); 106 FRIEND_TEST(CallStackTest, LibUnwindEmptyFunc); 107 FRIEND_TEST(CallStackTest, GetUnwErrorName);
|
/developtools/hiperf/include/ |
D | callstack.h | 125 FRIEND_TEST(CallStackTest, ExpendCallStackFullCache); 126 FRIEND_TEST(CallStackTest, LibUnwindEmptyFunc); 127 FRIEND_TEST(CallStackTest, GetUnwErrorName);
|