Home
last modified time | relevance | path

Searched refs:TEST_RECORD_CALLSTACK_IP_FUNC (Results 1 - 3 of 3) sorted by relevance

/developtools/hiperf/test/unittest/common/native/include/
H A Dvirtual_runtime_test.h52 static const std::vector<std::pair<uint64_t, std::string>> TEST_RECORD_CALLSTACK_IP_FUNC = { member
102 static const std::vector<std::pair<uint64_t, std::string>> TEST_RECORD_CALLSTACK_IP_FUNC = {
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/
H A Dvirtual_runtime_test.h51 static const std::vector<std::pair<uint64_t, std::string>> TEST_RECORD_CALLSTACK_IP_FUNC = { member
/developtools/hiperf/test/unittest/common/native/
H A Dvirtual_runtime_test.cpp380 ASSERT_LE(TEST_RECORD_CALLSTACK_IP_FUNC.size(), sample.callFrames_.size()); in HWTEST_F()
381 for (size_t i = 0; i < TEST_RECORD_CALLSTACK_IP_FUNC.size(); i++) { in HWTEST_F()
382 EXPECT_EQ(TEST_RECORD_CALLSTACK_IP_FUNC[i].first, sample.callFrames_[i].funcOffset); in HWTEST_F()
383 EXPECT_STREQ(TEST_RECORD_CALLSTACK_IP_FUNC[i].second.data(), in HWTEST_F()

Completed in 2 milliseconds