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();
216 if (!JoinCallChains()) { in UnwindRecordFile()
288 bool DebugUnwindCommand::JoinCallChains() { in JoinCallChains() function in DebugUnwindCommand
290 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.cpp334 bool JoinCallChains();
668 JoinCallChains(); in PostProcessRecording()
1587 bool RecordCommand::JoinCallChains() { in JoinCallChains() function in RecordCommand
1589 if (!callchain_joiner_->JoinCallChains()) { in JoinCallChains()
DCallChainJoiner.cpp327 bool CallChainJoiner::JoinCallChains() { in JoinCallChains() function in simpleperf::CallChainJoiner