Home
last modified time | relevance | path

Searched refs:JoinCallChains (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Dcmd_debug_unwind.cpp109 bool JoinCallChains();
215 if (!JoinCallChains()) { in UnwindRecordFile()
287 bool DebugUnwindCommand::JoinCallChains() { in JoinCallChains() function in DebugUnwindCommand
289 if (!callchain_joiner_.JoinCallChains()) { in JoinCallChains()
DCallChainJoiner_test.cpp178 ASSERT_TRUE(joiner.JoinCallChains()); in TEST_F()
239 ASSERT_TRUE(joiner.JoinCallChains()); in TEST_F()
257 ASSERT_TRUE(joiner.JoinCallChains()); in TEST_F()
DCallChainJoiner.h160 bool JoinCallChains();
Dcmd_record.cpp292 bool JoinCallChains();
610 JoinCallChains(); in PostProcessRecording()
1470 bool RecordCommand::JoinCallChains() { in JoinCallChains() function in RecordCommand
1472 if (!callchain_joiner_->JoinCallChains()) { in JoinCallChains()
DCallChainJoiner.cpp327 bool CallChainJoiner::JoinCallChains() { in JoinCallChains() function in simpleperf::CallChainJoiner