Searched refs:AddCallChain (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/ |
D | CallChainJoiner_test.cpp | 32 cache.AddCallChain(tid, tmp_ip, tmp_sp); in JoinCallChain() 171 joiner.AddCallChain(pid, pid, CallChainJoiner::ORIGINAL_OFFLINE, {1, 2, 3}, {1, 2, 3})); in TEST_F() 173 joiner.AddCallChain(pid, pid, CallChainJoiner::ORIGINAL_REMOTE, {3, 4, 5}, {3, 4, 5})); in TEST_F() 174 ASSERT_TRUE(joiner.AddCallChain(pid, pid, CallChainJoiner::ORIGINAL_OFFLINE, {1, 4}, {1, 4})); in TEST_F() 235 ASSERT_TRUE(joiner.AddCallChain(0, 0, CallChainJoiner::ORIGINAL_OFFLINE, {1}, {1})); in TEST_F()
|
D | CallChainJoiner.h | 73 void AddCallChain(pid_t tid, std::vector<uint64_t>& ips, std::vector<uint64_t>& sps); 154 bool AddCallChain(pid_t pid, pid_t tid, ChainType type, const std::vector<uint64_t>& ips,
|
D | CallChainJoiner.cpp | 45 void LRUCache::AddCallChain(pid_t tid, std::vector<uint64_t>& ips, std::vector<uint64_t>& sps) { in AddCallChain() function in simpleperf::call_chain_joiner_impl::LRUCache 288 bool CallChainJoiner::AddCallChain(pid_t pid, pid_t tid, ChainType type, in AddCallChain() function in simpleperf::CallChainJoiner 365 cache.AddCallChain(tid, ips, sps); in JoinCallChains()
|
D | callchain.h | 51 void AddCallChain(const std::vector<EntryT*>& callchain, uint64_t period, in AddCallChain() function
|
D | sample_tree.h | 248 sample->callchain.AddCallChain(callchain, period, [&](const EntryT* s1, const EntryT* s2) { in InsertCallChainForSample()
|
D | cmd_record.cpp | 1598 !callchain_joiner_->AddCallChain(r.tid_data.pid, r.tid_data.tid, in UnwindRecord()
|