Searched refs:JoinCallChains (Results 1 – 4 of 4) sorted by relevance
176 ASSERT_TRUE(joiner.JoinCallChains()); in TEST_F()236 ASSERT_TRUE(joiner.JoinCallChains()); in TEST_F()254 ASSERT_TRUE(joiner.JoinCallChains()); in TEST_F()
156 bool JoinCallChains();
370 bool JoinCallChains();732 JoinCallChains(); in PostProcessRecording()1691 bool RecordCommand::JoinCallChains() { in JoinCallChains() function in simpleperf::__anonf6bdce290111::RecordCommand1693 if (!callchain_joiner_->JoinCallChains()) { in JoinCallChains()
325 bool CallChainJoiner::JoinCallChains() { in JoinCallChains() function in simpleperf::CallChainJoiner