Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DCallChainJoiner_test.cpp176 ASSERT_TRUE(joiner.JoinCallChains()); in TEST_F()
236 ASSERT_TRUE(joiner.JoinCallChains()); in TEST_F()
254 ASSERT_TRUE(joiner.JoinCallChains()); in TEST_F()
DCallChainJoiner.h156 bool JoinCallChains();
Dcmd_record.cpp370 bool JoinCallChains();
732 JoinCallChains(); in PostProcessRecording()
1691 bool RecordCommand::JoinCallChains() { in JoinCallChains() function in simpleperf::__anonf6bdce290111::RecordCommand
1693 if (!callchain_joiner_->JoinCallChains()) { in JoinCallChains()
DCallChainJoiner.cpp325 bool CallChainJoiner::JoinCallChains() { in JoinCallChains() function in simpleperf::CallChainJoiner