Searched refs:AddCallChain (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | CallChainJoiner_test.cpp | 33 cache.AddCallChain(tid, tmp_ip, tmp_sp); in JoinCallChain() 171 ASSERT_TRUE(joiner.AddCallChain(pid, pid, CallChainJoiner::ORIGINAL_OFFLINE, in TEST_F() 173 ASSERT_TRUE(joiner.AddCallChain(pid, pid, CallChainJoiner::ORIGINAL_REMOTE, in TEST_F() 175 ASSERT_TRUE(joiner.AddCallChain(pid, pid, CallChainJoiner::ORIGINAL_OFFLINE, in TEST_F() 238 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); 158 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 290 bool CallChainJoiner::AddCallChain(pid_t pid, pid_t tid, ChainType type, in AddCallChain() function in simpleperf::CallChainJoiner 368 cache.AddCallChain(tid, ips, sps); in JoinCallChains()
|
D | callchain.h | 49 void AddCallChain( in AddCallChain() function
|
D | sample_tree.h | 256 sample->callchain.AddCallChain( in InsertCallChainForSample()
|
D | cmd_debug_unwind.cpp | 260 if (!callchain_joiner_.AddCallChain(r.tid_data.pid, r.tid_data.tid, in ProcessRecord()
|
D | cmd_record.cpp | 1552 return callchain_joiner_->AddCallChain(r.tid_data.pid, r.tid_data.tid, in UnwindRecord()
|