Searched refs:GetExpectedNumFrames (Results 1 – 4 of 4) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | UnwindOfflineTest.cpp | 84 if (!offline_utils_.GetExpectedNumFrames(&expected_num_frames, &error_msg, sample_name)) in ConsecutiveUnwindTest() 122 if (!offline_utils_.GetExpectedNumFrames(&expected_num_frames, &error_msg)) FAIL() << error_msg; in TEST_F() 166 if (!offline_utils_.GetExpectedNumFrames(&expected_num_frames, &error_msg)) FAIL() << error_msg; in TEST_F() 190 if (!offline_utils_.GetExpectedNumFrames(&expected_num_frames, &error_msg)) FAIL() << error_msg; in TEST_F() 225 if (!offline_utils_.GetExpectedNumFrames(&expected_num_frames, &error_msg)) FAIL() << error_msg; in TEST_F() 386 if (!offline_utils_.GetExpectedNumFrames(&expected_num_frames, &error_msg)) FAIL() << error_msg; in TEST_F() 588 if (!offline_utils_.GetExpectedNumFrames(&expected_num_frames, &error_msg)) FAIL() << error_msg; in TEST_F() 608 if (!offline_utils_.GetExpectedNumFrames(&expected_num_frames, &error_msg)) FAIL() << error_msg; in TEST_F() 640 if (!offline_utils_.GetExpectedNumFrames(&expected_num_frames, &error_msg)) FAIL() << error_msg; in TEST_F() 671 if (!offline_utils_.GetExpectedNumFrames(&expected_num_frames, &error_msg)) FAIL() << error_msg; in TEST_F() [all …]
|
/system/unwinding/libunwindstack/utils/ |
D | OfflineUnwindUtils.h | 148 bool GetExpectedNumFrames(size_t* expected_num_frames, std::string* error_msg,
|
D | OfflineUnwindUtils.cpp | 304 bool OfflineUnwindUtils::GetExpectedNumFrames(size_t* expected_num_frames, std::string* error_msg, in GetExpectedNumFrames() function in unwindstack::OfflineUnwindUtils
|
/system/unwinding/libunwindstack/benchmarks/ |
D | OfflineUnwindBenchmarks.cpp | 148 if (!offline_utils_.GetExpectedNumFrames(&expected_num_frames, &error_msg, sample_name)) { in BenchmarkOfflineUnwindMultipleSamples()
|