Searched refs:ORIGINAL_OFFLINE (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/ |
D | CallChainJoiner_test.cpp | 171 ASSERT_TRUE(joiner.AddCallChain(pid, pid, CallChainJoiner::ORIGINAL_OFFLINE, in TEST_F() 175 ASSERT_TRUE(joiner.AddCallChain(pid, pid, CallChainJoiner::ORIGINAL_OFFLINE, in TEST_F() 190 ASSERT_EQ(type, CallChainJoiner::ORIGINAL_OFFLINE); in TEST_F() 213 ASSERT_EQ(type, CallChainJoiner::ORIGINAL_OFFLINE); in TEST_F() 238 ASSERT_TRUE(joiner.AddCallChain(0, 0, CallChainJoiner::ORIGINAL_OFFLINE, {1}, {1})); in TEST_F()
|
D | CallChainJoiner.h | 152 ORIGINAL_OFFLINE, enumerator
|
D | CallChainJoiner.cpp | 295 CHECK(type == ORIGINAL_OFFLINE || type == ORIGINAL_REMOTE); in AddCallChain() 360 if (type == ORIGINAL_OFFLINE) { in JoinCallChains()
|
D | cmd_debug_unwind.cpp | 260 CallChainJoiner::ORIGINAL_OFFLINE, ips, sps)) { in ProcessRecord()
|
D | cmd_record.cpp | 1436 CallChainJoiner::ORIGINAL_OFFLINE, ips, sps); in UnwindRecord()
|
D | record.cpp | 1116 case CallChainJoiner::ORIGINAL_OFFLINE: type_name = "ORIGINAL_OFFLINE"; break; in DumpData()
|