Home
last modified time | relevance | path

Searched refs:AddCallChain (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
DCallChainJoiner_test.cpp32 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()
DCallChainJoiner.h73 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,
DCallChainJoiner.cpp45 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()
Dcallchain.h51 void AddCallChain(const std::vector<EntryT*>& callchain, uint64_t period, in AddCallChain() function
Dsample_tree.h248 sample->callchain.AddCallChain(callchain, period, [&](const EntryT* s1, const EntryT* s2) { in InsertCallChainForSample()
Dcmd_record.cpp1598 !callchain_joiner_->AddCallChain(r.tid_data.pid, r.tid_data.tid, in UnwindRecord()