Home
last modified time | relevance | path

Searched refs:ORIGINAL_OFFLINE (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
DCallChainJoiner_test.cpp171 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()
DCallChainJoiner.h152 ORIGINAL_OFFLINE, enumerator
DCallChainJoiner.cpp295 CHECK(type == ORIGINAL_OFFLINE || type == ORIGINAL_REMOTE); in AddCallChain()
360 if (type == ORIGINAL_OFFLINE) { in JoinCallChains()
Dcmd_debug_unwind.cpp260 CallChainJoiner::ORIGINAL_OFFLINE, ips, sps)) { in ProcessRecord()
Dcmd_record.cpp1436 CallChainJoiner::ORIGINAL_OFFLINE, ips, sps); in UnwindRecord()
Drecord.cpp1116 case CallChainJoiner::ORIGINAL_OFFLINE: type_name = "ORIGINAL_OFFLINE"; break; in DumpData()